Skip to content

Commit 570ebd4

Browse files
authored
Merge branch 'main' into dependabot/pip/pytest-asyncio-0.25.0
2 parents 0ad9afd + 9b12781 commit 570ebd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
twine upload --verbose dist/*
4040
- name: Upload release assets
41-
uses: softprops/action-gh-release@v2.1.0
41+
uses: softprops/action-gh-release@v2.2.0
4242
with:
4343
files: |
4444
dist/*.whl

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ black = [
3737
"black==24.10.0",
3838
]
3939
ruff = [
40-
"ruff==0.8.2",
40+
"ruff==0.8.3",
4141
]
4242

4343
[project.scripts]

requirements_ruff.txt

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

0 commit comments

Comments
 (0)