Compare commits

...

3 Commits

Author SHA1 Message Date
34f86e37da Update dependency python-dotenv to ~=0.21.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-09-17 23:38:04 +02:00
069ecf1af0 Merge pull request 'Update dependency selenium to ~=4.4.3' (#38) from renovate/selenium-4.x into main
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Reviewed-on: #38
2022-09-17 23:37:56 +02:00
fdd0d11446 Update dependency selenium to ~=4.4.3
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-09-17 23:37:47 +02:00

View File

@ -1,5 +1,5 @@
pyTelegramBotAPI~=4.7.0 pyTelegramBotAPI~=4.7.0
python-dotenv~=0.20.0 python-dotenv~=0.21.0
APScheduler~=3.9.1 APScheduler~=3.9.1
SQLAlchemy~=1.4.37 SQLAlchemy~=1.4.37
pymysql==1.0.2 pymysql==1.0.2
@ -7,6 +7,6 @@ requests~=2.28.1
beautifulsoup4~=4.11.1 beautifulsoup4~=4.11.1
pandas~=1.4.2 pandas~=1.4.2
PyVirtualDisplay~=3.0 PyVirtualDisplay~=3.0
selenium~=4.2.0 selenium~=4.4.3
plotly~=5.10.0 plotly~=5.10.0
fuzzywuzzy~=0.18.0 fuzzywuzzy~=0.18.0