From 54b64faf44ea3fb307703599595a4f9237a898d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 23:11:38 +0000 Subject: [PATCH] chore: Bump the development-dependencies group with 6 updates Bumps the development-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/nedbat/coveragepy) | `7.5.3` | `7.5.4` | | [flake8](https://github.com/pycqa/flake8) | `7.0.0` | `7.1.0` | | [mypy](https://github.com/python/mypy) | `1.10.0` | `1.10.1` | | [tox](https://github.com/tox-dev/tox) | `4.11.4` | `4.16.0` | | [twine](https://github.com/pypa/twine) | `5.1.0` | `5.1.1` | | [types-jsonschema](https://github.com/python/typeshed) | `4.22.0.20240501` | `4.22.0.20240610` | Updates `coverage` from 7.5.3 to 7.5.4 - [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.5.3...7.5.4) Updates `flake8` from 7.0.0 to 7.1.0 - [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.1.0) Updates `mypy` from 1.10.0 to 1.10.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.10.1) Updates `tox` from 4.11.4 to 4.16.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.11.4...4.16.0) Updates `twine` from 5.1.0 to 5.1.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/5.1.0...v5.1.1) Updates `types-jsonschema` from 4.22.0.20240501 to 4.22.0.20240610 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: flake8 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: twine 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-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 12 ++++++------ requirements-dev.txt | 26 +++++++++++++------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 5ec16184..128cfa57 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -6,14 +6,14 @@ black==24.4.2 bumpversion==0.5.3 -coverage==7.5.3 -flake8==7.0.0 +coverage==7.5.4 +flake8==7.1.0 isort==5.13.2 -mypy==1.10.0 +mypy==1.10.1 pip-tools==7.4.1 -tox==4.11.4 -twine==5.1.0 -types-jsonschema==4.22.0.20240501 +tox==4.16.0 +twine==5.1.1 +types-jsonschema==4.22.0.20240610 types-pyOpenSSL==24.1.0.20240425 types-pytz==2024.1.0.20240417 wheel==0.43.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 83eeb32d..14bd2108 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ build==1.0.3 # via pip-tools bumpversion==0.5.3 # via -r requirements-dev.in -cachetools==5.3.1 +cachetools==5.3.3 # via tox certifi==2024.7.4 # via @@ -36,7 +36,7 @@ click==8.0.3 # pip-tools colorama==0.4.6 # via tox -coverage==7.5.3 +coverage==7.5.4 # via -r requirements-dev.in cryptography==42.0.8 # via @@ -47,11 +47,11 @@ distlib==0.3.7 # via virtualenv docutils==0.19 # via readme-renderer -filelock==3.12.4 +filelock==3.15.4 # via # tox # virtualenv -flake8==7.0.0 +flake8==7.1.0 # via -r requirements-dev.in idna==3.7 # via requests @@ -74,7 +74,7 @@ mccabe==0.7.0 # via flake8 mdurl==0.1.2 # via markdown-it-py -mypy==1.10.0 +mypy==1.10.1 # via -r requirements-dev.in mypy-extensions==1.0.0 # via @@ -93,14 +93,14 @@ pip-tools==7.4.1 # via -r requirements-dev.in pkginfo==1.8.3 # via twine -platformdirs==3.11.0 +platformdirs==4.2.2 # via # black # tox # virtualenv -pluggy==1.3.0 +pluggy==1.5.0 # via tox -pycodestyle==2.11.0 +pycodestyle==2.12.0 # via flake8 pycparser==2.22 # via @@ -112,7 +112,7 @@ pygments==2.15.0 # via # readme-renderer # rich -pyproject-api==1.6.1 +pyproject-api==1.7.1 # via tox pyproject-hooks==1.0.0 # via @@ -151,13 +151,13 @@ tomli==2.0.1 # pyproject-api # pyproject-hooks # tox -tox==4.11.4 +tox==4.16.0 # via -r requirements-dev.in -twine==5.1.0 +twine==5.1.1 # via -r requirements-dev.in types-cffi==1.16.0.20240331 # via types-pyopenssl -types-jsonschema==4.22.0.20240501 +types-jsonschema==4.22.0.20240610 # via -r requirements-dev.in types-pyopenssl==24.1.0.20240425 # via -r requirements-dev.in @@ -175,7 +175,7 @@ urllib3==1.26.19 # via # requests # twine -virtualenv==20.24.5 +virtualenv==20.26.3 # via tox webencodings==0.5.1 # via bleach