Skip to content

Commit

Permalink
build(deps): Bump httpx from 0.21.3 to 0.23.0
Browse files Browse the repository at this point in the history
Bumps [httpx](https://github.com/encode/httpx) from 0.21.3 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.21.3...0.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 886b1cd commit cdb11e4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ django = "^4.2.16"
fastapi = "^0.68.1"
uvicorn = "^0.15.0"
pydantic = "^1.8.2"
httpx = "^0.21.1"
httpx = "^0.23.0"
starlette = "^0.14.2"
asyncpg = "^0.30.0"
gunicorn = "^23.0.0"
Expand All @@ -27,7 +27,7 @@ python-dotenv = "^1.0.1"
[tool.poetry.dev-dependencies]
pytest = "^6.2.4"
pytest-asyncio = "^0.15.1"
httpx = "^0.21.1"
httpx = "^0.23.0"
pytest-mock = "^3.6.1"

[build-system]
Expand Down

0 comments on commit cdb11e4

Please sign in to comment.