Skip to content

Commit 3b2a0bf

Browse files
Bump httpx from 0.18.2 to 0.23.0 (#29)
Bumps [httpx](https://github.com/encode/httpx) from 0.18.2 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.18.2...0.23.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e40c431 commit 3b2a0bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest==6.2.4
2-
httpx==0.18.2
2+
httpx==0.23.0
33
rdflib==5.0.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ package_dir =
2121
packages = find:
2222
python_requires = >=3.7
2323
install_requires =
24-
httpx==0.18.2
24+
httpx==0.23.0
2525
rdflib==5.0.0
2626

2727
[options.packages.find]

0 commit comments

Comments
 (0)