diff --git a/poetry.lock b/poetry.lock index fccca2d4..916b2e88 100644 --- a/poetry.lock +++ b/poetry.lock @@ -920,13 +920,13 @@ files = [ [[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] @@ -1272,19 +1272,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" @@ -1338,4 +1338,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4" -content-hash = "ff491208d0cab362a355345964b7e8ebe73572eac0f7db1969bce7a4a4b18788" +content-hash = "a8ba1b1ffab4e005605758d2b21cf4a0911a2dcff0f86c76b2c6e7d1b38f1e79" diff --git a/pyproject.toml b/pyproject.toml index f5ff2185..c5da9b2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = 'syrupy' license = 'Apache-2.0' -version = "4.6.2" +version = "4.6.1" description = 'Pytest Snapshot Test Utility' authors = ['Noah Ulster'] readme = 'README.md' @@ -47,7 +47,7 @@ flake8 = '^7.0.0' flake8-bugbear = '^24.0.0' flake8-builtins = '^2.1.0' flake8-comprehensions = '^3.10.1' -twine = '^4.0.2' +twine = '^5.1.1' semver = '^3.0.0' setuptools-scm = '^8.0.0' debugpy = '^1.6.6'