Skip to content

Commit 1302be5

Browse files
authored
Merge branch 'master' into patch-1
2 parents 18b05ce + b4c1a03 commit 1302be5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
uses: actions/[email protected]
120120

121121
- name: Log in to GitHub Container Registry
122-
uses: docker/login-action@v3.5.0
122+
uses: docker/login-action@v3.6.0
123123
with:
124124
registry: ghcr.io
125125
username: ${{ github.actor }}

requirements.txt

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

0 commit comments

Comments
 (0)