Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump httpx from 0.21.3 to 0.23.0 #3

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading