Skip to content

Commit 0c3accb

Browse files
authored
Merge branch 'main' into dependabot/pip/ruff-0.9.1
2 parents f81c13e + 1081f6f commit 0c3accb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
echo "ref: $ref"
7878
echo "$ref" >> cleanup_cache
7979
- name: Upload cleanup-cache artifact
80-
uses: actions/upload-artifact@v4.5.0
80+
uses: actions/upload-artifact@v4.6.0
8181
with:
8282
name: cleanup_cache
8383
path: cleanup_cache

.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/[email protected].0
41+
uses: softprops/[email protected].1
4242
with:
4343
files: |
4444
dist/*.whl

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.0.1
44
pylint==3.3.3
55
pytest==8.3.4
6-
pytest-asyncio==0.25.1
6+
pytest-asyncio==0.25.2
77
types-aiofiles==24.1.0.20241221

0 commit comments

Comments
 (0)