Skip to content

Commit 7ff972b

Browse files
chore(deps): update minor dependencies
1 parent 0117ee9 commit 7ff972b

9 files changed

Lines changed: 26 additions & 26 deletions

File tree

.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.249.2
8686
hooks:
8787
- id: renovate-config-validator

backend/data_tools/Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.5"
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: 10 additions & 10 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
@@ -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.5"
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: 7 additions & 7 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.6",
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)