Skip to content

Commit

Permalink
build(deps): bump httpx from 0.19.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.19.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.19.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 41e0a83 commit 3ebc426
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 27 deletions.
40 changes: 14 additions & 26 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -7,7 +7,7 @@ authors = ["Alvaro Tinoco <alvarotinocomarmol@gmail.com>"]

[tool.poetry.dependencies]
python = "^3.8"
httpx = "^0.19.0"
httpx = ">=0.19,<0.24"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
Expand Down

0 comments on commit 3ebc426

Please sign in to comment.