From 160170409e355b7ff4cc0babc098f544af89d8ba Mon Sep 17 00:00:00 2001 From: Anson Date: Mon, 4 Sep 2023 04:43:45 +0000 Subject: [PATCH] update dependencies --- .devcontainer/devcontainer.json | 13 +++++++------ dev-reqs.txt | 11 ++++++----- telegram/requirements.txt | 12 ++++++------ 3 files changed, 19 insertions(+), 17 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7ebc25a..4f26f5e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,12 +16,13 @@ "customizations": { "vscode": { "extensions": [ - "ms-python.python", - "ms-python.black-formatter", - "ms-python.flake8", - "ms-python.vscode-pylance", - "ms-python.isort" - ] + "ms-python.python", + "ms-python.black-formatter", + "ms-python.flake8", + "ms-python.vscode-pylance", + "ms-python.isort", + "charliermarsh.ruff" + ] } }, "postCreateCommand": "pip3 install --user -r dev-reqs.txt" diff --git a/dev-reqs.txt b/dev-reqs.txt index 39c1246..a0a4367 100644 --- a/dev-reqs.txt +++ b/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 \ No newline at end of file +mypy==1.5.1 +types-cachetools==5.3.0.6 +types-pytz==2023.3.0.1 +ruff==0.0.287 \ No newline at end of file diff --git a/telegram/requirements.txt b/telegram/requirements.txt index b1c505c..344dfd4 100644 --- a/telegram/requirements.txt +++ b/telegram/requirements.txt @@ -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 \ No newline at end of file +requests==2.31.0 +pandas==2.1.0 +schedule==1.2.0 +mplfinance==0.12.10b0 +markdownify==0.11.6 +cachetools==5.3.1 \ No newline at end of file