Skip to content

Commit 63080b7

Browse files
authored
fix(upstream): constraint click max version to make test pass again (#375)
2 parents 078c67e + 817e7b0 commit 63080b7

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

requirements/base.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Common requirements
2-
# -----------------------
3-
41
distro==1.9.* ; sys_platform == 'linux'
52
lxml>=4.9,<5.4
63
notify-py>=0.3.42,<0.4
@@ -10,3 +7,5 @@ pgserviceparser>=2.2,<3
107
requests>=2.32.3,<3
118
ttkthemes>=3.2,<3.3
129
typer>=0.12,<1
10+
11+
-c constraints.txt

requirements/constraints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
click<8.2.0

tests/container/docker-compose.dev.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3"
2-
31
services:
42
postgis:
53
image: postgis/postgis:15-3.4-alpine

0 commit comments

Comments
 (0)