Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Pytest-asyncio is once again making breaking changes that cause a bunch 
of warnings to be raised, some from the plugin itself, so we just pin it 
to the working version for now.
  • Loading branch information
Askaholic committed Jan 2, 2024
1 parent 999ce6f commit a3657f8
Show file tree
Hide file tree
Showing 2 changed files with 452 additions and 435 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ flaky = "*"
hypothesis = "*" # Versions between 6.47.1 and 6.56.4 added a prerelease dependency. See https://github.com/pypa/pipenv/issues/1760
pdoc3 = "*"
pytest = "*"
pytest-asyncio = "*"
pytest-asyncio = "~=0.21.0"
pytest-cov = "*"
pytest-mock = "*"
vulture = "*"
Expand Down
Loading

0 comments on commit a3657f8

Please sign in to comment.