Skip to content

Commit

Permalink
Bump the dependencies group with 9 updates
Browse files Browse the repository at this point in the history
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](nedbat/coveragepy@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](pyca/cryptography@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](pypa/packaging@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](pyca/pyopenssl@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](pytest-dev/pytest@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](python-babel/babel@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](jawah/charset_normalizer@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](urllib3/urllib3@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent e202219 commit a753f8b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
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 @@
#
cffi==1.16.0
# via cryptography
cryptography==41.0.3
cryptography==41.0.5
# via
# -r lint-requirements.in
# types-pyopenssl
Expand All @@ -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
10 changes: 5 additions & 5 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit a753f8b

Please # to comment.