Skip to content

Commit dc9141d

Browse files
committed
fix dev req
1 parent 3ace60d commit dc9141d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ pydantic = ">=1.6.0,<1.11.0"
2626
aiocsv = ">=1.2.3,<=1.4.0"
2727
pyjwt = ">=2.0.0,<3.0.0"
2828
mypy-extensions = ">=0.2.0,<=1.1.0"
29-
factory-boy = ">=3.3.3,<=4.0.0"
30-
deepdiff = "^8.5.0,<=9.0.0"
3129

3230
[tool.poetry.group.dev.dependencies]
3331
add-trailing-comma = "3.1.0"
@@ -44,6 +42,8 @@ pytest-asyncio = "0.26.0"
4442
pytest-cov = "6.1.1"
4543
requests = "2.32.3"
4644
respx = "0.22.0"
45+
factory-boy = ">=3.3.3,<=4.0.0"
46+
deepdiff = "^8.5.0,<=9.0.0"
4747

4848
fastapi = "0.115.12 "
4949
starlette = "0.46.2" # TODO: Drop dependency after updating end-to-end test

0 commit comments

Comments
 (0)