Skip to content

Commit af1881c

Browse files
committed
Upgrade pytest to resolve security issue
See pytest-dev/py#287 (comment) for more info.
1 parent 13f2d7d commit af1881c

File tree

2 files changed

+26
-42
lines changed

2 files changed

+26
-42
lines changed

poetry.lock

Lines changed: 24 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ pyasn1 = ">=0.1.3"
3838
[tool.poetry.dev-dependencies]
3939
coveralls = "^3.0.0"
4040
Sphinx = "^5.0.0"
41-
pytest = "^6.2.2"
42-
pytest-cov = "^2.11.1"
41+
pytest = "^7.2"
42+
pytest-cov = "^4.0"
4343
tox = "^3.22.0"
4444
mypy = "^0.910"
4545
flake8 = "^3.8.4"

0 commit comments

Comments
 (0)