Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
ruff from `0.8.0` to `0.9.0`
anyio from `0.4.7` to `4.8.0`
  • Loading branch information
staciax committed Jan 9, 2025
1 parent 2276d02 commit 6708b14
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ dynamic = ["version"]
[dependency-groups]
dev = [
"mypy>=1.14.1,<1.15",
"ruff>=0.8.6,<0.9",
"ruff>=0.9.0,<0.10",
"pytest>=8.3.4,<9.0",
"pytest-cov>=6.0.0,<7.0",
"coverage>=7.6.10,<8.0",
"anyio>=4.7.0,<5.0",
"anyio>=4.8.0,<5.0",
]

[project.optional-dependencies]
Expand Down
54 changes: 27 additions & 27 deletions uv.lock

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

0 comments on commit 6708b14

Please sign in to comment.