Skip to content

Commit 6766c2c

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/upload-artifact-5.0.0
2 parents 62463e2 + 4fcaf18 commit 6766c2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/checkout@v5.0.0
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.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)