aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-29 13:42:24 +0000
committerGravatar GitHub <[email protected]>2023-04-29 13:42:24 +0000
commitf59e75e44b8acf2a1fcfec9421dd74d7420af85b (patch)
tree691ba2edff81e43b76f41b3675e4c1bebd21dd47 /pyproject.toml
parentBump tldextract from 3.4.0 to 3.4.1 (#2565) (diff)
Bump coverage from 7.2.3 to 7.2.4 (#2568)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.3 to 7.2.4. - [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.3...7.2.4) --- 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 258cc31b8..85e1994f9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,7 +32,7 @@ tldextract = "3.4.1"
pydantic = { version = "1.10.7", extras = ["dotenv"]}
[tool.poetry.dev-dependencies]
-coverage = "7.2.3"
+coverage = "7.2.4"
httpx = "0.24.0"
isort = "5.12.0"
pre-commit = "3.2.2"