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.
1 parent ea73a1d commit 84d9bf1Copy full SHA for 84d9bf1
.github/workflows/main.yml
@@ -7,4 +7,4 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Publish the QR-Code_Generator as a ghcr image
10
- uses: GlueOps/github-actions-build-push-containers@v0.1.3
+ uses: GlueOps/github-actions-build-push-containers@main
requirements.txt
@@ -1,5 +1,5 @@
1
-fastapi==0.101.0
+fastapi==0.103.1
2
qrcode==7.4.2
3
-Pillow==10.0.0
+Pillow==10.0.1
4
uvicorn[standard]==0.23.2
5
gunicorn==21.2.0
0 commit comments