Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d3d9c86ac8 | |||
| 83e5c66807 | |||
| 3fb1755089 | |||
| a050e31bfa | |||
|
|
70401fd0de | ||
|
|
457b0a234b | ||
|
|
ae44f0e47b | ||
|
|
1e705cb627 |
@@ -1,4 +1,4 @@
|
||||
FROM python:3.12-slim
|
||||
FROM python:3.13-slim
|
||||
ARG VERSION=unknown
|
||||
|
||||
# Create a non-root user
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
certifi==2024.8.30 # Testing
|
||||
certifi==2024.12.14 # Testing
|
||||
iniconfig==2.0.0 # PyTest Testing
|
||||
packaging==23.2 # PyTest Testing
|
||||
pluggy==1.5.0 # PyTest Testing
|
||||
pytest==7.4.4 # PyTest Testing
|
||||
pytest==8.3.4 # PyTest Testing
|
||||
|
||||
click==8.1.7 # Uvicorn
|
||||
httptools==0.6.4 # Uvicorn
|
||||
pyyaml==6.0.2 # Uvicorn
|
||||
uvicorn==0.27.0.post1 # Uvicorn
|
||||
uvloop==0.19.0 # Uvicorn
|
||||
watchfiles==0.21.0 # Uvicorn
|
||||
watchfiles==1.0.4 # Uvicorn
|
||||
websockets==12.0 # Uvicorn
|
||||
|
||||
creyPY==1.3.0 # My own package
|
||||
|
||||
Reference in New Issue
Block a user