From 8e4d0a8e257d3c9684751c22f25ca7f2e886d22d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:35:12 +0000 Subject: [PATCH] Bump the python-requirements group in /requirements with 4 updates Bumps the python-requirements group in /requirements with 4 updates: [cryptography](https://github.com/pyca/cryptography), [mypy](https://github.com/python/mypy), [types-setuptools](https://github.com/python/typeshed) and [tox](https://github.com/tox-dev/tox). Updates `cryptography` from 41.0.5 to 41.0.7 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...41.0.7) Updates `mypy` from 1.7.0 to 1.7.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.0...v1.7.1) Updates `types-setuptools` from 68.2.0.1 to 69.0.0.0 - [Commits](https://github.com/python/typeshed/commits) 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) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-setuptools dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 8 ++++---- requirements/tests.txt | 2 +- requirements/typing.txt | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index ebd4aba35..104a2de9d 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -26,7 +26,7 @@ click==8.1.7 # via pip-tools colorama==0.4.6 # via tox -cryptography==41.0.5 +cryptography==41.0.7 # via -r tests.in distlib==0.3.7 # via virtualenv @@ -52,7 +52,7 @@ jinja2==3.1.2 # via sphinx markupsafe==2.1.3 # via jinja2 -mypy==1.7.0 +mypy==1.7.1 # via -r typing.in mypy-extensions==1.0.0 # via mypy @@ -132,13 +132,13 @@ sphinxcontrib-qthelp==1.0.6 # via sphinx sphinxcontrib-serializinghtml==1.1.9 # via sphinx -tox==4.11.3 +tox==4.11.4 # via -r dev.in types-contextvars==2.4.7.3 # via -r typing.in types-dataclasses==0.6.6 # via -r typing.in -types-setuptools==68.2.0.1 +types-setuptools==69.0.0.0 # via -r typing.in typing-extensions==4.8.0 # via mypy diff --git a/requirements/tests.txt b/requirements/tests.txt index 0b2198adc..599b8431f 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -6,7 +6,7 @@ # cffi==1.16.0 # via cryptography -cryptography==41.0.5 +cryptography==41.0.7 # via -r tests.in ephemeral-port-reserve==1.1.4 # via -r tests.in diff --git a/requirements/typing.txt b/requirements/typing.txt index 446122950..41a2f9f3f 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -4,7 +4,7 @@ # # pip-compile typing.in # -mypy==1.7.0 +mypy==1.7.1 # via -r typing.in mypy-extensions==1.0.0 # via mypy @@ -12,7 +12,7 @@ types-contextvars==2.4.7.3 # via -r typing.in types-dataclasses==0.6.6 # via -r typing.in -types-setuptools==68.2.0.1 +types-setuptools==69.0.0.0 # via -r typing.in typing-extensions==4.8.0 # via mypy