Skip to content

Commit a753f8b

Browse files
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](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] <[email protected]>
1 parent e202219 commit a753f8b

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Diff for: docs-requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
#
77
alabaster==0.7.13
88
# via sphinx
9-
babel==2.12.1
9+
babel==2.13.1
1010
# via sphinx
1111
certifi==2023.7.22
1212
# via requests
1313
cffi==1.16.0
1414
# via cryptography
15-
charset-normalizer==3.3.0
15+
charset-normalizer==3.3.1
1616
# via requests
17-
cryptography==41.0.3
17+
cryptography==41.0.5
1818
# via -r docs-requirements.in
1919
docutils==0.20.1
2020
# via sphinx
@@ -28,7 +28,7 @@ jinja2==3.1.2
2828
# via sphinx
2929
markupsafe==2.1.1
3030
# via jinja2
31-
packaging==23.1
31+
packaging==23.2
3232
# via sphinx
3333
pycparser==2.21
3434
# via cffi
@@ -59,5 +59,5 @@ sphinxcontrib-serializinghtml==1.1.9
5959
# via sphinx
6060
sphinxcontrib-trio==1.1.2
6161
# via -r docs-requirements.in
62-
urllib3==2.0.6
62+
urllib3==2.0.7
6363
# via requests

Diff for: lint-requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
cffi==1.16.0
88
# via cryptography
9-
cryptography==41.0.3
9+
cryptography==41.0.5
1010
# via
1111
# -r lint-requirements.in
1212
# types-pyopenssl
@@ -18,17 +18,17 @@ mypy==0.910
1818
# via -r lint-requirements.in
1919
mypy-extensions==0.4.4
2020
# via mypy
21-
packaging==23.1
21+
packaging==23.2
2222
# via pytest
2323
pluggy==1.3.0
2424
# via pytest
2525
pycparser==2.21
2626
# via cffi
27-
pytest==7.4.2
27+
pytest==7.4.3
2828
# via -r lint-requirements.in
2929
toml==0.10.2
3030
# via mypy
31-
types-pyopenssl==23.2.0.2
31+
types-pyopenssl==23.3.0.0
3232
# via -r lint-requirements.in
3333
typing-extensions==4.8.0
3434
# via mypy

Diff for: test-requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ attrs==23.1.0
88
# via service-identity
99
cffi==1.16.0
1010
# via cryptography
11-
coverage[toml]==7.3.1
11+
coverage[toml]==7.3.2
1212
# via -r test-requirements.in
13-
cryptography==41.0.3
13+
cryptography==41.0.5
1414
# via
1515
# -r test-requirements.in
1616
# pyopenssl
@@ -19,7 +19,7 @@ idna==3.4
1919
# via -r test-requirements.in
2020
iniconfig==2.0.0
2121
# via pytest
22-
packaging==23.1
22+
packaging==23.2
2323
# via pytest
2424
pluggy==1.3.0
2525
# via pytest
@@ -31,9 +31,9 @@ pyasn1-modules==0.3.0
3131
# via service-identity
3232
pycparser==2.21
3333
# via cffi
34-
pyopenssl==23.2.0
34+
pyopenssl==23.3.0
3535
# via -r test-requirements.in
36-
pytest==7.4.2
36+
pytest==7.4.3
3737
# via -r test-requirements.in
3838
service-identity==23.1.0
3939
# via -r test-requirements.in

0 commit comments

Comments
 (0)