1 Commits

Author SHA1 Message Date
5f14b1b343 Update dependency selenium to ~=4.6.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-15 13:34:29 +01:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
pyTelegramBotAPI~=4.10.0 pyTelegramBotAPI~=4.7.0
python-dotenv~=0.21.0 python-dotenv~=0.21.0
APScheduler~=3.10.0 APScheduler~=3.9.1
SQLAlchemy~=2.0.4 SQLAlchemy~=1.4.37
pymysql==1.0.2 pymysql==1.0.2
requests~=2.28.1 requests~=2.28.1
beautifulsoup4~=4.11.1 beautifulsoup4~=4.11.1
pandas~=1.5.0 pandas~=1.5.0
PyVirtualDisplay~=3.0 PyVirtualDisplay~=3.0
selenium~=4.8.0 selenium~=4.6.0
plotly~=5.13.0 plotly~=5.10.0
fuzzywuzzy~=0.18.0 fuzzywuzzy~=0.18.0

View File

@@ -1,4 +1,4 @@
FROM python:3.11-slim FROM python:3.10-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