From ce884b4a795b09ab48c46b40d7b888ad99177261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:00:35 -0500 Subject: [PATCH] Bump twine from 4.0.2 to 5.0.0 (#103) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7162ff3..27a4ccd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2293,13 +2293,13 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.5.1)", "pre-commit", "pytest (>=7.0, [[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] @@ -2474,4 +2474,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "74fd7ffad9474fb3f5a733857e19a54e01d8a78ed7712fab05046593117d6aa4" +content-hash = "1e114bdeeb4b92db0d90088f19caabdb134941093b63dae08285736298b6f7c9" diff --git a/pyproject.toml b/pyproject.toml index 9bdb025..bced323 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ sphinx-intl = "^2.1.0" [tool.poetry.group.tests.dependencies] -twine = "^4.0.2" +twine = ">=4.0.2,<6.0.0" [tool.black]