Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e9933c4bed | |||
|
|
f733b705a2 | ||
| d1a799d1c6 | |||
|
|
aac88fc4db |
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.14-slim@sha256:0aecac02dc3d4c5dbb024b753af084cafe41f5416e02193f1ce345d671ec966e
|
FROM python:3.14-slim@sha256:2751cbe93751f0147bc1584be957c6dd4c5f977c3d4e0396b56456a9fd4ed137
|
||||||
|
|
||||||
# Install deps
|
# Install deps
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
requests~=2.32.5
|
requests~=2.32.5
|
||||||
semver~=3.0.4
|
semver~=3.0.4
|
||||||
urllib3~=2.5.0
|
urllib3~=2.6.0
|
||||||
Loading…
Add table
Add a link
Reference in a new issue