Skip to content

Commit 7e5d595

Browse files
chore(deps): update minor dependencies
1 parent 239a0aa commit 7e5d595

10 files changed

Lines changed: 38 additions & 38 deletions

File tree

.github/workflows/build_data_tools.yml

Lines changed: 4 additions & 4 deletions
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@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
31+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
3232
with:
3333
registry: ${{ env.REGISTRY }}
3434
username: ${{ github.actor }}
@@ -37,19 +37,19 @@ jobs:
3737
# https://github.com/docker/metadata-action
3838
- name: Extract metadata (tags, labels) for Docker
3939
id: meta
40-
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
40+
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0
4141
with:
4242
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4343

4444
# Setting up Docker Buildx with docker-container driver is required
4545
# at the moment to be able to use a subdirectory with Git context
4646
# https://github.com/docker/setup-buildx-action
4747
- name: Set up Docker Buildx
48-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
48+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
4949

5050
# https://github.com/docker/build-push-action/
5151
- name: Build and push Docker image
52-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
52+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
5353
with:
5454
context: "{{defaultContext}}:backend" # https://github.com/docker/build-push-action#git-context
5555
push: true

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: ./.github/actions/setup-javascript
5656

5757
- name: Cache Cypress binary
58-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
58+
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
5959
with:
6060
path: ~/.cache/Cypress
6161
key: cypress-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('frontend/bun.lock') }}

.github/workflows/e2e_test_reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: ./.github/actions/setup-javascript
4545

4646
- name: Cache Cypress binary
47-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
47+
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
4848
with:
4949
path: ~/.cache/Cypress
5050
key: cypress-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('frontend/bun.lock') }}

.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.243.2
85+
rev: 43.255.0
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
@@ -9,9 +9,9 @@ pandas = "==3.0.4"
99
json5 = "==0.15.0"
1010
psycopg2-binary = "==2.9.12"
1111
cfenv = "==0.5.3"
12-
typing-extensions = "==4.15.0"
12+
typing-extensions = "==4.16.0"
1313
desert = "2022.9.22"
14-
sqlalchemy-continuum = "==1.6.0"
14+
sqlalchemy-continuum = "==1.7.0"
1515
marshmallow-sqlalchemy = "==1.5.0"
1616
marshmallow-enum = "==1.5.1"
1717
alembic = "==1.18.5"
@@ -24,7 +24,7 @@ click = "==8.4.2"
2424
aiohttp = "==3.14.1"
2525
deepdiff = "==9.1.0"
2626
python-dotenv = "==1.2.2"
27-
ipython = "==9.14.1"
27+
ipython = "==9.15.0"
2828
urllib3 = "==2.7.0"
2929

3030
[dev-packages]
@@ -38,7 +38,7 @@ pytest-cov = "==7.1.0"
3838
pytest-mock = "==3.15.1"
3939
pytest-xdist = "==3.8.0"
4040
filelock = "==3.29.7"
41-
ipython = "==9.14.1"
41+
ipython = "==9.15.0"
4242
pytest-docker = {extras = ["docker-compose-v2"], version = "==3.2.5"}
4343
black = {extras = ["d"], version = "==26.5.1"}
4444
isort = "==8.0.1"

backend/data_tools/Pipfile.lock

Lines changed: 14 additions & 14 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ psycopg2-binary = "==2.9.12"
2222
PyYAML = "==6.0.3"
2323
requests = "==2.34.2"
2424
sqlalchemy = "==2.0.51"
25-
sqlalchemy-continuum = "==1.6.0"
25+
sqlalchemy-continuum = "==1.7.0"
2626
deepdiff = "==9.1.0"
2727
urllib3 = "==2.7.0"
2828

@@ -40,7 +40,7 @@ pytest-flask = "==1.3.0"
4040
pytest-mock = "==3.15.1"
4141
pytest-xdist = "==3.8.0"
4242
filelock = "==3.29.7"
43-
ipython = "==9.14.1"
43+
ipython = "==9.15.0"
4444
locust = "==2.44.4"
4545

4646
[requires]

backend/ops_api/Pipfile.lock

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

frontend/bun.lock

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

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"history": "5.3.0",
7777
"jsdom": "29.1.1",
7878
"msw": "2.14.7",
79-
"prettier": "3.8.5",
79+
"prettier": "3.9.4",
8080
"redux-mock-store": "1.5.5",
8181
"sass-loader": "17.0.0",
8282
"semantic-release": "25.0.5",

0 commit comments

Comments
 (0)