Skip to content

Commit 8d1a856

Browse files
fix(deps): update minor dependencies
1 parent ffb231b commit 8d1a856

9 files changed

Lines changed: 259 additions & 129 deletions

File tree

.github/actions/bump-and-tag/package-lock.json

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

.github/workflows/build_data_tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# https://github.com/docker/login-action
3030
- name: Log in to the Container registry
31-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
31+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
3232
with:
3333
registry: ${{ env.REGISTRY }}
3434
username: ${{ github.actor }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ repos:
8282
additional_dependencies: ["@commitlint/config-conventional"]
8383
language_version: 22.8.0
8484
- repo: https://github.com/renovatebot/pre-commit-hooks
85-
rev: 43.91.4
85+
rev: 43.104.3
8686
hooks:
8787
- id: renovate-config-validator

backend/data_tools/Pipfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ name = "pypi"
66
[packages]
77
SQLAlchemy = "==2.0.48"
88
pandas = "==3.0.2"
9-
json5 = "==0.13.0"
9+
json5 = "==0.14.0"
1010
psycopg2-binary = "==2.9.11"
1111
cfenv = "==0.5.3"
1212
typing-extensions = "==4.15.0"
1313
desert = "2022.9.22"
1414
sqlalchemy-continuum = "==1.6.0"
15-
marshmallow-sqlalchemy = "==1.4.2"
15+
marshmallow-sqlalchemy = "==1.5.0"
1616
marshmallow-enum = "==1.5.1"
1717
alembic = "==1.18.4"
1818
alembic-postgresql-enum = "==1.10.0"
@@ -24,7 +24,7 @@ click = "==8.3.1"
2424
aiohttp = "==3.13.3"
2525
deepdiff = "==9.0.0"
2626
python-dotenv = "==1.2.2"
27-
ipython = "==9.11.0"
27+
ipython = "==9.12.0"
2828

2929
[dev-packages]
3030
nox = "==2026.2.9"
@@ -35,7 +35,7 @@ flake8-bandit = "==4.1.1"
3535
pytest = "==9.0.2"
3636
pytest-cov = "==7.1.0"
3737
pytest-mock = "==3.15.1"
38-
ipython = "==9.11.0"
38+
ipython = "==9.12.0"
3939
pytest-docker = {extras = ["docker-compose-v2"], version = "==3.2.5"}
4040
black = {extras = ["d"], version = "==26.3.1"}
4141
isort = "==8.0.1"

backend/data_tools/Pipfile.lock

Lines changed: 76 additions & 17 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ azure-storage-blob = "==12.28.0"
1212
flask = "==3.1.3"
1313
flask-cors = "==6.0.2"
1414
flask-jwt-extended = {extras = ["asymmetric_crypto"], version = "==4.7.1"}
15-
gunicorn = "==25.2.0"
15+
gunicorn = "==25.3.0"
1616
loguru = "==0.7.3"
1717
markupsafe = "==3.0.3"
1818
marshmallow-dataclass = "==8.7.1"
1919
marshmallow-enum = "==1.5.1"
20-
marshmallow-sqlalchemy = "==1.4.2"
21-
mypy = "==1.19.1"
20+
marshmallow-sqlalchemy = "==1.5.0"
21+
mypy = "==1.20.0"
2222
psycopg2-binary = "==2.9.11"
2323
PyYAML = "==6.0.3"
2424
requests = "==2.33.1"
@@ -38,7 +38,7 @@ pytest-cov = "==7.1.0"
3838
pytest-docker = {extras = ["docker-compose-v2"], version = "==3.2.5"}
3939
pytest-flask = "==1.3.0"
4040
pytest-mock = "==3.15.1"
41-
ipython = "==9.11.0"
41+
ipython = "==9.12.0"
4242
locust = "==2.43.4"
4343

4444
[requires]

0 commit comments

Comments
 (0)