We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35f914a + 6addab2 commit 2e482fbCopy full SHA for 2e482fb
.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.36
+ - SQLAlchemy==2.0.37
23
# stages: [push]
24
25
- repo: https://github.com/pycqa/isort
requirements.txt
@@ -8,7 +8,7 @@ ccxt==4.4.47
8
cryptography==42.0.8; platform_machine == 'armv7l'
9
cryptography==44.0.0; platform_machine != 'armv7l'
10
aiohttp==3.10.11
11
-SQLAlchemy==2.0.36
+SQLAlchemy==2.0.37
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