diff options
author | 2023-02-27 15:28:05 -0800 | |
---|---|---|
committer | 2023-02-27 15:28:05 -0800 | |
commit | 651ac126a8d36860b0513c8ccd3f9253dcc58695 (patch) | |
tree | 17df2c29b7bc807436d305c9b96ea4079466f403 /pyproject.toml | |
parent | Merge pull request #887 from python-discord/dependabot/pip/whitenoise-6.4.0 (diff) | |
parent | Bump coverage from 7.1.0 to 7.2.1 (diff) |
Merge pull request #886 from python-discord/dependabot/pip/coverage-7.2.1
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 ca2b1d09..afb06cc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ PyJWT = {version = "2.6.0", extras = ["crypto"]} pymdown-extensions = "9.9.2" [tool.poetry.dev-dependencies] -coverage = "7.1.0" +coverage = "7.2.1" flake8 = "6.0.0" flake8-annotations = "3.0.0" flake8-bandit = "4.1.1" |