Browse Source

Merge pull request #23 from cloudflightio/dependabot/pip/pytest-7.1.0

build(deps-dev): bump pytest from 7.0.1 to 7.1.0
Fabian Peter Hammerle 2 years ago
parent
commit
b52086d424
2 changed files with 11 additions and 4 deletions
  1. 6 0
      Pipfile
  2. 5 4
      Pipfile.lock

+ 6 - 0
Pipfile

@@ -19,6 +19,12 @@ importlib-metadata = {markers = "python_version < '3.8'"}
 # >  import zipp
 zipp = {markers = "python_version < '3.8'"}
 
+# python<3.10 compatibility
+# >   File "[...]/python3.8/site-packages/astroid/decorators.py", line 36, in <module>
+# >     from typing_extensions import ParamSpec
+# > ModuleNotFoundError: No module named 'typing_extensions'
+typing-extensions = {markers = "python_version < '3.10'"}
+
 [requires]
 python_version = "3"
 

+ 5 - 4
Pipfile.lock

@@ -1,7 +1,7 @@
 {
     "_meta": {
         "hash": {
-            "sha256": "f03f840e841fb84742c81c5058cbdc3ce6df5331cd219ff14426f5299fa90291"
+            "sha256": "9c471d01a63caf7d6ad549908532336eea1f55769969fb159832837d2d2cbcd8"
         },
         "pipfile-spec": 6,
         "requires": {
@@ -215,11 +215,11 @@
         },
         "pytest": {
             "hashes": [
-                "sha256:9ce3ff477af913ecf6321fe337b93a2c0dcf2a0a1439c43f5452112c1e4280db",
-                "sha256:e30905a0c131d3d94b89624a1cc5afec3e0ba2fbdb151867d8e0ebd49850f171"
+                "sha256:b555252a95bbb2a37a97b5ac2eb050c436f7989993565f5e0c9128fcaacadd0e",
+                "sha256:f1089d218cfcc63a212c42896f1b7fbf096874d045e1988186861a1a87d27b47"
             ],
             "index": "pypi",
-            "version": "==7.0.1"
+            "version": "==7.1.0"
         },
         "pytest-cov": {
             "hashes": [
@@ -258,6 +258,7 @@
                 "sha256:1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42",
                 "sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2"
             ],
+            "index": "pypi",
             "markers": "python_version < '3.10'",
             "version": "==4.1.1"
         },