Skip to content

Commit 3963e2f

Browse files
authoredDec 1, 2023
Bump the dependencies group with 5 updates (#633)
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [pyasn1](https://github.com/pyasn1/pyasn1) | `0.5.0` | `0.5.1` | | [certifi](https://github.com/certifi/python-certifi) | `2023.7.22` | `2023.11.17` | | [charset-normalizer](https://github.com/Ousret/charset_normalizer) | `3.3.1` | `3.3.2` | | [pygments](https://github.com/pygments/pygments) | `2.16.1` | `2.17.2` | | [urllib3](https://github.com/urllib3/urllib3) | `2.0.7` | `2.1.0` | Updates `pyasn1` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](pyasn1/pyasn1@v0.5.0...v0.5.1) Updates `certifi` from 2023.7.22 to 2023.11.17 - [Commits](certifi/python-certifi@2023.07.22...2023.11.17) Updates `charset-normalizer` from 3.3.1 to 3.3.2 - [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.1...3.3.2) Updates `pygments` from 2.16.1 to 2.17.2 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.16.1...2.17.2) Updates `urllib3` from 2.0.7 to 2.1.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.0.7...2.1.0) --- updated-dependencies: - dependency-name: pyasn1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: certifi 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: pygments dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: urllib3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 334f8c6 commit 3963e2f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎docs-requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ alabaster==0.7.13
88
# via sphinx
99
babel==2.13.1
1010
# via sphinx
11-
certifi==2023.7.22
11+
certifi==2023.11.17
1212
# via requests
1313
cffi==1.16.0
1414
# via cryptography
15-
charset-normalizer==3.3.1
15+
charset-normalizer==3.3.2
1616
# via requests
1717
cryptography==41.0.7
1818
# via -r docs-requirements.in
@@ -32,7 +32,7 @@ packaging==23.2
3232
# via sphinx
3333
pycparser==2.21
3434
# via cffi
35-
pygments==2.16.1
35+
pygments==2.17.2
3636
# via sphinx
3737
requests==2.31.0
3838
# via sphinx
@@ -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.7
62+
urllib3==2.1.0
6363
# via requests

‎test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ packaging==23.2
2323
# via pytest
2424
pluggy==1.3.0
2525
# via pytest
26-
pyasn1==0.5.0
26+
pyasn1==0.5.1
2727
# via
2828
# pyasn1-modules
2929
# service-identity

0 commit comments

Comments
 (0)
Please sign in to comment.