Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/zc/app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ python-multipart>=0.0.9
pytest>=8.2.0
pytest-asyncio>=0.23.0
pytest-cov>=5.0.0
httpx>=0.27.0
httpx>=0.28.1

## Development
ruff>=0.4.0
Expand Down
2 changes: 1 addition & 1 deletion services/zc/requirements-enterprise.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pydantic-settings>=2.5.0
# === Testing ===
pytest>=8.3.0
pytest-asyncio>=0.24.0
httpx>=0.27.0
httpx>=0.28.1

# === Development Tools ===
black>=24.8.0
Expand Down
2 changes: 1 addition & 1 deletion services/zc/webapp/requirements-web.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ fastapi>=0.115.0
uvicorn[standard]>=0.30.0
# Required by fastapi.testclient.TestClient (tests/test_webapp_server.py);
# not a transitive dependency of fastapi or uvicorn[standard] on their own.
httpx>=0.27.0
httpx>=0.28.1
Loading