diff --git a/poetry.lock b/poetry.lock index 53b74cfc..a0793892 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1038,13 +1038,13 @@ flake8-polyfill = ">=1.0.2,<2" [[package]] name = "pkginfo" -version = "1.11.1" +version = "1.10.0" description = "Query metadata from sdists / bdists / installed packages." optional = false -python-versions = ">=3.8" +python-versions = ">=3.6" files = [ - {file = "pkginfo-1.11.1-py3-none-any.whl", hash = "sha256:bfa76a714fdfc18a045fcd684dbfc3816b603d9d075febef17cb6582bea29573"}, - {file = "pkginfo-1.11.1.tar.gz", hash = "sha256:2e0dca1cf4c8e39644eed32408ea9966ee15e0d324c62ba899a393b3c6b467aa"}, + {file = "pkginfo-1.10.0-py3-none-any.whl", hash = "sha256:889a6da2ed7ffc58ab5b900d888ddce90bce912f2d2de1dc1c26f4cb9fe65097"}, + {file = "pkginfo-1.10.0.tar.gz", hash = "sha256:5df73835398d10db79f8eecd5cd86b1f6d29317589ea70796994d49399af6297"}, ] [package.extras] @@ -1759,19 +1759,19 @@ files = [ [[package]] name = "twine" -version = "4.0.2" +version = "5.1.1" 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.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" @@ -2002,4 +2002,4 @@ with-vulture = ["vulture"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "ac8acd587ea50c4b8bcf3867e0a171619a01fd7c261b8c384e6dae082849f5c7" +content-hash = "a536355b405c5e530476d40068b30def3d1e231bcd80865b119d8665a7d48f8c" diff --git a/pyproject.toml b/pyproject.toml index 473dcbc4..c82a962a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,11 +17,11 @@ classifiers = [ "Intended Audience :: Developers", "Operating System :: Unix", "Topic :: Software Development :: Quality Assurance", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", ] packages = [ @@ -78,7 +78,7 @@ tzlocal = "^4.2" coverage = "^6.5" pre-commit = "^2.20.0" tox = "^3.27.1" -twine = "^4.0.2" +twine = "^5.1.1" types-PyYAML = "^6.0.4" types-setuptools = "^57.4.9"