Skip to content

Commit

Permalink
pin click (#8050)
Browse files Browse the repository at this point in the history
* pin click

* changelog
# Conflicts:
#	core/setup.py
  • Loading branch information
emmyoop committed Jul 7, 2023
1 parent 655aba8 commit 18c3ee4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.6.4",
"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.6",
"hologram>=0.0.14,<=0.0.15",
"isodate>=0.6,<0.7",
Expand Down

0 comments on commit 18c3ee4

Please sign in to comment.