diff --git a/poetry.lock b/poetry.lock index 40831a0..585b778 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "aiobotocore" @@ -1784,13 +1784,13 @@ testing = ["build[virtualenv] (>=0.10)", "covdefaults (>=2.3)", "detect-test-pol [[package]] name = "twine" -version = "4.0.2" +version = "5.0.0" description = "Collection of utilities for publishing packages on PyPI" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "twine-4.0.2-py3-none-any.whl", hash = "sha256:929bc3c280033347a00f847236564d1c52a3e61b1ac2516c97c48f3ceab756d8"}, - {file = "twine-4.0.2.tar.gz", hash = "sha256:9e102ef5fdd5a20661eb88fad46338806c3bd32cf1db729603fe3697b1bc83c8"}, + {file = "twine-5.0.0-py3-none-any.whl", hash = "sha256:a262933de0b484c53408f9edae2e7821c1c45a3314ff2df9bdd343aa7ab8edc0"}, + {file = "twine-5.0.0.tar.gz", hash = "sha256:89b0cc7d370a4b66421cc6102f269aa910fe0f1861c124f573cf2ddedbc10cf4"}, ] [package.dependencies] @@ -2511,4 +2511,4 @@ redis = ["redis"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "1687c7c3b559713695e1f2f2d609730b8ad80f779cacb999c01b9e81e6a152de" +content-hash = "4bba44988f7b92522f2c82de3b804b3c9cd94b45328f5438015aad31fd8cde6d" diff --git a/pyproject.toml b/pyproject.toml index c49fd44..2916337 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ towncrier = "^22.12.0" optional = true [tool.poetry.group.distributing.dependencies] -twine = { version = "^4.0.2", python = "^3.10" } +twine = { version = ">=4.0.2,<6.0.0", python = "^3.10" } [tool.poetry.extras] redis = ["redis"]