Skip to content

Commit 5901012

Browse files
authored
Merge pull request #216 from illuin-tech/dependabot/pip/attrs-gte-19.1.0-and-lt-27.0.0
Update attrs requirement from <26.0.0,>=19.1.0 to >=19.1.0,<27.0.0
2 parents 97de22c + ae864c5 commit 5901012

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)