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
python-telegram-bot==20.3
# can't be hard-pinned due to telegram-bot pinning httpx with ~
httpx>=0.23.3
httpx>=0.24.1
arrow==1.2.3
cachetools==5.3.1
requests==2.31.0

View File

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