Skip to content

Commit 2b8eedc

Browse files
committed
Merge branch 'main' into next
2 parents bff7a48 + fa59dd8 commit 2b8eedc

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/precommitVersionBumps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
git pull origin next
3434
3535
- name: Cache NPM dependencies
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: ~/.npm
3939
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
4040
restore-keys: |
4141
${{ runner.os }}-node
4242
4343
- name: Cache Python dependencies
44-
uses: actions/cache@v4
44+
uses: actions/cache@v5
4545
with:
4646
path: ~/.cache/pip
4747
key: ${{ runner.os }}-pip-${{ hashFiles('**local.txt') }}

.github/workflows/semanticVersionBump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
persist-credentials: false
3333

3434
- name: Cache NPM dependencies
35-
uses: actions/cache@v4
35+
uses: actions/cache@v5
3636
with:
3737
path: ~/.npm
3838
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

requirements/local.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# dev and test
22
# ------------
33
pytest_mock==3.15.1
4-
pytest==8.4.1
4+
pytest==9.0.2
55

66
# Code linters, formatters, and security scanners
77
# ------------
8-
black==25.1.0
8+
black==26.1.0
99
flake8==7.3.0
1010
flake8-coding==1.3.2
11-
pre-commit==4.2.0
12-
mypy==1.18.2
13-
isort==6.0.1
11+
pre-commit==4.5.1
12+
mypy==1.19.1
13+
isort==8.0.1
1414
pylint
15-
bandit==1.8.6
15+
bandit==1.9.4
1616
pydocstringformatter==0.7.5
17-
tox==4.30.2
17+
tox==4.52.0
1818
codespell==2.4.1
1919

2020
# project dependencies

0 commit comments

Comments
 (0)