Skip to content

Commit

Permalink
Bump httpx from 0.23.0 to 0.23.3 (#607)
Browse files Browse the repository at this point in the history
* Bump httpx from 0.23.0 to 0.23.3

Bumps [httpx](https://github.com/encode/httpx) from 0.23.0 to 0.23.3.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.23.0...0.23.3)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Reverting update to sphinx 6
RTD theme doesn't yet support v6

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ian Hellen <ianhelle@microsoft.com>
  • Loading branch information
dependabot[bot] and ianhelle committed Jan 23, 2023
1 parent 2dee9c4 commit 3800076
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda/conda-reqs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dnspython>=2.0.0, <3.0.0
folium>=0.9.0
geoip2>=2.9.0
html5lib
httpx==0.23.0
httpx==0.23.3
ipython>=7.23.1
ipywidgets>=7.4.2, <8.0.0
keyring>=13.2.1
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ attrs>=18.2.0
cryptography
deprecated>=1.2.4
docutils<0.20.0
httpx==0.23.0
httpx==0.23.3
ipython >= 7.1.1
jinja2<3.2.0
numpy>=1.15.4
Expand All @@ -14,4 +14,4 @@ typing-extensions>=4.2.0
readthedocs-sphinx-ext==2.2.0
seed_intersphinx_mapping
sphinx-rtd-theme==1.1.1
sphinx==6.1.3
sphinx==5.3.0
2 changes: 1 addition & 1 deletion requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ deprecated>=1.2.4
dnspython>=2.0.0, <3.0.0
folium>=0.9.0
geoip2>=2.9.0
httpx==0.23.0
httpx==0.23.3
html5lib
ipython >= 7.1.1; python_version < "3.8"
ipython >= 7.23.1; python_version >= "3.8"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.23.0
httpx==0.23.3
html5lib
ipython >= 7.1.1; python_version < "3.8"
ipython >= 7.23.1; python_version >= "3.8"
Expand Down

0 comments on commit 3800076

Please sign in to comment.