Compare commits
20 Commits
fdd0d11446
...
renovate/s
Author | SHA1 | Date | |
---|---|---|---|
3534468df1 | |||
e5a8a00155 | |||
61509407c2 | |||
6b5257831b | |||
480e18a660 | |||
49b504d05c | |||
53d67bc9ac | |||
70b9d89f14 | |||
aaf152e55b | |||
b15bfc1530 | |||
b355dca325 | |||
99f6fc1b61 | |||
f136817705 | |||
e7461c66c7 | |||
68fe9d5db5 | |||
b4a5989b16 | |||
c3eec11c14 | |||
79035c40a3 | |||
34f86e37da | |||
069ecf1af0 |
@@ -1,3 +1,10 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"schedule": ["* 5 * * *"],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||||
|
"automerge": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
@@ -1,12 +1,12 @@
|
|||||||
pyTelegramBotAPI~=4.7.0
|
pyTelegramBotAPI~=4.10.0
|
||||||
python-dotenv~=0.20.0
|
python-dotenv~=0.21.0
|
||||||
APScheduler~=3.9.1
|
APScheduler~=3.10.0
|
||||||
SQLAlchemy~=1.4.37
|
SQLAlchemy~=2.0.4
|
||||||
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.4.2
|
pandas~=1.5.0
|
||||||
PyVirtualDisplay~=3.0
|
PyVirtualDisplay~=3.0
|
||||||
selenium~=4.4.3
|
selenium~=4.8.0
|
||||||
plotly~=5.10.0
|
plotly~=5.13.0
|
||||||
fuzzywuzzy~=0.18.0
|
fuzzywuzzy~=0.18.0
|
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.10-slim
|
FROM python:3.11-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
|
||||||
|
Reference in New Issue
Block a user