summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2023-04-23 15:20:31 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2023-04-23 15:20:31 +0200
commitaf1881ca9ecf2e5f7be2da65b1850b94fdfff76a (patch)
tree594372043806c9b753753359b1a5489662f4ee18 /pyproject.toml
parent13f2d7dd75954d1df32128282402bfb11b8bda30 (diff)
downloadrsa-git-af1881ca9ecf2e5f7be2da65b1850b94fdfff76a.tar.gz
Upgrade pytest to resolve security issue
See https://github.com/pytest-dev/py/issues/287#issuecomment-1290407715 for more info.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1dddc9c..80d7aaf 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -38,8 +38,8 @@ pyasn1 = ">=0.1.3"
[tool.poetry.dev-dependencies]
coveralls = "^3.0.0"
Sphinx = "^5.0.0"
-pytest = "^6.2.2"
-pytest-cov = "^2.11.1"
+pytest = "^7.2"
+pytest-cov = "^4.0"
tox = "^3.22.0"
mypy = "^0.910"
flake8 = "^3.8.4"