Skip to content

Commit

Permalink
Upgrade pytest to resolve security issue
Browse files Browse the repository at this point in the history
See pytest-dev/py#287 (comment) for
more info.
  • Loading branch information
sybrenstuvel committed Apr 23, 2023
1 parent 13f2d7d commit af1881c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 42 deletions.
64 changes: 24 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -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"
Expand Down

0 comments on commit af1881c

Please sign in to comment.