diff --git a/poetry.lock b/poetry.lock index 0ba1f6a..c83488c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1534,13 +1534,13 @@ files = [ [[package]] name = "twine" -version = "5.0.0" +version = "5.1.0" description = "Collection of utilities for publishing packages on PyPI" optional = false python-versions = ">=3.8" files = [ - {file = "twine-5.0.0-py3-none-any.whl", hash = "sha256:a262933de0b484c53408f9edae2e7821c1c45a3314ff2df9bdd343aa7ab8edc0"}, - {file = "twine-5.0.0.tar.gz", hash = "sha256:89b0cc7d370a4b66421cc6102f269aa910fe0f1861c124f573cf2ddedbc10cf4"}, + {file = "twine-5.1.0-py3-none-any.whl", hash = "sha256:fe1d814395bfe50cfbe27783cb74efe93abeac3f66deaeb6c8390e4e92bacb43"}, + {file = "twine-5.1.0.tar.gz", hash = "sha256:4d74770c88c4fcaf8134d2a6a9d863e40f08255ff7d8e2acb3cbbd57d25f6e9d"}, ] [package.dependencies] @@ -1802,4 +1802,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "06b0e8fdf37fdc251930942d3ec15316b3efda64322d1867e1db93fa2a416a80" +content-hash = "1d596281f6dbc3a2d57a7bd6d483e22da09f642d3be88e7480fead6ef3205c58" diff --git a/pyproject.toml b/pyproject.toml index e138fc6..0aa2147 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ flake8 = "^7.0.0" black = "^24.4.0" pytest = "^8.1.1" pytest-asyncio = "^0.23.5" -twine = "^5.0.0" +twine = "^5.1.0" check-manifest = "^0.49" pytest-cov = "^4.1.0" pytest-xdist = "^3.3.1"