Skip to content

Commit

Permalink
chore: dependency updates
Browse files Browse the repository at this point in the history
This PR is a routine dependency update with the exception of
pytest-asyncio and pytest-cov, which were both updated to significantly
newer versions.

I believe this update was postponed previously because of the
flake8/ruff stuff.

Signed-off-by: Daniel Bluhm <[email protected]>
  • Loading branch information
dbluhm committed Oct 25, 2023
1 parent 8311adc commit a733857
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 49 deletions.
101 changes: 54 additions & 47 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 @@ -75,8 +75,8 @@ pydevd-pycharm="~193.6015.39"
# testing
asynctest= "0.13.0"
pytest= "~7.4.0"
pytest-asyncio= "0.14.0"
pytest-cov= "2.10.1"
pytest-asyncio= "^0.21.1"
pytest-cov= "4.1.0"
pytest-ruff="^0.1.1"
mock= "~4.0"

Expand Down

0 comments on commit a733857

Please sign in to comment.