Skip to content

Commit

Permalink
Update attrs requirement from ^23.1.0 to >=23.1,<25.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: attrs
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent c58740a commit bcd8417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pytest-cov = ">=3,<6"
pytest-mock = "^3.7.0"
pyright = "^1.1.273"
pytest-pyright = ">=0.0.3,<0.0.7"
attrs = "^23.1.0"
attrs = ">=23.1,<25.0"

[tool.coverage.run]
branch = true
Expand Down

0 comments on commit bcd8417

Please sign in to comment.