From bc5c65441a924d04e7e242b58ba749710aa69c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:15:57 +0000 Subject: [PATCH] chore(deps-dev): Bump twine in the development-dependencies group Bumps the development-dependencies group with 1 update: [twine](https://github.com/pypa/twine). Updates `twine` from 6.0.1 to 6.1.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/6.0.1...6.1.0) --- updated-dependencies: - dependency-name: twine dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index af06660a..5e3cdbea 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -13,7 +13,7 @@ isort==5.13.2 mypy==1.14.1 pip-tools==7.4.1 tox==4.23.2 -twine==6.0.1 +twine==6.1.0 types-jsonschema==4.23.0.20241208 types-lxml==2024.12.13 types-pyOpenSSL==24.1.0.20240722 diff --git a/requirements-dev.txt b/requirements-dev.txt index ab8618d3..f7aeb256 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -57,6 +57,8 @@ filelock==3.16.1 # virtualenv flake8==7.1.1 # via -r requirements-dev.in +id==1.5.0 + # via twine idna==3.7 # via requests importlib-metadata==8.5.0 @@ -96,8 +98,6 @@ pathspec==0.9.0 # via black pip-tools==7.4.1 # via -r requirements-dev.in -pkginfo==1.8.3 - # via twine platformdirs==4.3.6 # via # black @@ -131,6 +131,7 @@ referencing==0.35.1 # types-jsonschema requests==2.32.2 # via + # id # requests-toolbelt # twine requests-toolbelt==0.9.1 @@ -158,7 +159,7 @@ tomli==2.0.1 # tox tox==4.23.2 # via -r requirements-dev.in -twine==6.0.1 +twine==6.1.0 # via -r requirements-dev.in types-beautifulsoup4==4.12.0.20240907 # via types-lxml