Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [charset-normalizer](https://github.com/jawah/charset_normalizer) and [coverage[toml]](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 `coverage[toml]` 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: dependencies
- dependency-name: coverage[toml]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 0bbd7f5 commit 7e5773c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/pinned.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
certifi==2024.12.14 # via requests
cffi==1.17.1 # via cryptography, pynacl
charset-normalizer==3.4.0 # via requests
charset-normalizer==3.4.1 # via requests
cryptography==44.0.0 # via securesystemslib
idna==3.10 # via requests
pycparser==2.22 # via cffi
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
-r pinned.txt

# coverage measurement
coverage[toml]==7.6.9
coverage[toml]==7.6.10
freezegun==1.5.1

0 comments on commit 7e5773c

Please sign in to comment.