Merge branch 'develop' into dependabot/pip/develop/types-python-dateutil-2.8.19.11
This commit is contained in:
commit
0c9c9fff0e
@ -15,10 +15,10 @@ repos:
|
|||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
- types-cachetools==5.3.0.5
|
- types-cachetools==5.3.0.5
|
||||||
- types-filelock==3.2.7
|
- types-filelock==3.2.7
|
||||||
- types-requests==2.28.11.16
|
- types-requests==2.28.11.17
|
||||||
- types-tabulate==0.9.0.1
|
- types-tabulate==0.9.0.1
|
||||||
- types-python-dateutil==2.8.19.11
|
- types-python-dateutil==2.8.19.11
|
||||||
- SQLAlchemy==2.0.7
|
- SQLAlchemy==2.0.8
|
||||||
# stages: [push]
|
# stages: [push]
|
||||||
|
|
||||||
- repo: https://github.com/pycqa/isort
|
- repo: https://github.com/pycqa/isort
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
-r docs/requirements-docs.txt
|
-r docs/requirements-docs.txt
|
||||||
|
|
||||||
coveralls==3.3.1
|
coveralls==3.3.1
|
||||||
ruff==0.0.259
|
ruff==0.0.260
|
||||||
mypy==1.1.1
|
mypy==1.1.1
|
||||||
pre-commit==3.2.1
|
pre-commit==3.2.1
|
||||||
pytest==7.2.2
|
pytest==7.2.2
|
||||||
@ -27,6 +27,6 @@ nbconvert==7.2.10
|
|||||||
# mypy types
|
# mypy types
|
||||||
types-cachetools==5.3.0.5
|
types-cachetools==5.3.0.5
|
||||||
types-filelock==3.2.7
|
types-filelock==3.2.7
|
||||||
types-requests==2.28.11.16
|
types-requests==2.28.11.17
|
||||||
types-tabulate==0.9.0.1
|
types-tabulate==0.9.0.1
|
||||||
types-python-dateutil==2.8.19.11
|
types-python-dateutil==2.8.19.11
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Include all requirements to run the bot.
|
# Include all requirements to run the bot.
|
||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
|
|
||||||
plotly==5.13.1
|
plotly==5.14.0
|
||||||
|
@ -5,7 +5,7 @@ pandas-ta==0.3.14b
|
|||||||
ccxt==3.0.50
|
ccxt==3.0.50
|
||||||
cryptography==40.0.1
|
cryptography==40.0.1
|
||||||
aiohttp==3.8.4
|
aiohttp==3.8.4
|
||||||
SQLAlchemy==2.0.7
|
SQLAlchemy==2.0.8
|
||||||
python-telegram-bot==13.15
|
python-telegram-bot==13.15
|
||||||
arrow==1.2.3
|
arrow==1.2.3
|
||||||
cachetools==4.2.2
|
cachetools==4.2.2
|
||||||
@ -28,7 +28,7 @@ py_find_1st==1.1.5
|
|||||||
# Load ticker files 30% faster
|
# Load ticker files 30% faster
|
||||||
python-rapidjson==1.10
|
python-rapidjson==1.10
|
||||||
# Properly format api responses
|
# Properly format api responses
|
||||||
orjson==3.8.8
|
orjson==3.8.9
|
||||||
|
|
||||||
# Notify systemd
|
# Notify systemd
|
||||||
sdnotify==0.3.2
|
sdnotify==0.3.2
|
||||||
|
Loading…
Reference in New Issue
Block a user