summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-01 16:17:18 +0000
committerJordan Cook <jordan.cook.git@proton.me>2022-10-08 14:01:13 -0500
commit6c3822517b41584ffad0c7a85c9d2b3bdece1e1f (patch)
tree0974a2c91c4232a9c8d9a643590282449ed8888a /pyproject.toml
parent7d7c9fb9f637ce99a274742eab67aa59b871ad53 (diff)
downloadrequests-cache-6c3822517b41584ffad0c7a85c9d2b3bdece1e1f.tar.gz
Bump cattrs from 22.1.0 to 22.2.0
Bumps [cattrs](https://github.com/python-attrs/cattrs) from 22.1.0 to 22.2.0. - [Release notes](https://github.com/python-attrs/cattrs/releases) - [Changelog](https://github.com/python-attrs/cattrs/blob/main/HISTORY.rst) - [Commits](https://github.com/python-attrs/cattrs/compare/v22.1.0...v22.2.0) --- updated-dependencies: - dependency-name: cattrs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump coverage from 6.4.4 to 6.5.0 Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.4.4 to 6.5.0. - [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/6.4.4...6.5.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@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 e2377f6..00d92a1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -86,7 +86,7 @@ docs = ["furo", "linkify-it-py", "myst-parser", "sphinx", "sphinx-autodoc-ty
[tool.poetry.dev-dependencies]
# For unit + integration tests
-coverage = "^6.3"
+coverage = "^6.5"
psutil = "^5.0"
pytest = "^7.1"
pytest-clarity = "^1.0.1"