Declare compatibility with click 7.1 or higher

We apparently, from the test suite, don't need version 8.x.
This commit is contained in:
Denis Laxalde 2023-10-06 12:04:41 +02:00 committed by Denis Laxalde
parent 593278206a
commit fabf3c142b
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@
* Improve test coverage by running an HTTP server to fake the Patroni API (#55
by @dlax).
* Declare compatibility with click version 7.1 (or higher).
## check_patroni 1.0.0 - 2023-08-28

View file

@ -41,7 +41,7 @@ setup(
"attrs >= 17, !=21.1",
"requests",
"nagiosplugin >= 1.3.2",
"click >= 8.0.1",
"click >= 7.1",
],
extras_require={
"test": [