diff --git a/setup.py b/setup.py index add21f15d..5708fbe29 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ setup( # It is not considered best practice to use install_requires to pin dependencies to specific versions. install_requires=[ "asgiref>=3.2.10,<3.6", - "blinker>=1.4, <1.5", + "blinker>=1.4,<1.6", "Brotli>=1.0,<1.1", "certifi>=2019.9.11", # no semver here - this should always be on the last release! "cryptography>=36,<38", diff --git a/tox.ini b/tox.ini index 044532230..36fde15d2 100644 --- a/tox.ini +++ b/tox.ini @@ -33,7 +33,7 @@ deps = types-certifi==2021.10.8.3 types-Flask==1.1.6 types-Werkzeug==1.0.9 - types-requests==2.28.1 + types-requests==2.28.2 types-cryptography==3.3.21 types-pyOpenSSL==22.0.4