Skip to content
This repository was archived by the owner on Jan 1, 2023. It is now read-only.

Commit 881a259

Browse files
committed
Update to Python 3.10 and dependencies to latest
1 parent 8361b65 commit 881a259

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-slim
1+
FROM python:3.10-slim
22

33
WORKDIR /app
44

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
beautifulsoup4==4.10.0
2-
requests==2.26.0
1+
beautifulsoup4==4.11.1
2+
requests==2.28.1
33
schedule==1.1.0
4-
tenacity==8.0.1
4+
tenacity==8.1.0

0 commit comments

Comments
 (0)