Skip to content

Commit

Permalink
chore(deps): update coverage[toml] requirement from ~=7.2 to ~=7.4
Browse files Browse the repository at this point in the history
Updates the requirements on [coverage[toml]](https://github.com/nedbat/coveragepy) to permit the latest version.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.3.0...7.4.0)

---
updated-dependencies:
- dependency-name: coverage[toml]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ddneilson committed Feb 17, 2024
1 parent 013af46 commit 0a9acb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage[toml] ~= 7.2; python_version == '3.7'
coverage[toml] ~= 7.3; python_version > '3.7'
coverage[toml] ~= 7.4; python_version > '3.7'
pytest ~= 7.4
pytest-cov ~= 4.1
pytest-timeout ~= 2.2
Expand Down

0 comments on commit 0a9acb1

Please sign in to comment.