Skip to content

Commit 6e8f164

Browse files
authored
Merge branch 'main' into dependabot/pip/isort-6.1.0
2 parents ce3fd46 + 6d4b5c9 commit 6e8f164

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: github.event_name == 'release'
3535
uses: pypa/[email protected]
3636
- name: Upload release assets
37-
uses: softprops/[email protected].3
37+
uses: softprops/[email protected].4
3838
with:
3939
files: |
4040
dist/*.whl

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ black = [
3939
"black==25.9.0",
4040
]
4141
ruff = [
42-
"ruff==0.13.2",
42+
"ruff==0.13.3",
4343
]
4444

4545
[project.scripts]

requirements_ruff.txt

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

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements_test_pre_commit.txt
22
mypy==1.18.2
33
pre-commit==4.3.0
4-
pylint==3.3.8
4+
pylint==3.3.9
55
pytest==8.4.2
66
pytest-asyncio==1.2.0
77
types-aiofiles==24.1.0.20250822

0 commit comments

Comments
 (0)