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
26 changes: 13 additions & 13 deletions projects/fsi-quant-assistant/adk-agent/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/fsi-quant-assistant/adk-agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
package-mode = false

[tool.poetry.group.dev.dependencies]
pytest = "^8.4.1"
pytest = "^9.0.0"
pytest-asyncio = "^1.1.0"

[build-system]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fastapi==0.129.0
uvicorn==0.41.0
pydantic==2.12.5
pytest==9.0.2
pytest==9.0.3
httpx==0.28.1
google-cloud-alloydb-connector[pg8000]==1.12.0
sqlalchemy==2.0.46
Expand Down
6 changes: 3 additions & 3 deletions projects/fsi-quant-assistant/order-service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -664,9 +664,9 @@ pygments==2.20.0 \
# via
# -r requirements.in
# pytest
pytest==9.0.2 \
--hash=sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b \
--hash=sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11
pytest==9.0.3 \
--hash=sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9 \
--hash=sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c
# via -r requirements.in
python-dateutil==2.9.0.post0 \
--hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \
Expand Down