From d8d18ef8fbc05394d69ba334d2fe0f9335881c5c Mon Sep 17 00:00:00 2001 From: bensteinberg Date: Mon, 23 Oct 2023 11:10:19 -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 5977116..47b2d29 100644 --- a/poetry.lock +++ b/poetry.lock @@ -790,13 +790,13 @@ files = [ [[package]] name = "urllib3" -version = "1.26.17" +version = "1.26.18" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" files = [ - {file = "urllib3-1.26.17-py2.py3-none-any.whl", hash = "sha256:94a757d178c9be92ef5539b8840d48dc9cf1b2709c9d6b588232a055c524458b"}, - {file = "urllib3-1.26.17.tar.gz", hash = "sha256:24d6a242c28d29af46c3fae832c36db3bbebcc533dd1bb549172cd739c82df21"}, + {file = "urllib3-1.26.18-py2.py3-none-any.whl", hash = "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07"}, + {file = "urllib3-1.26.18.tar.gz", hash = "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0"}, ] [package.extras] diff --git a/pyproject.toml b/pyproject.toml index 3ed5e5d..5d8ddce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "perma_mirror" -version = "0.2.2" +version = "0.2.3" description = "This program watches an SQS queue and downloads newly-created S3 objects" authors = ["Ben Steinberg "] license = "GPL-3.0-only"