From e55be2a6ad0edffc5f6a31641be6d61d239e838f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 21:27:47 +0000 Subject: [PATCH] chore(deps): Bump the development-dependencies group with 5 updates Bumps the development-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [wheel](https://github.com/pypa/wheel) | `0.44.0` | `0.45.0` | | [build](https://github.com/pypa/build) | `1.2.2` | `1.2.2.post1` | | [tox](https://github.com/tox-dev/tox) | `4.21.0` | `4.23.2` | | [types-lxml](https://github.com/abelcheung/types-lxml) | `2024.9.16` | `2024.11.8` | | [types-pytz](https://github.com/python/typeshed) | `2024.2.0.20240913` | `2024.2.0.20241003` | Updates `wheel` from 0.44.0 to 0.45.0 - [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.44.0...0.45.0) Updates `build` from 1.2.2 to 1.2.2.post1 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.2.2...1.2.2.post1) Updates `tox` from 4.21.0 to 4.23.2 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.21.0...4.23.2) Updates `types-lxml` from 2024.9.16 to 2024.11.8 - [Release notes](https://github.com/abelcheung/types-lxml/releases) - [Commits](https://github.com/abelcheung/types-lxml/compare/2024.09.16...2024.11.08) Updates `types-pytz` from 2024.2.0.20240913 to 2024.2.0.20241003 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: build dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor 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 | 10 +++++----- requirements-dev.txt | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 66c5dad6..430c563f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ [build-system] requires = [ "setuptools==70.3.0", - "wheel==0.44.0", + "wheel==0.45.0", ] build-backend = "setuptools.build_meta" diff --git a/requirements-dev.in b/requirements-dev.in index 1379f1cf..0d8e5475 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -5,17 +5,17 @@ -c requirements.txt black==24.8.0 -build==1.2.2 +build==1.2.2.post1 bumpversion==0.5.3 coverage==7.6.1 flake8==7.1.1 isort==5.13.2 mypy==1.13.0 pip-tools==7.4.1 -tox==4.21.0 +tox==4.23.2 twine==5.1.1 types-jsonschema==4.23.0.20240813 -types-lxml==2024.9.16 +types-lxml==2024.11.8 types-pyOpenSSL==24.1.0.20240722 -types-pytz==2024.2.0.20240913 -wheel==0.44.0 +types-pytz==2024.2.0.20241003 +wheel==0.45.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 92ccab52..091bdede 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,7 +12,7 @@ black==24.8.0 # via -r requirements-dev.in bleach==5.0.1 # via readme-renderer -build==1.2.2 +build==1.2.2.post1 # via # -r requirements-dev.in # pip-tools @@ -155,7 +155,7 @@ tomli==2.0.1 # pyproject-api # pyproject-hooks # tox -tox==4.21.0 +tox==4.23.2 # via -r requirements-dev.in twine==5.1.1 # via -r requirements-dev.in @@ -167,11 +167,11 @@ types-html5lib==1.1.11.20240806 # via types-beautifulsoup4 types-jsonschema==4.23.0.20240813 # via -r requirements-dev.in -types-lxml==2024.9.16 +types-lxml==2024.11.8 # via -r requirements-dev.in types-pyopenssl==24.1.0.20240722 # via -r requirements-dev.in -types-pytz==2024.2.0.20240913 +types-pytz==2024.2.0.20241003 # via -r requirements-dev.in types-setuptools==69.5.0.20240415 # via types-cffi @@ -191,7 +191,7 @@ virtualenv==20.26.6 # via tox webencodings==0.5.1 # via bleach -wheel==0.44.0 +wheel==0.45.0 # via # -r requirements-dev.in # pip-tools