Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
pin click (#8050)
* pin click

* changelog
# Conflicts:
#	core/setup.py
  • Loading branch information
emmyoop committed Jul 7, 2023
commit 3a0a47d56c3444d600a615951c965145b5b693a6
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20230707-104052.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: Pin click>=7.0,<8.1.4
time: 2023-07-07T10:40:52.565603-05:00
custom:
Author: emmyoop
PR: "8050"
3 changes: 2 additions & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
install_requires=[
"Jinja2==3.1.2",
"agate>=1.6,<1.7.1",
"click>=7.0,<9",
# temporarily pinning click for mypy failures: https://github.com/pallets/click/issues/2558
"click>=7.0,<8.1.4",
"colorama>=0.3.9,<0.4.7",
"hologram>=0.0.14,<=0.0.16",
"isodate>=0.6,<0.7",
Expand Down