Browse Source

env: downgrade click to restore compatibility with python3.5

Fabian Peter Hammerle 2 years ago
parent
commit
05b8b46bec
2 changed files with 7 additions and 4 deletions
  1. 2 0
      Pipfile
  2. 5 4
      Pipfile.lock

+ 2 - 0
Pipfile

@@ -19,6 +19,8 @@ pytest-cov = "*"
 # python3.5 compatibility
 # https://github.com/PyCQA/astroid/commit/d81f07becf3243a84e0baaa3493ce74cafed8022#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7R52
 astroid = "<2.5"
+# https://github.com/pallets/click/commit/9374365fdd5af45fc3dc4047963fa30aad9ce15c
+click = "<8"
 # https://github.com/python/importlib_metadata/commit/107f9029fd5807c6579b881db19e11a0488f0675
 importlib-metadata = "<3"
 isort = "<5"

+ 5 - 4
Pipfile.lock

@@ -1,7 +1,7 @@
 {
     "_meta": {
         "hash": {
-            "sha256": "81a808f6f840567aa32efab22a11250b9d5d6b79939aa764ed7772c3852282df"
+            "sha256": "3353e3509dc8c34f46d71c669d24056582acb1b0b82237c465cc7f907b2f0afb"
         },
         "pipfile-spec": 6,
         "requires": {
@@ -73,10 +73,11 @@
         },
         "click": {
             "hashes": [
-                "sha256:7d8c289ee437bcb0316820ccee14aefcb056e58d31830ecab8e47eda6540e136",
-                "sha256:e90e62ced43dc8105fb9a26d62f0d9340b5c8db053a814e25d95c19873ae87db"
+                "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a",
+                "sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc"
             ],
-            "version": "==8.0.0"
+            "index": "pypi",
+            "version": "==7.1.2"
         },
         "coverage": {
             "hashes": [