Skip to content

Commit

Permalink
Bump requirements to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley Grealish authored and paramt committed Oct 4, 2023
1 parent 7c4f4bd commit 7925d0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-alpine
FROM python:latest

ADD check_links.py /check_links.py
ADD requirements.txt /requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.22.0
urlextract==0.12.1
requests==2.31.0
urlextract==1.8.0

0 comments on commit 7925d0e

Please sign in to comment.