Skip to content

Commit

Permalink
Bump the dependencies group with 7 updates (#662)
Browse files Browse the repository at this point in the history
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](python-cffi/cffi@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](tox-dev/platformdirs@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](pytest-dev/pytest@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](urllib3/urllib3@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](pyasn1/pyasn1@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](pyasn1/pyasn1-modules@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 6, 2024
1 parent c7e64a6 commit 843d25d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
8 changes: 4 additions & 4 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
8 changes: 4 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 843d25d

Please sign in to comment.