aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-21 17:09:03 +0000
committerGravatar GitHub <[email protected]>2023-03-21 17:09:03 +0000
commitf4ff92d03d5d6b759554de3b5288658e389a4687 (patch)
tree840a2772d21badc959027a52b8a1ce833517278f /pyproject.toml
parentBump sentry-sdk from 1.16.0 to 1.17.0 (#903) (diff)
Bump coverage from 7.2.1 to 7.2.2 (#904)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.1 to 7.2.2. - [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.2.1...7.2.2) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 79adde2c..18c9b145 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -44,7 +44,7 @@ pep8-naming = "0.13.3"
pre-commit = "3.1.1"
[tool.poetry.group.test.dependencies]
-coverage = "7.2.1"
+coverage = "7.2.2"
pyfakefs = "5.1.0"
[build-system]