diff --git a/conda/conda-reqs.txt b/conda/conda-reqs.txt index 8335879db..b5c856228 100644 --- a/conda/conda-reqs.txt +++ b/conda/conda-reqs.txt @@ -19,7 +19,7 @@ dnspython>=2.0.0, <3.0.0 folium>=0.9.0 geoip2>=2.9.0 html5lib -httpx==0.24.0 +httpx==0.24.1 ipython>=7.23.1 ipywidgets>=7.4.2, <8.0.0 keyring>=13.2.1 diff --git a/docs/requirements.txt b/docs/requirements.txt index 9a4e881c1..59674c32c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,7 @@ attrs>=18.2.0 cryptography deprecated>=1.2.4 docutils<0.20.0 -httpx==0.24.0 +httpx==0.24.1 ipython >= 7.1.1 jinja2<3.2.0 numpy>=1.15.4 diff --git a/requirements-all.txt b/requirements-all.txt index 0a99fe62f..d45423e10 100644 --- a/requirements-all.txt +++ b/requirements-all.txt @@ -21,7 +21,7 @@ deprecated>=1.2.4 dnspython>=2.0.0, <3.0.0 folium>=0.9.0 geoip2>=2.9.0 -httpx==0.24.0 +httpx==0.24.1 html5lib ipython >= 7.1.1; python_version < "3.8" ipython >= 7.23.1; python_version >= "3.8" diff --git a/requirements.txt b/requirements.txt index df9066a3a..60707db1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ deprecated>=1.2.4 dnspython>=2.0.0, <3.0.0 folium>=0.9.0 geoip2>=2.9.0 -httpx==0.24.0 +httpx==0.24.1 html5lib ipython >= 7.1.1; python_version < "3.8" ipython >= 7.23.1; python_version >= "3.8"