From eb997679f0793cb8183dd77692cecffa5a29e608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 17:01:37 +0000 Subject: [PATCH] chore(deps): Bump the development-dependencies group with 6 updates Bumps the development-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [wheel](https://github.com/pypa/wheel) | `0.45.0` | `0.45.1` | | [mypy](https://github.com/python/mypy) | `1.13.0` | `1.14.1` | | [twine](https://github.com/pypa/twine) | `5.1.1` | `6.0.1` | | [types-jsonschema](https://github.com/python/typeshed) | `4.23.0.20240813` | `4.23.0.20241208` | | [types-lxml](https://github.com/abelcheung/types-lxml) | `2024.11.8` | `2024.12.13` | | [types-pytz](https://github.com/python/typeshed) | `2024.2.0.20241003` | `2024.2.0.20241221` | 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 `mypy` from 1.13.0 to 1.14.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.14.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) Updates `types-lxml` from 2024.11.8 to 2024.12.13 - [Release notes](https://github.com/abelcheung/types-lxml/releases) - [Commits](https://github.com/abelcheung/types-lxml/compare/2024.11.08...2024.12.13) Updates `types-pytz` from 2024.2.0.20241003 to 2024.2.0.20241221 - [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: mypy dependency-type: direct:development update-type: version-update:semver-minor 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 - dependency-name: types-lxml dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: types-pytz 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 | 12 ++++++------ requirements-dev.txt | 13 +++++++------ 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4bd0625b..b7961f89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ [build-system] requires = [ "setuptools==75.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..af06660a 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -10,12 +10,12 @@ bumpversion==0.5.3 coverage==7.6.1 flake8==7.1.1 isort==5.13.2 -mypy==1.13.0 +mypy==1.14.1 pip-tools==7.4.1 tox==4.23.2 -twine==5.1.1 -types-jsonschema==4.23.0.20240813 -types-lxml==2024.11.8 +twine==6.0.1 +types-jsonschema==4.23.0.20241208 +types-lxml==2024.12.13 types-pyOpenSSL==24.1.0.20240722 -types-pytz==2024.2.0.20241003 -wheel==0.45.0 +types-pytz==2024.2.0.20241221 +wheel==0.45.1 diff --git a/requirements-dev.txt b/requirements-dev.txt index 9df014af..ab8618d3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -78,7 +78,7 @@ mccabe==0.7.0 # via flake8 mdurl==0.1.2 # via markdown-it-py -mypy==1.13.0 +mypy==1.14.1 # via -r requirements-dev.in mypy-extensions==1.0.0 # via @@ -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,13 +166,13 @@ 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 +types-lxml==2024.12.13 # via -r requirements-dev.in types-pyopenssl==24.1.0.20240722 # via -r requirements-dev.in -types-pytz==2024.2.0.20241003 +types-pytz==2024.2.0.20241221 # via -r requirements-dev.in types-setuptools==75.3.0.20241112 # via types-cffi @@ -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