Skip to content

Commit 7ea7bd5

Browse files
authored
📦 click: bump version range to >=8.1.0,<8.3
The upper boundary introduced in a36ded6 can be relaxed now that `click` v8.2 support has been added to `aiida-core` v2.8.
1 parent 8618e9b commit 7ea7bd5

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
@@ -19,7 +19,7 @@ classifiers = [
1919
]
2020
dependencies = [
2121
'aiida-core~=2.6',
22-
'click~=8.0,<8.2',
22+
'click>=8.1.0,<8.3',
2323
'pint>=0.23.0,<0.25.0',
2424
'requests~=2.20'
2525
]

0 commit comments

Comments
 (0)