Skip to content

Commit

Permalink
chore(deps): update dependency httpx to v0.28.1 (#27)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency httpx to v0.28.1

* upgrade respx

---------

Co-authored-by: Matteo Giordano <[email protected]>
  • Loading branch information
cloudesire-bot and malteo authored Jan 17, 2025
1 parent 12b4e1f commit da16ba5
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 74 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
version: "0.5.7"
version: "0.5.20"

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi-slim==0.115.6",
"httpx==0.27.2",
"httpx==0.28.1",
"pydantic-settings==2.7.1",
"python-dotenv==1.0.1",
]

[dependency-groups]
dev = [
"pytest>=8.3.4",
"respx>=0.21.1",
"ruff>=0.8.2",
"pytest==8.3.4",
"respx==0.22.0",
"ruff==0.9.2",
]
Loading

0 comments on commit da16ba5

Please sign in to comment.