diff --git a/poetry.lock b/poetry.lock index f3fa074..a519945 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1254,13 +1254,13 @@ testing = ["build[virtualenv] (>=1.0.3)", "covdefaults (>=2.3)", "detect-test-po [[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] @@ -1340,4 +1340,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "46ec05a1ea08089e68ab780848415856fdc878143169f8afca0a1e6a0d17a871" +content-hash = "a38a95cd408d935f8732c100291784c34ecbea6194942cbeea9a954a800596f1" diff --git a/pyproject.toml b/pyproject.toml index 8074834..901a473 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ jinja2 = "^3.1.2" [tool.poetry.group.dev.dependencies] pytest = "^8.0.0" pytest-cov = "^4.1.0" -twine = "^4.0.2" +twine = "^5.0.0" tox = "^4.7.0" flake8 = "^7.0.0" flake8-black = "^0.3.6"