Bump httpx min requirement

This commit is contained in:
Matthias
2023-06-01 20:10:57 +02:00
parent d0f900f567
commit 565c0496d9
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ aiohttp==3.8.4
SQLAlchemy==2.0.15 SQLAlchemy==2.0.15
python-telegram-bot==20.3 python-telegram-bot==20.3
# can't be hard-pinned due to telegram-bot pinning httpx with ~ # can't be hard-pinned due to telegram-bot pinning httpx with ~
httpx>=0.23.3 httpx>=0.24.1
arrow==1.2.3 arrow==1.2.3
cachetools==5.3.1 cachetools==5.3.1
requests==2.31.0 requests==2.31.0

View File

@@ -107,7 +107,7 @@ setup(
'ast-comments', 'ast-comments',
'aiohttp', 'aiohttp',
'cryptography', 'cryptography',
'httpx', 'httpx>=0.24.1',
'python-dateutil', 'python-dateutil',
'packaging', 'packaging',
], ],