We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f918a66 + d795af5 commit 57f55d4Copy full SHA for 57f55d4
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- types-requests==2.32.0.20241016
20
- types-tabulate==0.9.0.20241207
21
- types-python-dateutil==2.9.0.20241206
22
- - SQLAlchemy==2.0.37
+ - SQLAlchemy==2.0.38
23
# stages: [push]
24
25
- repo: https://github.com/pycqa/isort
requirements.txt
@@ -8,7 +8,7 @@ ccxt==4.4.52
8
cryptography==42.0.8; platform_machine == 'armv7l'
9
cryptography==44.0.0; platform_machine != 'armv7l'
10
aiohttp==3.9.5
11
-SQLAlchemy==2.0.37
+SQLAlchemy==2.0.38
12
python-telegram-bot==21.10
13
# can't be hard-pinned due to telegram-bot pinning httpx with ~
14
httpx>=0.24.1
0 commit comments