Skip to content

Commit

Permalink
Bump the pip-dependencies group with 3 updates (#415)
Browse files Browse the repository at this point in the history
Bumps the pip-dependencies group with 3 updates: [charset-normalizer](https://github.com/jawah/charset_normalizer), [keyring](https://github.com/jaraco/keyring) and [coverage](https://github.com/nedbat/coveragepy).


Updates `charset-normalizer` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/jawah/charset_normalizer/releases)
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](jawah/charset_normalizer@3.4.0...3.4.1)

Updates `keyring` from 25.5.0 to 25.6.0
- [Release notes](https://github.com/jaraco/keyring/releases)
- [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst)
- [Commits](jaraco/keyring@v25.5.0...v25.6.0)

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

---
updated-dependencies:
- dependency-name: charset-normalizer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: keyring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent f155f03 commit 1900e14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ appdirs==1.4.4
baron==0.10.1
bleach==6.2.0
certifi==2024.12.14
charset-normalizer==3.4.0
charset-normalizer==3.4.1
debugpy==1.8.11
docutils==0.21.2
grpcio==1.68.1
grpcio-tools==1.68.1
idna==3.10
importlib-metadata==8.5.0
jaraco.classes==3.4.0
keyring==25.5.0
keyring==25.6.0
markdown-it-py==3.0.0
mdurl==0.1.2
more-itertools==10.5.0
Expand All @@ -31,4 +31,4 @@ twine==6.0.1
urllib3==2.3.0
webencodings==0.5.1
zipp==3.21.0
coverage==7.6.9
coverage==7.6.10

0 comments on commit 1900e14

Please sign in to comment.