1 Commits

Author SHA1 Message Date
ab8fd9d910 Update dependency requests to ~=2.28.1
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-09-17 23:35:21 +02:00
3 changed files with 9 additions and 16 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
python-dotenv~=0.21.0
APScheduler~=3.10.0
SQLAlchemy~=2.0.4
pyTelegramBotAPI~=4.5.1
python-dotenv~=0.20.0
APScheduler~=3.9.1
SQLAlchemy~=1.4.37
pymysql==1.0.2
requests~=2.28.1
beautifulsoup4~=4.11.1
pandas~=1.5.0
pandas~=1.4.2
PyVirtualDisplay~=3.0
selenium~=4.8.0
plotly~=5.13.0
selenium~=4.2.0
plotly~=5.8.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
WORKDIR /srv/flask_app