Skip to content

Commit 1a125d6

Browse files
authored
Merge branch 'main' into dependabot/pip/pyupgrade-3.21.2
2 parents d89acb2 + 59025a3 commit 1a125d6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- &checkout
2626
name: Check out code from GitHub
27-
uses: actions/checkout@v5.0.0
27+
uses: actions/checkout@v6.0.0
2828
- &setup-python-default
2929
name: Set up Python ${{ env.DEFAULT_PYTHON }}
3030
id: python

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
contents: write # Required to upload release assets
2121
steps:
2222
- name: Check out code from Github
23-
uses: actions/checkout@v5.0.0
23+
uses: actions/checkout@v6.0.0
2424
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2525
id: python
2626
uses: actions/[email protected]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ black = [
3838
"black==25.11.0",
3939
]
4040
ruff = [
41-
"ruff==0.14.5",
41+
"ruff==0.14.6",
4242
]
4343

4444
[project.scripts]

requirements_ruff.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruff==0.14.5
1+
ruff==0.14.6

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements_test_pre_commit.txt
22
mypy==1.18.2
3-
pre-commit==4.4.0
3+
pre-commit==4.5.0
44
pylint==4.0.3
55
pytest==9.0.1
66
pytest-asyncio==1.3.0

0 commit comments

Comments
 (0)