Skip to content

Commit f88da55

Browse files
Update attrs requirement from <26.0.0,>=19.1.0 to >=19.1.0,<27.0.0
Updates the requirements on [attrs](https://github.com/sponsors/hynek) to permit the latest version. - [Commits](https://github.com/sponsors/hynek/commits) --- updated-dependencies: - dependency-name: attrs dependency-version: 26.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ccc6c8b commit f88da55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
version = "0.0.0"
2525
dependencies = [
26-
"attrs>=19.1.0,<26.0.0",
26+
"attrs>=19.1.0,<27.0.0",
2727
]
2828

2929
[project.optional-dependencies]

0 commit comments

Comments
 (0)