Skip to content

Commit e1d55fa

Browse files
authored
Dependencies: Pin click to ~=8.1.0 (aiidateam#6888)
`click` released v8.2 breaking the API so we to pin to`~=8.1.0`
1 parent 582bd53 commit e1d55fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- asyncssh~=2.19.0
1212
- circus~=0.19.0
1313
- click-spinner~=0.1.8
14-
- click~=8.1
14+
- click~=8.1.0
1515
- disk-objectstore~=1.3.0
1616
- docstring_parser
1717
- get-annotations~=0.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"asyncssh~=2.19.0",
2525
'circus~=0.19.0',
2626
'click-spinner~=0.1.8',
27-
'click~=8.1',
27+
'click~=8.1.0',
2828
'disk-objectstore~=1.3.0',
2929
'docstring-parser',
3030
'get-annotations~=0.1;python_version<"3.10"',

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)