Skip to content

Commit 248e0a0

Browse files
committed
Merge branch 'main' of github.com:team23/pydantic-async-validation
2 parents 88c0052 + f9974ab commit 248e0a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ fastapi = ["fastapi"]
1818

1919
[tool.poetry.group.dev.dependencies]
2020
pytest = ">=7.1.2,<9.0.0"
21-
pytest-cov = ">=3,<5"
21+
pytest-cov = ">=3,<6"
2222
pytest-asyncio = ">=0.21.1,<0.24.0"
2323
tox = ">=3.26,<5.0"
24-
httpx = ">=0.24.1,<0.27.0"
25-
ruff = ">=0.2.0,<0.3.0"
24+
httpx = ">=0.24.1,<0.28.0"
25+
ruff = ">=0.2.0,<0.4.0"
2626
pyright = ">=1.1.350,<1.2"
2727

2828
[tool.ruff]

0 commit comments

Comments
 (0)