From b8a4678569b572a6f8b4fb39df20eb5fffe64ce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 17:46:13 +0000 Subject: [PATCH] Bump the dependencies group with 7 updates Bumps the dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [cffi](https://github.com/python-cffi/cffi) | `1.17.0` | `1.17.1` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.2.2` | `4.3.6` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` | | [types-setuptools](https://github.com/python/typeshed) | `74.0.0.20240831` | `75.1.0.20240917` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.2` | `2.2.3` | | [pyasn1](https://github.com/pyasn1/pyasn1) | `0.6.0` | `0.6.1` | | [pyasn1-modules](https://github.com/pyasn1/pyasn1-modules) | `0.4.0` | `0.4.1` | Updates `cffi` from 1.17.0 to 1.17.1 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v1.17.0...v1.17.1) Updates `platformdirs` from 4.2.2 to 4.3.6 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/tox-dev/platformdirs/compare/4.2.2...4.3.6) Updates `pytest` from 8.3.2 to 8.3.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/8.3.2...8.3.3) Updates `types-setuptools` from 74.0.0.20240831 to 75.1.0.20240917 - [Commits](https://github.com/python/typeshed/commits) Updates `urllib3` from 2.2.2 to 2.2.3 - [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.2.2...2.2.3) Updates `pyasn1` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](https://github.com/pyasn1/pyasn1/compare/v0.6.0...v0.6.1) Updates `pyasn1-modules` from 0.4.0 to 0.4.1 - [Release notes](https://github.com/pyasn1/pyasn1-modules/releases) - [Changelog](https://github.com/pyasn1/pyasn1-modules/blob/main/CHANGES.txt) - [Commits](https://github.com/pyasn1/pyasn1-modules/compare/v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: cffi dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: platformdirs dependency-type: indirect 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-setuptools dependency-type: indirect update-type: version-update:semver-major dependency-group: dependencies - dependency-name: urllib3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pyasn1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pyasn1-modules dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- docs-requirements.txt | 4 ++-- lint-requirements.txt | 8 ++++---- test-requirements.txt | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs-requirements.txt b/docs-requirements.txt index d11b15e..401b44d 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -10,7 +10,7 @@ babel==2.16.0 # via sphinx certifi==2024.8.30 # via requests -cffi==1.17.0 +cffi==1.17.1 # via cryptography charset-normalizer==3.3.2 # via requests @@ -54,5 +54,5 @@ sphinxcontrib-serializinghtml==2.0.0 # via sphinx sphinxcontrib-trio==1.1.2 # via -r docs-requirements.in -urllib3==2.2.2 +urllib3==2.2.3 # via requests diff --git a/lint-requirements.txt b/lint-requirements.txt index 97d8c8f..440738c 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -6,7 +6,7 @@ # black==24.8.0 # via -r lint-requirements.in -cffi==1.17.0 +cffi==1.17.1 # via cryptography click==8.1.7 # via black @@ -32,19 +32,19 @@ packaging==24.1 # pytest pathspec==0.12.1 # via black -platformdirs==4.2.2 +platformdirs==4.3.6 # via black pluggy==1.5.0 # via pytest pycparser==2.22 # via cffi -pytest==8.3.2 +pytest==8.3.3 # via -r lint-requirements.in types-cffi==1.16.0.20240331 # via types-pyopenssl types-pyopenssl==24.1.0.20240722 # via -r lint-requirements.in -types-setuptools==74.0.0.20240831 +types-setuptools==75.1.0.20240917 # via types-cffi typing-extensions==4.12.2 # via mypy diff --git a/test-requirements.txt b/test-requirements.txt index 843313e..32c6620 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,7 @@ # attrs==24.2.0 # via service-identity -cffi==1.17.0 +cffi==1.17.1 # via cryptography coverage[toml]==7.6.1 # via -r test-requirements.in @@ -23,17 +23,17 @@ packaging==24.1 # via pytest pluggy==1.5.0 # via pytest -pyasn1==0.6.0 +pyasn1==0.6.1 # via # pyasn1-modules # service-identity -pyasn1-modules==0.4.0 +pyasn1-modules==0.4.1 # via service-identity pycparser==2.22 # via cffi pyopenssl==24.2.1 # via -r test-requirements.in -pytest==8.3.2 +pytest==8.3.3 # via -r test-requirements.in service-identity==24.1.0 # via -r test-requirements.in