Skip to content

Commit bde262c

Browse files
authored
Merge branch 'main' into dependabot/pip/pylint-3.3.4
2 parents 520188b + e93a828 commit bde262c

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/[email protected]
2727
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2828
id: python
29-
uses: actions/setup-python@v5.3.0
29+
uses: actions/setup-python@v5.4.0
3030
with:
3131
python-version: ${{ env.DEFAULT_PYTHON }}
3232
check-latest: true
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/[email protected]
9292
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
9393
id: python
94-
uses: actions/setup-python@v5.3.0
94+
uses: actions/setup-python@v5.4.0
9595
with:
9696
python-version: ${{ env.DEFAULT_PYTHON }}
9797
check-latest: true
@@ -125,7 +125,7 @@ jobs:
125125
uses: actions/[email protected]
126126
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
127127
id: python
128-
uses: actions/setup-python@v5.3.0
128+
uses: actions/setup-python@v5.4.0
129129
with:
130130
python-version: ${{ env.DEFAULT_PYTHON }}
131131
check-latest: true
@@ -151,7 +151,7 @@ jobs:
151151
uses: actions/[email protected]
152152
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
153153
id: python
154-
uses: actions/setup-python@v5.3.0
154+
uses: actions/setup-python@v5.4.0
155155
with:
156156
python-version: ${{ env.DEFAULT_PYTHON }}
157157
check-latest: true
@@ -182,7 +182,7 @@ jobs:
182182
uses: actions/[email protected]
183183
- name: Set up Python ${{ matrix.python-version }}
184184
id: python
185-
uses: actions/setup-python@v5.3.0
185+
uses: actions/setup-python@v5.4.0
186186
with:
187187
python-version: ${{ matrix.python-version }}
188188
check-latest: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/[email protected]
2323
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2424
id: python
25-
uses: actions/setup-python@v5.3.0
25+
uses: actions/setup-python@v5.4.0
2626
with:
2727
python-version: ${{ env.DEFAULT_PYTHON }}
2828
- name: Build distributions

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ dependencies = [
3434

3535
[project.optional-dependencies]
3636
black = [
37-
"black==24.10.0",
37+
"black==25.1.0",
3838
]
3939
ruff = [
40-
"ruff==0.9.3",
40+
"ruff==0.9.4",
4141
]
4242

4343
[project.scripts]

requirements_black.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
black==24.10.0
1+
black==25.1.0

requirements_ruff.txt

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

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ mypy==1.14.1
33
pre-commit==4.1.0
44
pylint==3.3.4
55
pytest==8.3.4
6-
pytest-asyncio==0.25.2
6+
pytest-asyncio==0.25.3
77
types-aiofiles==24.1.0.20241221

0 commit comments

Comments
 (0)