aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-11 05:00:50 +0000
committerGravatar GitHub <[email protected]>2023-01-11 05:00:50 +0000
commit2fa1915e47828937ad15943afb952be194ab6a6a (patch)
treeaf07a21a45b92d99f3b7a6d1d4179f8dc6d52af0 /pyproject.toml
parentMerge pull request #815 from python-discord/improve-page-contribution-guide (diff)
Bump coverage from 7.0.1 to 7.0.5
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.0.1 to 7.0.5. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.0.1...7.0.5) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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"