Skip to content

Commit

Permalink
Merge branch 'main' of github.com:team23/fastapi-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanier committed Apr 9, 2024
2 parents b703acd + 87c6d11 commit eb31506
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,10 +13,10 @@ fastapi = ">=0.65.2,<1.0.0"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.1.2,<9.0.0"
pytest-cov = ">=3,<5"
pytest-cov = ">=3,<6"
tox = ">=3.26,<5.0"
httpx = ">=0.24.1,<1.0.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 eb31506

Please sign in to comment.