Skip to content

Commit a6959d2

Browse files
Update attrs requirement from <26 to <27
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 ccadfa6 commit a6959d2

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
@@ -98,7 +98,7 @@ dynamic = [
9898
]
9999
dependencies = [
100100
"aika>=0.3.0,<0.4",
101-
"attrs<26",
101+
"attrs<27",
102102
"click<9",
103103
"click-aliases<2",
104104
"dataclasses-json<1",

0 commit comments

Comments
 (0)