diff --git a/poetry.lock b/poetry.lock index cd91aa2..b186b6f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -306,13 +306,13 @@ pyflakes = ">=2.5.0,<2.6.0" [[package]] name = "idna" -version = "3.6" +version = "3.7" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.5" files = [ - {file = "idna-3.6-py3-none-any.whl", hash = "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"}, - {file = "idna-3.6.tar.gz", hash = "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca"}, + {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"}, + {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 02e754e..6c4a50c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "perma_mirror" -version = "0.3.0" +version = "0.3.1" description = "This program watches an SQS queue and downloads newly-created S3 objects" authors = ["Ben Steinberg "] license = "GPL-3.0-only"