Skip to content

Commit

Permalink
chore(deps): update coverage[toml] requirement from ==7.*,>=7.3 to ==…
Browse files Browse the repository at this point in the history
…7.* (#6)

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.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Gerveshi <[email protected]>
  • Loading branch information
dependabot[bot] and agerveshi authored Oct 10, 2023
1 parent f3d07a3 commit 7789968
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,4 +1,4 @@
coverage[toml] >= 7.3, == 7.*
coverage[toml] == 7.*
pytest == 7.*
pytest-cov >= 4.1, == 4.*
pytest-timeout >= 2.1, == 2.*
Expand Down

0 comments on commit 7789968

Please sign in to comment.