Skip to content

Commit

Permalink
Bump httpx from 0.22.0 to 0.23.0
Browse files Browse the repository at this point in the history
Bumps [httpx](https://github.com/encode/httpx) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.22.0...0.23.0)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 1, 2022
1 parent 6899f23 commit 112b041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 112b041

Please sign in to comment.