Skip to content

Commit

Permalink
Chore/updates (#15)
Browse files Browse the repository at this point in the history
* chore(python): 3.11.7-alpine3.19 -> 3.11.8-alpine3.19

* chore(deps): bump pillow from 10.1.0 to 10.2.0 (#13)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@10.1.0...10.2.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(uvicorn[standard]): 0.25.0 -> 0.27.1

* chore(fastapi): 0.108.0 -> 0.109.2

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
fernandoataoldotcom and dependabot[bot] authored Feb 13, 2024
1 parent 3590f52 commit ddf14c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:3.11.7-alpine3.19
FROM python:3.11.8-alpine3.19

# Copy the files into the Docker image
COPY . .
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fastapi==0.108.0
fastapi==0.109.2
qrcode==7.4.2
Pillow==10.1.0
uvicorn[standard]==0.25.0
Pillow==10.2.0
uvicorn[standard]==0.27.1
gunicorn==21.2.0

0 comments on commit ddf14c1

Please sign in to comment.