1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 15:17:28 +00:00

update dependencies

This commit is contained in:
Anson 2023-09-04 04:43:45 +00:00
parent 319c21d790
commit 160170409e
3 changed files with 19 additions and 17 deletions

View File

@ -20,7 +20,8 @@
"ms-python.black-formatter", "ms-python.black-formatter",
"ms-python.flake8", "ms-python.flake8",
"ms-python.vscode-pylance", "ms-python.vscode-pylance",
"ms-python.isort" "ms-python.isort",
"charliermarsh.ruff"
] ]
} }
}, },

View File

@ -1,8 +1,9 @@
-r telegram/requirements.txt -r telegram/requirements.txt
black==23.3.0 black==23.7.0
flake8==5.0.4 flake8==6.1.0
Flake8-pyproject==1.2.3 Flake8-pyproject==1.2.3
pylama==8.4.1 pylama==8.4.1
mypy==1.2.0 mypy==1.5.1
types-cachetools==5.3.0.5 types-cachetools==5.3.0.6
types-pytz==2023.3.0.0 types-pytz==2023.3.0.1
ruff==0.0.287

View File

@ -1,7 +1,7 @@
python-telegram-bot==20.5 python-telegram-bot==20.5
requests==2.25.1 requests==2.31.0
pandas==2.0.0 pandas==2.1.0
schedule==1.0.0 schedule==1.2.0
mplfinance==0.12.7a5 mplfinance==0.12.10b0
markdownify==0.6.5 markdownify==0.11.6
cachetools==4.2.2 cachetools==5.3.1