mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
cd25964419
Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
9 lines
373 B
Text
9 lines
373 B
Text
# Make sure to install those as additional_dependencies in the
|
|
# pre-commit hooks for pylint & mypy
|
|
# Also update the readme accordingly
|
|
|
|
# When dependencies release new versions and tests succeed, we should try to expand the allowed
|
|
# versions and only increase the lower bound if necessary
|
|
|
|
# httpx has no stable release yet, so let's be cautious for now
|
|
httpx ~= 0.24.1
|