Browse Source

dev env: manually re-add typing-extensions (after removal by dependabot; fixes pipeline)

https://github.com/cloudflightio/python-dlinfo/pull/50/commits/9cec5290a500a136a93a1e81ce36e2621a54f869
Fabian Peter Hammerle 1 year ago
parent
commit
6a5241be5b
2 changed files with 14 additions and 1 deletions
  1. 4 0
      Pipfile
  2. 10 1
      Pipfile.lock

+ 4 - 0
Pipfile

@@ -29,6 +29,10 @@ exceptiongroup = {markers = "python_version < '3.11'"}
 # >     import tomli as tomllib
 # > ModuleNotFoundError: No module named 'tomli'
 tomli = {markers = "python_version < '3.11'"}
+# >   File "[...]/python3.9/site-packages/astroid/decorators.py", line 25, in <module>
+# >     from typing_extensions import ParamSpec
+# > ModuleNotFoundError: No module named 'typing_extensions'
+typing-extensions = "*"
 # >   File "[...]/lib/python3.10/site-packages/astroid/decorators.py", line 16, in <module>
 # >     import wrapt
 # > ModuleNotFoundError: No module named 'wrapt'

+ 10 - 1
Pipfile.lock

@@ -1,7 +1,7 @@
 {
     "_meta": {
         "hash": {
-            "sha256": "bc1ca9e9ee2e9cea6424ebe37b95a9122b6eb8b0a5f25abe3b26909ab804978d"
+            "sha256": "250f782dfa61d5b776572a6db5326a03cf3c19484ca80e6d7015da1aa7be7b09"
         },
         "pipfile-spec": 6,
         "requires": {
@@ -256,6 +256,15 @@
             "markers": "python_version >= '3.6'",
             "version": "==0.11.6"
         },
+        "typing-extensions": {
+            "hashes": [
+                "sha256:1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa",
+                "sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e"
+            ],
+            "index": "pypi",
+            "markers": "python_version < '3.11'",
+            "version": "==4.4.0"
+        },
         "wrapt": {
             "hashes": [
                 "sha256:00b6d4ea20a906c0ca56d84f93065b398ab74b927a7a3dbd470f6fc503f95dc3",