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 e84aca8 commit 21cb682
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 @@ -21,7 +21,7 @@ django = "^4.2.16" # Django version
fastapi = "^0.68.1" # FastAPI version
uvicorn = "^0.15.0" # Uvicorn version
pydantic = "^1.8.2" # Pydantic version
httpx = "^0.21.1" # HTTPX version
httpx = "^0.23.0" # HTTPX version
starlette = "^0.14.2" # Starlette version
asyncpg = "^0.30.0" # asyncpg version for PostgreSQL connection
gunicorn = "^23.0.0" # Gunicorn version
Expand Down Expand Up @@ -112,7 +112,7 @@ whitenoise = "6.7.0" # WhiteNoise for serving static files in Django
[tool.poetry.dev-dependencies]
pytest = "^6.2.4" # Pytest for unit testing
pytest-asyncio = "^0.15.1" # Pytest plugin for asyncio tests
httpx = "^0.21.1" # HTTPX for HTTP requests in tests
httpx = "^0.23.0" # HTTPX for HTTP requests in tests
pytest-mock = "^3.6.1" # Pytest plugin for mocking in tests

# [build-system]
Expand Down

0 comments on commit 21cb682

Please sign in to comment.