Skip to content

Commit

Permalink
fix(deps): update patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent c065723 commit d5f325a
Show file tree
Hide file tree
Showing 6 changed files with 742 additions and 554 deletions.
10 changes: 5 additions & 5 deletions backend/data_tools/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ verify_ssl = true
name = "pypi"

[packages]
SQLAlchemy = "==2.0.36"
SQLAlchemy = "==2.0.38"
pandas = "==2.2.3"
json5 = "==0.10.0"
psycopg2-binary = "==2.9.10"
cfenv = "==0.5.3"
typing-extensions = "==4.12.2"
desert = "2022.9.22"
sqlalchemy-continuum = "==1.4.2"
marshmallow-sqlalchemy = "==1.4.0"
marshmallow-sqlalchemy = "==1.4.1"
marshmallow-enum = "==1.5.1"
alembic = "==1.14.0"
alembic-postgresql-enum = "==1.6.0"
alembic = "==1.14.1"
alembic-postgresql-enum = "==1.6.1"
azure-storage-blob = "==12.24.1"
azure-identity = "==1.19.0"
azure-keyvault-secrets = "==4.9.0"
loguru = "==0.7.3"
click = "==8.1.8"
aiohttp = "==3.11.11"
aiohttp = "==3.11.12"
deepdiff = "*"

[dev-packages]
Expand Down
Loading

0 comments on commit d5f325a

Please sign in to comment.