Skip to content

Commit 1379abd

Browse files
committed
Bump click minimum version to 8.3.1
Click 8.1.8 through 8.3.0 have broken pager invocation for multi-argument PAGER values, which causes behave test failures. Fixed on pallets/click@7db1f20
1 parent 623633a commit 1379abd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ Contributors:
144144
* Jay Knight (jay-knight)
145145
* fbdb
146146
* Charbel Jacquin (charbeljc)
147+
* Charalampos Stratakis
147148

148149
Creator:
149150
--------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ urls = { Homepage = "https://pgcli.com" }
2424
requires-python = ">=3.9"
2525
dependencies = [
2626
"pgspecial>=2.0.0",
27-
"click >= 4.1,<8.1.8",
27+
"click >= 8.3.1",
2828
"Pygments>=2.0", # Pygments has to be Capitalcased.
2929
# We still need to use pt-2 unless pt-3 released on Fedora32
3030
# see: https://github.com/dbcli/pgcli/pull/1197

0 commit comments

Comments
 (0)