Skip to content

Commit

Permalink
Bump the dependencies group with 5 updates
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 334f8c6 commit cb864f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ alabaster==0.7.13
# via sphinx
babel==2.13.1
# via sphinx
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
cryptography==41.0.7
# via -r docs-requirements.in
Expand All @@ -32,7 +32,7 @@ packaging==23.2
# via sphinx
pycparser==2.21
# via cffi
pygments==2.16.1
pygments==2.17.2
# via sphinx
requests==2.31.0
# via sphinx
Expand All @@ -59,5 +59,5 @@ sphinxcontrib-serializinghtml==1.1.9
# via sphinx
sphinxcontrib-trio==1.1.2
# via -r docs-requirements.in
urllib3==2.0.7
urllib3==2.1.0
# via requests
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
pyasn1==0.5.0
pyasn1==0.5.1
# via
# pyasn1-modules
# service-identity
Expand Down

0 comments on commit cb864f6

Please sign in to comment.