Skip to content

Commit 789e311

Browse files
⬆️ Update attrs requirement from <23,>=19 to >=19,<24
Updates the requirements on [attrs](https://github.com/python-attrs/attrs) to permit the latest version. - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md) - [Commits](python-attrs/attrs@19.1.0...23.1.0) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3d3b19c commit 789e311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
requires-python = "~=3.8"
2828
dependencies = [
2929
"pytest>=3.5.0",
30-
"attrs<23,>=19",
30+
"attrs>=19,<24",
3131
"importlib-metadata~=6.0;python_version<'3.10'",
3232
"importlib-resources~=5.0;python_version<'3.9'",
3333
"nbclient~=0.5.10",

0 commit comments

Comments
 (0)