From 23d7c17475cba45aec98e9eb44754c9ade3ab292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:39:30 +0000 Subject: [PATCH] chore(deps-dev): Bump the development-dependencies group across 1 directory with 4 updates Bumps the development-dependencies group with 4 updates in the / directory: [build](https://github.com/pypa/build), [mypy](https://github.com/python/mypy), [tox](https://github.com/tox-dev/tox) and [types-pytz](https://github.com/python/typeshed). Updates `build` from 1.0.3 to 1.2.2 - [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.0.3...1.2.2) Updates `mypy` from 1.11.1 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.1...v1.11.2) Updates `tox` from 4.18.0 to 4.20.0 - [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.18.0...4.20.0) Updates `types-pytz` from 2024.1.0.20240417 to 2024.2.0.20240913 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: build dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: mypy 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-pytz dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 8 ++++---- requirements-dev.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 4a3b3e98..1805d67e 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -5,16 +5,16 @@ -c requirements.txt black==24.8.0 -build==1.0.3 +build==1.2.2 bumpversion==0.5.3 coverage==7.6.1 flake8==7.1.1 isort==5.13.2 -mypy==1.11.1 +mypy==1.11.2 pip-tools==7.4.1 -tox==4.18.0 +tox==4.20.0 twine==5.1.1 types-jsonschema==4.23.0.20240813 types-pyOpenSSL==24.1.0.20240722 -types-pytz==2024.1.0.20240417 +types-pytz==2024.2.0.20240913 wheel==0.44.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index fa0cd541..434f4e83 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.0.3 +build==1.2.2 # via # -r requirements-dev.in # pip-tools @@ -76,7 +76,7 @@ mccabe==0.7.0 # via flake8 mdurl==0.1.2 # via markdown-it-py -mypy==1.11.1 +mypy==1.11.2 # via -r requirements-dev.in mypy-extensions==1.0.0 # via @@ -153,7 +153,7 @@ tomli==2.0.1 # pyproject-api # pyproject-hooks # tox -tox==4.18.0 +tox==4.20.0 # via -r requirements-dev.in twine==5.1.1 # via -r requirements-dev.in @@ -163,7 +163,7 @@ types-jsonschema==4.23.0.20240813 # via -r requirements-dev.in types-pyopenssl==24.1.0.20240722 # via -r requirements-dev.in -types-pytz==2024.1.0.20240417 +types-pytz==2024.2.0.20240913 # via -r requirements-dev.in types-setuptools==69.5.0.20240415 # via types-cffi