Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iTitus committed Feb 9, 2024
1 parent 976a206 commit bc078cf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 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
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ pydantic = "^2.6"
deprecation = "^2.1"

[tool.poetry.dev-dependencies]
pytest = "^7.4,<8.0" # keeping this below v8 because of incompatibilities with pytest-asyncio
pytest = "^8.0"
pytest-cov = "^4.1"
pytest-asyncio = "^0.23"
pytest-asyncio = "^0.23.5"
flake8 = "^7.0"
flake8-docstrings = "^1.7"
pylint = "^3.0"
Expand Down

0 comments on commit bc078cf

Please sign in to comment.