From 48500cd350a92d75b1bdc6a00bc2cf9adbae35a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 00:55:18 +0000 Subject: [PATCH] :arrow_up: Bump twine from 4.0.2 to 5.0.0 Bumps [twine](https://github.com/pypa/twine) from 4.0.2 to 5.0.0. - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/4.0.2...5.0.0) --- updated-dependencies: - dependency-name: twine dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 19b6ff21..31bd6937 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3927,13 +3927,13 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "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] @@ -4172,4 +4172,4 @@ desktop = ["opencv-python"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8345f7320402678ec689446421f80bff7fdb3fc13247269346c5ba3daf83ba7b" +content-hash = "8e72d8a41473cf7d4a62bf7174dbd89936bd9eee1315708a69d7370d0457fa0b" diff --git a/pyproject.toml b/pyproject.toml index 76fcf08d..fe577852 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ desktop = ["opencv-python"] assets = ["requests","tqdm"] [tool.poetry.group.dev.dependencies] -twine = "^4.0.2" +twine = ">=4.0.2,<6.0.0" pytest = ">=7.2.2,<9.0.0" wheel = ">=0.40,<0.43" build = ">=0.10,<1.1"