Compare commits
1 Commits
renovate/s
...
ab8fd9d910
Author | SHA1 | Date | |
---|---|---|---|
ab8fd9d910 |
@@ -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"
|
||||
}
|
||||
|
@@ -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
|
@@ -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
|
||||
|
Reference in New Issue
Block a user