From 4aa5e12f61677089f06a9f463b9392a0849d591f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 20:37:22 +0000 Subject: [PATCH] chore(deps-dev): Bump the development-dependencies group across 1 directory with 3 updates Bumps the development-dependencies group with 3 updates in the / directory: [wheel](https://github.com/pypa/wheel), [twine](https://github.com/pypa/twine) and [types-jsonschema](https://github.com/python/typeshed). Updates `wheel` from 0.45.0 to 0.45.1 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.45.0...0.45.1) Updates `twine` from 5.1.1 to 6.0.1 - [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/v5.1.1...6.0.1) Updates `types-jsonschema` from 4.23.0.20240813 to 4.23.0.20241208 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: twine dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: types-jsonschema dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.in | 6 +++--- requirements-dev.txt | 7 ++++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4512943c..dbb93a50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ [build-system] requires = [ "setuptools==70.3.0", - "wheel==0.45.0", + "wheel==0.45.1", ] build-backend = "setuptools.build_meta" diff --git a/requirements-dev.in b/requirements-dev.in index 0d8e5475..c3328e4d 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -13,9 +13,9 @@ isort==5.13.2 mypy==1.13.0 pip-tools==7.4.1 tox==4.23.2 -twine==5.1.1 -types-jsonschema==4.23.0.20240813 +twine==6.0.1 +types-jsonschema==4.23.0.20241208 types-lxml==2024.11.8 types-pyOpenSSL==24.1.0.20240722 types-pytz==2024.2.0.20241003 -wheel==0.45.0 +wheel==0.45.1 diff --git a/requirements-dev.txt b/requirements-dev.txt index 9e9b3405..6e8350a2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -91,6 +91,7 @@ packaging==24.1 # build # pyproject-api # tox + # twine pathspec==0.9.0 # via black pip-tools==7.4.1 @@ -157,7 +158,7 @@ tomli==2.0.1 # tox tox==4.23.2 # via -r requirements-dev.in -twine==5.1.1 +twine==6.0.1 # via -r requirements-dev.in types-beautifulsoup4==4.12.0.20240907 # via types-lxml @@ -165,7 +166,7 @@ types-cffi==1.16.0.20240331 # via types-pyopenssl types-html5lib==1.1.11.20240806 # via types-beautifulsoup4 -types-jsonschema==4.23.0.20240813 +types-jsonschema==4.23.0.20241208 # via -r requirements-dev.in types-lxml==2024.11.8 # via -r requirements-dev.in @@ -191,7 +192,7 @@ virtualenv==20.26.6 # via tox webencodings==0.5.1 # via bleach -wheel==0.45.0 +wheel==0.45.1 # via # -r requirements-dev.in # pip-tools