Skip to content

Commit 449bea3

Browse files
Bump attrs from 25.4.0 to 26.1.0
Bumps [attrs](https://github.com/python-attrs/attrs) from 25.4.0 to 26.1.0. - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md) - [Commits](python-attrs/attrs@25.4.0...26.1.0) --- updated-dependencies: - dependency-name: attrs dependency-version: 26.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e1148ff commit 449bea3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ check-laws = ["pytest", "hypothesis"]
6262
[tool.poetry.group.dev.dependencies]
6363
anyio = "^4.3"
6464
trio = ">=0.30,<0.34"
65-
attrs = "^25.3"
65+
attrs = ">=25.3,<27.0"
6666
httpx = "^0.28"
6767
wemake-python-styleguide = "^1.6"
6868
codespell = "^2.2"

0 commit comments

Comments
 (0)