From 124b5e141d925677bff32db40c3cbe5cb862f8dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 23:52:33 +0000 Subject: [PATCH] Bump httpx from 0.24.0 to 0.24.1 Bumps [httpx](https://github.com/encode/httpx) from 0.24.0 to 0.24.1. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.24.0...0.24.1) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- conda/conda-reqs.txt | 2 +- docs/requirements.txt | 2 +- requirements-all.txt | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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"