Compare commits

...

2 Commits

Author SHA1 Message Date
ef7155c322 Update python Docker tag to v3.11
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-15 13:43:21 +01:00
99f6fc1b61 Update dependency plotly to ~=5.11.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-15 13:34:20 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -8,5 +8,5 @@ beautifulsoup4~=4.11.1
pandas~=1.5.0 pandas~=1.5.0
PyVirtualDisplay~=3.0 PyVirtualDisplay~=3.0
selenium~=4.5.0 selenium~=4.5.0
plotly~=5.10.0 plotly~=5.11.0
fuzzywuzzy~=0.18.0 fuzzywuzzy~=0.18.0

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim FROM python:3.11-slim
# Change the working directory to the root of the project # Change the working directory to the root of the project
WORKDIR /srv/flask_app WORKDIR /srv/flask_app