mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-06-16 15:06:53 +00:00
update dependencies
This commit is contained in:
parent
319c21d790
commit
160170409e
@ -20,7 +20,8 @@
|
||||
"ms-python.black-formatter",
|
||||
"ms-python.flake8",
|
||||
"ms-python.vscode-pylance",
|
||||
"ms-python.isort"
|
||||
"ms-python.isort",
|
||||
"charliermarsh.ruff"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
11
dev-reqs.txt
11
dev-reqs.txt
@ -1,8 +1,9 @@
|
||||
-r telegram/requirements.txt
|
||||
black==23.3.0
|
||||
flake8==5.0.4
|
||||
black==23.7.0
|
||||
flake8==6.1.0
|
||||
Flake8-pyproject==1.2.3
|
||||
pylama==8.4.1
|
||||
mypy==1.2.0
|
||||
types-cachetools==5.3.0.5
|
||||
types-pytz==2023.3.0.0
|
||||
mypy==1.5.1
|
||||
types-cachetools==5.3.0.6
|
||||
types-pytz==2023.3.0.1
|
||||
ruff==0.0.287
|
@ -1,7 +1,7 @@
|
||||
python-telegram-bot==20.5
|
||||
requests==2.25.1
|
||||
pandas==2.0.0
|
||||
schedule==1.0.0
|
||||
mplfinance==0.12.7a5
|
||||
markdownify==0.6.5
|
||||
cachetools==4.2.2
|
||||
requests==2.31.0
|
||||
pandas==2.1.0
|
||||
schedule==1.2.0
|
||||
mplfinance==0.12.10b0
|
||||
markdownify==0.11.6
|
||||
cachetools==5.3.1
|
Loading…
x
Reference in New Issue
Block a user