1 Commits

Author SHA1 Message Date
a8912ffde7 Update python Docker tag to v3.11
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-10-26 03:16:05 +02:00
2 changed files with 6 additions and 13 deletions

View File

@@ -1,10 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"schedule": ["* 5 * * *"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}

View File

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