Compare commits
3 commits
e44c8b6f7e
...
cb3f5ac9e4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cb3f5ac9e4 | ||
| 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:b823ded4377ebb5ff1af5926702df2284e53cecbc6e3549e93a19d8632a1897e
|
||||||
|
|
||||||
# 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