From 6a11f896216421940f5a7c52a9f9333c6eebffc7 Mon Sep 17 00:00:00 2001 From: bensteinberg Date: Thu, 20 Jun 2024 08:41:02 -0400 Subject: [PATCH] Update urllib3 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index b69418d..e639370 100644 --- a/poetry.lock +++ b/poetry.lock @@ -717,13 +717,13 @@ files = [ [[package]] name = "urllib3" -version = "2.2.1" +version = "2.2.2" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.8" files = [ - {file = "urllib3-2.2.1-py3-none-any.whl", hash = "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d"}, - {file = "urllib3-2.2.1.tar.gz", hash = "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19"}, + {file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"}, + {file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"}, ] [package.extras] diff --git a/pyproject.toml b/pyproject.toml index 554b1f7..43b0d3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "perma_mirror" -version = "0.3.3" +version = "0.3.4" description = "This program watches an SQS queue and downloads newly-created S3 objects" authors = ["Ben Steinberg "] license = "GPL-3.0-only"