Skip to content

Commit a6da942

Browse files
authored
Merge branch 'master' into patch-1
2 parents 4f1ef83 + 5dc8a8c commit a6da942

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
pytest --cov=./ --cov-report=xml --cov-report=term
7272
7373
- name: Upload coverage report artifact
74-
uses: actions/upload-artifact@v4.6.2
74+
uses: actions/upload-artifact@v5.0.0
7575
with:
7676
name: coverage.xml
7777
path: ./coverage.xml
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/[email protected]
9191

9292
- name: Download coverage report artifact
93-
uses: actions/download-artifact@v5.0.0
93+
uses: actions/download-artifact@v6.0.0
9494
with:
9595
name: coverage.xml
9696

requirements-lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
flake8==7.3.0
2-
black==25.9.0
2+
black==25.11.0

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
22

3-
pytest==8.4.2
3+
pytest==9.0.1
44
pytest-cov==7.0.0
55
pytest-sugar==1.1.1
66
gevent==25.9.1

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://fastapi.tiangolo.com/#standard-dependencies
2-
fastapi[standard]==0.118.0
3-
SQLAlchemy==2.0.43
2+
fastapi[standard]==0.121.1
3+
SQLAlchemy==2.0.44
44
aiosqlite==0.21.0
55
aiocache==0.12.3

0 commit comments

Comments
 (0)