From 768cb2bc86aceda4f46f64f2a0eb07465a2db32c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 22:05:18 +0000 Subject: [PATCH] chore: Bump the development-dependencies group with 7 updates Bumps the development-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `23.10.1` | `23.12.1` | | [coverage](https://github.com/nedbat/coveragepy) | `7.3.2` | `7.4.0` | | [isort](https://github.com/pycqa/isort) | `5.12.0` | `5.13.2` | | [mypy](https://github.com/python/mypy) | `1.6.1` | `1.8.0` | | [tox](https://github.com/tox-dev/tox) | `4.11.3` | `4.11.4` | | [types-jsonschema](https://github.com/python/typeshed) | `4.19.0.4` | `4.20.0.0` | | [wheel](https://github.com/pypa/wheel) | `0.41.3` | `0.42.0` | Updates `black` from 23.10.1 to 23.12.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.10.1...23.12.1) Updates `coverage` from 7.3.2 to 7.4.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.3.2...7.4.0) Updates `isort` from 5.12.0 to 5.13.2 - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/pycqa/isort/compare/5.12.0...5.13.2) Updates `mypy` from 1.6.1 to 1.8.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.6.1...v1.8.0) Updates `tox` from 4.11.3 to 4.11.4 - [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.11.3...4.11.4) Updates `types-jsonschema` from 4.19.0.4 to 4.20.0.0 - [Commits](https://github.com/python/typeshed/commits) Updates `wheel` from 0.41.3 to 0.42.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.41.3...0.42.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: isort 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-minor dependency-group: development-dependencies - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: types-jsonschema dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: wheel dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 14 +++++++------- requirements-dev.txt | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index b3497daa..2d021c81 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -4,16 +4,16 @@ -c requirements.txt -black==23.10.1 +black==23.12.1 bumpversion==0.5.3 -coverage==7.3.2 +coverage==7.4.0 flake8==6.1.0 -isort==5.12.0 -mypy==1.6.1 +isort==5.13.2 +mypy==1.8.0 pip-tools==7.3.0 -tox==4.11.3 +tox==4.11.4 twine==4.0.2 -types-jsonschema==4.19.0.4 +types-jsonschema==4.20.0.0 types-pyOpenSSL==23.3.0.0 types-pytz==2023.3.1.1 -wheel==0.41.3 +wheel==0.42.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index bd940e27..d2494502 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ attrs==23.1.0 # via # -c requirements.txt # referencing -black==23.10.1 +black==23.12.1 # via -r requirements-dev.in bleach==5.0.1 # via readme-renderer @@ -36,7 +36,7 @@ click==8.0.3 # pip-tools colorama==0.4.6 # via tox -coverage==7.3.2 +coverage==7.4.0 # via -r requirements-dev.in cryptography==41.0.6 # via @@ -60,7 +60,7 @@ importlib-metadata==6.1.0 # -c requirements.txt # build # twine -isort==5.12.0 +isort==5.13.2 # via -r requirements-dev.in jeepney==0.8.0 # via @@ -74,7 +74,7 @@ mccabe==0.7.0 # via flake8 mdurl==0.1.2 # via markdown-it-py -mypy==1.6.1 +mypy==1.8.0 # via -r requirements-dev.in mypy-extensions==1.0.0 # via @@ -149,11 +149,11 @@ tomli==2.0.1 # pyproject-api # pyproject-hooks # tox -tox==4.11.3 +tox==4.11.4 # via -r requirements-dev.in twine==4.0.2 # via -r requirements-dev.in -types-jsonschema==4.19.0.4 +types-jsonschema==4.20.0.0 # via -r requirements-dev.in types-pyopenssl==23.3.0.0 # via -r requirements-dev.in @@ -173,7 +173,7 @@ virtualenv==20.24.5 # via tox webencodings==0.5.1 # via bleach -wheel==0.41.3 +wheel==0.42.0 # via # -r requirements-dev.in # pip-tools