Skip to content

Commit

Permalink
Merge branch 'main' of github.com:team23/async-signals
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanier committed Apr 9, 2024
2 parents cee26e6 + d310eb4 commit 13d02b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ python = "^3.8"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.1.3,<9.0.0"
pytest-cov = ">=3,<5"
pytest-cov = ">=3,<6"
pytest-mock = "^3.8.2"
anyio = {extras = ["trio"], version = ">=3.6.1,<5.0.0"}
tox = ">=3.26,<5.0"
ruff = ">=0.2.0,<0.3.0"
ruff = ">=0.2.0,<0.4.0"
pyright = ">=1.1.350,<1.2"

[tool.ruff]
Expand Down

0 comments on commit 13d02b8

Please sign in to comment.