Skip to content

Commit

Permalink
pip(deps): update coverage[toml] requirement from ~=6.1 to ~=6.3
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@6.1...6.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 12, 2022
1 parent 21c2c72 commit fdd419e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/DEV_REQUIREMENTS.txt
@@ -1,7 +1,7 @@
black~=22.1 ; python_version >= '3.7'
black~=21.4b0 ; python_version == '3.6'
coveralls~=3.3
coverage[toml]~=6.1
coverage[toml]~=6.3
isort~=5.10
moto~=3.1
pydoc-markdown~=4.3, < 4.6.* ; python_version >= '3.7'
Expand Down

0 comments on commit fdd419e

Please sign in to comment.