Skip to content

Commit

Permalink
Merge branch 'main' of github.com:team23/pydantic-async-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanier committed Apr 9, 2024
2 parents 88c0052 + f9974ab commit 248e0a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ fastapi = ["fastapi"]

[tool.poetry.group.dev.dependencies]
pytest = ">=7.1.2,<9.0.0"
pytest-cov = ">=3,<5"
pytest-cov = ">=3,<6"
pytest-asyncio = ">=0.21.1,<0.24.0"
tox = ">=3.26,<5.0"
httpx = ">=0.24.1,<0.27.0"
ruff = ">=0.2.0,<0.3.0"
httpx = ">=0.24.1,<0.28.0"
ruff = ">=0.2.0,<0.4.0"
pyright = ">=1.1.350,<1.2"

[tool.ruff]
Expand Down

0 comments on commit 248e0a0

Please sign in to comment.