aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-20 22:30:43 +0000
committerGravatar GitHub <[email protected]>2024-03-20 22:30:43 +0000
commit1e37eba8e09d166264a9b459370ad5cc915f372e (patch)
treeed01fec95c4b6cabfcf285416edcd170acf3bd28 /pyproject.toml
parentBump sentry-sdk from 1.42.0 to 1.43.0 (#2964) (diff)
Bump coverage from 7.4.3 to 7.4.4
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.3 to 7.4.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.4.3...7.4.4) --- 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 a2af8253d..ce6b3c780 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,7 +32,7 @@ pydantic = "2.5.2"
pydantic-settings = "2.2.1"
[tool.poetry.dev-dependencies]
-coverage = "7.4.3"
+coverage = "7.4.4"
httpx = "0.27.0"
pre-commit = "3.6.2"
pip-licenses = "4.3.4"