Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [certifi](https://github.com/certifi/python-certifi) | `2023.11.17` | `2024.2.2` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.2.0` | `2.2.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.0.2` |
| [types-pyopenssl](https://github.com/python/typeshed) | `24.0.0.20240130` | `24.0.0.20240228` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.9.0` | `4.10.0` |
| [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.4.1` | `7.4.3` |


Updates `certifi` from 2023.11.17 to 2024.2.2
- [Commits](certifi/python-certifi@2023.11.17...2024.02.02)

Updates `urllib3` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.0...2.2.1)

Updates `pytest` from 8.0.0 to 8.0.2
- [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.0.0...8.0.2)

Updates `types-pyopenssl` from 24.0.0.20240130 to 24.0.0.20240228
- [Commits](https://github.com/python/typeshed/commits)

Updates `typing-extensions` from 4.9.0 to 4.10.0
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.9.0...4.10.0)

Updates `coverage[toml]` from 7.4.1 to 7.4.3
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.4.1...7.4.3)

---
updated-dependencies:
- dependency-name: certifi
  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: 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-patch
  dependency-group: dependencies
- dependency-name: typing-extensions
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: coverage[toml]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Mar 1, 2024
1 parent f90e2fc commit 55e26ce
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ alabaster==0.7.16
# via sphinx
babel==2.14.0
# via sphinx
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
@@ -54,5 +54,5 @@ sphinxcontrib-serializinghtml==1.1.10
# via sphinx
sphinxcontrib-trio==1.1.2
# via -r docs-requirements.in
urllib3==2.2.0
urllib3==2.2.1
# via requests
6 changes: 3 additions & 3 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
@@ -24,11 +24,11 @@ pluggy==1.4.0
# via pytest
pycparser==2.21
# via cffi
pytest==8.0.0
pytest==8.0.2
# via -r lint-requirements.in
toml==0.10.2
# via mypy
types-pyopenssl==24.0.0.20240130
types-pyopenssl==24.0.0.20240228
# via -r lint-requirements.in
typing-extensions==4.9.0
typing-extensions==4.10.0
# via mypy
8 changes: 5 additions & 3 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -8,8 +8,10 @@ attrs==23.2.0
# via service-identity
cffi==1.16.0
# via cryptography
coverage[toml]==7.4.1
# via -r test-requirements.in
coverage[toml]==7.4.3
# via
# -r test-requirements.in
# coverage
cryptography==41.0.7
# via
# -r test-requirements.in
@@ -33,7 +35,7 @@ pycparser==2.21
# via cffi
pyopenssl==24.0.0
# via -r test-requirements.in
pytest==8.0.0
pytest==8.0.2
# via -r test-requirements.in
service-identity==24.1.0
# via -r test-requirements.in

0 comments on commit 55e26ce

Please sign in to comment.