Skip to content

Commit

Permalink
upgrade respx
Browse files Browse the repository at this point in the history
  • Loading branch information
malteo committed Jan 17, 2025
1 parent dd336b1 commit 4cde764
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 68 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
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [

[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 4cde764

Please sign in to comment.