Skip to content

Commit 112b041

Browse files
Bump httpx from 0.22.0 to 0.23.0
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>
1 parent 6899f23 commit 112b041

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ flake8==4.0.1; python_version >= '3.6'
2727
future==0.18.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
2828
h11==0.12.0; python_version >= '3.6'
2929
httpcore==0.14.7; python_version >= '3.6'
30-
httpx==0.22.0; python_version >= '3.6'
30+
httpx==0.23.0; python_version >= '3.6'
3131
hyperlink==17.3.1
3232
idna==3.3; python_full_version >= '3.5.0'
3333
importlib-metadata==4.2.0; python_version >= '3.6'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ colorama==0.4.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.
1919
future==0.18.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
2020
h11==0.12.0; python_version >= '3.6'
2121
httpcore==0.14.7; python_version >= '3.6'
22-
httpx==0.22.0; python_version >= '3.6'
22+
httpx==0.23.0; python_version >= '3.6'
2323
hyperlink==17.3.1
2424
idna==3.3; python_full_version >= '3.5.0'
2525
importlib-metadata==4.2.0; python_version >= '3.6'

0 commit comments

Comments
 (0)