Skip to content

Commit 545912d

Browse files
authored
Merge branch 'main' into dependabot/pip/ruff-0.15.18
2 parents 962a256 + 856a8d1 commit 545912d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Clone repository
2121
uses: actions/checkout@v6.0.3
2222
- name: Use Python
23-
uses: actions/setup-python@v6
23+
uses: actions/setup-python@v6.2.0
2424
with:
2525
python-version: ${{ matrix.version }}
2626
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: '0'
2323
token: ${{ secrets.TOKEN_GITHUB_TO_GITHUB_REPOSITORIES_RW }}
2424
- name: Use Python
25-
uses: actions/setup-python@v6
25+
uses: actions/setup-python@v6.2.0
2626
with:
2727
python-version: '3.14'
2828
- name: Install dependencies
@@ -34,7 +34,7 @@ jobs:
3434
run: make qa
3535
- name: Get next version
3636
id: get_next_version
37-
uses: thenativeweb/get-next-version@2.7.1
37+
uses: thenativeweb/get-next-version@2.7.2
3838
- name: Create new version
3939
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
4040
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414

1515
[dependency-groups]
1616
dev = [
17-
"pytest==9.0.3",
17+
"pytest==9.1.1",
1818
"pytest-timeout==2.4.0",
1919
"pytest-asyncio==1.4.0",
2020
"pytest-cov==7.1.0",

0 commit comments

Comments
 (0)