Skip to content

Commit bdfaede

Browse files
authored
Merge branch 'main' into dependabot/github_actions/softprops/action-gh-release-2.5.0
2 parents cdc5369 + 075c6b9 commit bdfaede

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/[email protected].0
27+
uses: actions/[email protected].1
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/[email protected].0
23+
uses: actions/[email protected].1
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.7",
41+
"ruff==0.14.8",
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.7
1+
ruff==0.14.8

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
mypy==1.19.0
33
pre-commit==4.5.0
44
pylint==4.0.4
5-
pytest==9.0.1
5+
pytest==9.0.2
66
pytest-asyncio==1.3.0
77
types-aiofiles==25.1.0.20251011

0 commit comments

Comments
 (0)