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 Jan 10, 2025
1 parent c536be5 commit 5c36116
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 140 deletions.
4 changes: 2 additions & 2 deletions backend/data_tools/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ verify_ssl = true
name = "pypi"

[packages]
SQLAlchemy = "==2.0.36"
SQLAlchemy = "==2.0.37"
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.1.0"
marshmallow-sqlalchemy = "==1.1.1"
marshmallow-enum = "==1.5.1"
alembic = "==1.14.0"
alembic-postgresql-enum = "==1.5.0"
Expand Down
122 changes: 54 additions & 68 deletions backend/data_tools/Pipfile.lock

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

4 changes: 2 additions & 2 deletions backend/ops_api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ loguru = "==0.7.3"
markupsafe = "==3.0.2"
marshmallow-dataclass = "==8.7.1"
marshmallow-enum = "==1.5.1"
marshmallow-sqlalchemy = "==1.1.0"
marshmallow-sqlalchemy = "==1.1.1"
mypy = "==1.14.1"
psycopg2-binary = "==2.9.10"
PyYAML = "==6.0.2"
requests = "==2.32.3"
sqlalchemy = "==2.0.36"
sqlalchemy = "==2.0.37"
sqlalchemy-continuum = "==1.4.2"

[dev-packages]
Expand Down
Loading

0 comments on commit 5c36116

Please sign in to comment.