Skip to content

Commit

Permalink
Bump: Update pytest requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausHolbechArista committed Dec 22, 2023
1 parent 786b037 commit 814fa59
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 58 deletions.
85 changes: 30 additions & 55 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ tox = "^4.0.0"

[tool.poetry.group.test.dependencies]
poethepoet = ">=0.9.0"
pytest = "^6.2.5"
pytest-asyncio = "^0.12.0"
pytest = "^7.3.2"
pytest-asyncio = "^0.23.0"
pytest-cov = "^2.9.0"
pytest-mock = "^3.1.1"
pytest-mock = "^3.12.0"
pydantic = ">=1.8.0,<2"
protobuf = "^4"
cachelib = "^0.10.2"
Expand Down

0 comments on commit 814fa59

Please sign in to comment.