diff --git a/dev-requirements.txt b/dev-requirements.txt index b7e202b..fde0996 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -27,7 +27,7 @@ flake8==4.0.1; python_version >= '3.6' future==0.18.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' h11==0.12.0; python_version >= '3.6' httpcore==0.14.7; python_version >= '3.6' -httpx==0.22.0; python_version >= '3.6' +httpx==0.23.0; python_version >= '3.6' hyperlink==17.3.1 idna==3.3; python_full_version >= '3.5.0' importlib-metadata==4.2.0; python_version >= '3.6' diff --git a/requirements.txt b/requirements.txt index 176c5e4..18f6f9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ colorama==0.4.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3. future==0.18.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' h11==0.12.0; python_version >= '3.6' httpcore==0.14.7; python_version >= '3.6' -httpx==0.22.0; python_version >= '3.6' +httpx==0.23.0; python_version >= '3.6' hyperlink==17.3.1 idna==3.3; python_full_version >= '3.5.0' importlib-metadata==4.2.0; python_version >= '3.6'