We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18b05ce + b4c1a03 commit 1302be5Copy full SHA for 1302be5
.github/workflows/python-app.yml
@@ -119,7 +119,7 @@ jobs:
119
uses: actions/[email protected]
120
121
- name: Log in to GitHub Container Registry
122
- uses: docker/login-action@v3.5.0
+ uses: docker/login-action@v3.6.0
123
with:
124
registry: ghcr.io
125
username: ${{ github.actor }}
requirements.txt
@@ -1,5 +1,5 @@
1
# https://fastapi.tiangolo.com/#standard-dependencies
2
-fastapi[standard]==0.117.1
+fastapi[standard]==0.118.0
3
SQLAlchemy==2.0.43
4
aiosqlite==0.21.0
5
aiocache==0.12.3
0 commit comments