Skip to content

Commit

Permalink
Bump httpx from 0.22.0 to 0.23.0 (#21)
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 2, 2022
1 parent c3c74c8 commit 3d5c319
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 71 deletions.
124 changes: 54 additions & 70 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
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python = "^3.7"

baize = "*"
cbor2 = {version = "^5.2.0", optional = true}
httpx = {version = "^0.22.0", optional = true}# for client and test
httpx = {version = ">=0.22,<0.24", optional = true}# for client and test
msgpack = {version = "^1.0.0", optional = true}
pydantic = {version = "^1.9", optional = true}# for openapi docs
typing-extensions = {version = "*", python = "<3.8"}
Expand Down

0 comments on commit 3d5c319

Please sign in to comment.