Skip to content

Commit 7925d0e

Browse files
Ashley Grealishparamt
authored andcommitted
Bump requirements to latest
1 parent 7c4f4bd commit 7925d0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-alpine
1+
FROM python:latest
22

33
ADD check_links.py /check_links.py
44
ADD requirements.txt /requirements.txt

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
requests==2.22.0
2-
urlextract==0.12.1
1+
requests==2.31.0
2+
urlextract==1.8.0

0 commit comments

Comments
 (0)