diff options
author | 2023-01-14 08:30:00 -0800 | |
---|---|---|
committer | 2023-01-14 08:30:00 -0800 | |
commit | 9a4922eb4d10df9fa2c1fdf03eb8a602f6026718 (patch) | |
tree | af07a21a45b92d99f3b7a6d1d4179f8dc6d52af0 /pyproject.toml | |
parent | Merge pull request #815 from python-discord/improve-page-contribution-guide (diff) | |
parent | Bump coverage from 7.0.1 to 7.0.5 (diff) |
Merge pull request #834 from python-discord/dependabot/pip/coverage-7.0.5
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index ef3c6f5e..a97c9504 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ PyJWT = {version = "2.6.0", extras = ["crypto"]} pymdown-extensions = "9.9" [tool.poetry.dev-dependencies] -coverage = "7.0.1" +coverage = "7.0.5" flake8 = "6.0.0" flake8-annotations = "2.9.1" flake8-bandit = "4.1.1" |