From a753f8be6ba0d596cbdd258dd76fb01f9384e866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:12:22 +0000 Subject: [PATCH] Bump the dependencies group with 9 updates Bumps the dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.3.1` | `7.3.2` | | [cryptography](https://github.com/pyca/cryptography) | `41.0.3` | `41.0.5` | | [packaging](https://github.com/pypa/packaging) | `23.1` | `23.2` | | [pyopenssl](https://github.com/pyca/pyopenssl) | `23.2.0` | `23.3.0` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.2` | `7.4.3` | | [types-pyopenssl](https://github.com/python/typeshed) | `23.2.0.2` | `23.3.0.0` | | [babel](https://github.com/python-babel/babel) | `2.12.1` | `2.13.1` | | [charset-normalizer](https://github.com/Ousret/charset_normalizer) | `3.3.0` | `3.3.1` | | [urllib3](https://github.com/urllib3/urllib3) | `2.0.6` | `2.0.7` | Updates `coverage[toml]` from 7.3.1 to 7.3.2 - [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.1...7.3.2) Updates `cryptography` from 41.0.3 to 41.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.5) Updates `packaging` from 23.1 to 23.2 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/23.1...23.2) Updates `pyopenssl` from 23.2.0 to 23.3.0 - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/23.2.0...23.3.0) Updates `pytest` from 7.4.2 to 7.4.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.2...7.4.3) Updates `types-pyopenssl` from 23.2.0.2 to 23.3.0.0 - [Commits](https://github.com/python/typeshed/commits) Updates `babel` from 2.12.1 to 2.13.1 - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](https://github.com/python-babel/babel/compare/v2.12.1...v2.13.1) Updates `charset-normalizer` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/Ousret/charset_normalizer/releases) - [Changelog](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/Ousret/charset_normalizer/compare/3.3.0...3.3.1) Updates `urllib3` from 2.0.6 to 2.0.7 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.0.6...2.0.7) --- updated-dependencies: - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: packaging dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pyopenssl dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: types-pyopenssl dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: babel dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: charset-normalizer dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: urllib3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- docs-requirements.txt | 10 +++++----- lint-requirements.txt | 8 ++++---- test-requirements.txt | 10 +++++----- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs-requirements.txt b/docs-requirements.txt index 9154c9c..386d860 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -6,15 +6,15 @@ # alabaster==0.7.13 # via sphinx -babel==2.12.1 +babel==2.13.1 # via sphinx certifi==2023.7.22 # via requests cffi==1.16.0 # via cryptography -charset-normalizer==3.3.0 +charset-normalizer==3.3.1 # via requests -cryptography==41.0.3 +cryptography==41.0.5 # via -r docs-requirements.in docutils==0.20.1 # via sphinx @@ -28,7 +28,7 @@ jinja2==3.1.2 # via sphinx markupsafe==2.1.1 # via jinja2 -packaging==23.1 +packaging==23.2 # via sphinx pycparser==2.21 # via cffi @@ -59,5 +59,5 @@ sphinxcontrib-serializinghtml==1.1.9 # via sphinx sphinxcontrib-trio==1.1.2 # via -r docs-requirements.in -urllib3==2.0.6 +urllib3==2.0.7 # via requests diff --git a/lint-requirements.txt b/lint-requirements.txt index 9a4a3a8..f89be30 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -6,7 +6,7 @@ # cffi==1.16.0 # via cryptography -cryptography==41.0.3 +cryptography==41.0.5 # via # -r lint-requirements.in # types-pyopenssl @@ -18,17 +18,17 @@ mypy==0.910 # via -r lint-requirements.in mypy-extensions==0.4.4 # via mypy -packaging==23.1 +packaging==23.2 # via pytest pluggy==1.3.0 # via pytest pycparser==2.21 # via cffi -pytest==7.4.2 +pytest==7.4.3 # via -r lint-requirements.in toml==0.10.2 # via mypy -types-pyopenssl==23.2.0.2 +types-pyopenssl==23.3.0.0 # via -r lint-requirements.in typing-extensions==4.8.0 # via mypy diff --git a/test-requirements.txt b/test-requirements.txt index 9139f92..5102b9c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,9 +8,9 @@ attrs==23.1.0 # via service-identity cffi==1.16.0 # via cryptography -coverage[toml]==7.3.1 +coverage[toml]==7.3.2 # via -r test-requirements.in -cryptography==41.0.3 +cryptography==41.0.5 # via # -r test-requirements.in # pyopenssl @@ -19,7 +19,7 @@ idna==3.4 # via -r test-requirements.in iniconfig==2.0.0 # via pytest -packaging==23.1 +packaging==23.2 # via pytest pluggy==1.3.0 # via pytest @@ -31,9 +31,9 @@ pyasn1-modules==0.3.0 # via service-identity pycparser==2.21 # via cffi -pyopenssl==23.2.0 +pyopenssl==23.3.0 # via -r test-requirements.in -pytest==7.4.2 +pytest==7.4.3 # via -r test-requirements.in service-identity==23.1.0 # via -r test-requirements.in