diff --git a/poetry.lock b/poetry.lock index dcd8414..fd04768 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1425,19 +1425,19 @@ files = [ [[package]] name = "twine" -version = "5.1.0" +version = "5.1.1" description = "Collection of utilities for publishing packages on PyPI" optional = false python-versions = ">=3.8" files = [ - {file = "twine-5.1.0-py3-none-any.whl", hash = "sha256:fe1d814395bfe50cfbe27783cb74efe93abeac3f66deaeb6c8390e4e92bacb43"}, - {file = "twine-5.1.0.tar.gz", hash = "sha256:4d74770c88c4fcaf8134d2a6a9d863e40f08255ff7d8e2acb3cbbd57d25f6e9d"}, + {file = "twine-5.1.1-py3-none-any.whl", hash = "sha256:215dbe7b4b94c2c50a7315c0275d2258399280fbb7d04182c7e55e24b5f93997"}, + {file = "twine-5.1.1.tar.gz", hash = "sha256:9aa0825139c02b3434d913545c7b847a21c835e11597f5255842d457da2322db"}, ] [package.dependencies] importlib-metadata = ">=3.6" keyring = ">=15.1" -pkginfo = ">=1.8.1" +pkginfo = ">=1.8.1,<1.11" readme-renderer = ">=35.0" requests = ">=2.20" requests-toolbelt = ">=0.8.0,<0.9.0 || >0.9.0" @@ -1518,4 +1518,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "51ad4717afb64dedfdc32eb99f753a446628760aaf608685f8a84e29af965af9" +content-hash = "d890e5cfe328de6b8001cb9a2bf6f3e947c04b1e60e79588998af8e05797364a" diff --git a/pyproject.toml b/pyproject.toml index dbfb86e..bbc70d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ pytest-cov = "^5.0.0" pytest-mypy = "^0.10.3" toml = "^0.10.2" types-toml = "^0.10.8" -twine = "^5.1.0" +twine = "^5.1.1" xenon = "^0.9.1" radon = "^6.0.1"