Skip to content

Commit 6b1a3ae

Browse files
chore(deps): update patch dependencies
1 parent 5555f84 commit 6b1a3ae

6 files changed

Lines changed: 282 additions & 158 deletions

File tree

backend/data_tools/Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
SQLAlchemy = "==2.0.48"
7+
SQLAlchemy = "==2.0.49"
88
pandas = "==3.0.2"
99
json5 = "==0.13.0"
1010
psycopg2-binary = "==2.9.11"
@@ -20,7 +20,7 @@ azure-storage-blob = "==12.28.0"
2020
azure-identity = "==1.25.3"
2121
azure-keyvault-secrets = "==4.10.0"
2222
loguru = "==0.7.3"
23-
click = "==8.3.1"
23+
click = "==8.3.2"
2424
aiohttp = "==3.13.3"
2525
deepdiff = "==8.6.2"
2626
python-dotenv = "==1.2.2"

backend/data_tools/Pipfile.lock

Lines changed: 133 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/ops_api/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mypy = "==1.19.1"
2222
psycopg2-binary = "==2.9.11"
2323
PyYAML = "==6.0.3"
2424
requests = "==2.33.1"
25-
sqlalchemy = "==2.0.48"
25+
sqlalchemy = "==2.0.49"
2626
sqlalchemy-continuum = "==1.6.0"
2727
deepdiff = "*"
2828

0 commit comments

Comments
 (0)