Browse Source

dev env: add upper version constraint for tomli to keep compatibility with python3.6

Fabian Peter Hammerle 2 years ago
parent
commit
44673bc990
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 @@ importlib-metadata = "<4.9"
 # >     from typing_extensions import ParamSpec
 # > ModuleNotFoundError: No module named 'typing_extensions'
 typing_extensions = {markers = "python_version < '3.10'"}
+# tomli v2 dropped support for python3.6
+tomli = "<2"
 
 [requires]
 python_version = "3"

+ 5 - 4
Pipfile.lock

@@ -1,7 +1,7 @@
 {
     "_meta": {
         "hash": {
-            "sha256": "e0273131edb07eb0663e9035f041c3999283d02ef41b401bb0d16ada2f08c615"
+            "sha256": "4cc83602277c46759184471d235a301ef359c02681c5f45f7a2f53aefd05cb9b"
         },
         "pipfile-spec": 6,
         "requires": {
@@ -253,10 +253,11 @@
         },
         "tomli": {
             "hashes": [
-                "sha256:b5bde28da1fed24b9bd1d4d2b8cba62300bfb4ec9a6187a957e8ddb9434c5224",
-                "sha256:c292c34f58502a1eb2bbb9f5bbc9a5ebc37bee10ffb8c2d6bbdfa8eb13cc14e1"
+                "sha256:05b6166bff487dc068d322585c7ea4ef78deed501cc124060e0f238e89a9231f",
+                "sha256:e3069e4be3ead9668e21cb9b074cd948f7b3113fd9c8bba083f48247aab8b11c"
             ],
-            "version": "==2.0.0"
+            "index": "pypi",
+            "version": "==1.2.3"
         },
         "typing-extensions": {
             "hashes": [