diff --git a/Pipfile b/Pipfile index 72b6e86..4da4dcf 100644 --- a/Pipfile +++ b/Pipfile @@ -35,7 +35,7 @@ six = "==1.15.0" toml = "==0.10.1" urllib3 = "==1.25.11" wcwidth = "==0.2.5" -zipp = "==3.3.1" +zipp = "==3.23.0" [requires] python_version = "3.6" diff --git a/Pipfile.lock b/Pipfile.lock index 9581ca4..965d148 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -245,12 +245,8 @@ "version": "==0.2.5" }, "zipp": { - "hashes": [ - "sha256:16522f69653f0d67be90e8baa4a46d66389145b734345d68a257da53df670903", - "sha256:c1532a8030c32fd52ff6a288d855fe7adef5823ba1d26a29a68fd6314aa72baa" - ], - "index": "pypi", - "version": "==3.3.1" + "hashes": [], + "version": "==3.23.0" } }, "develop": { @@ -419,12 +415,8 @@ "version": "==0.10.1" }, "zipp": { - "hashes": [ - "sha256:16522f69653f0d67be90e8baa4a46d66389145b734345d68a257da53df670903", - "sha256:c1532a8030c32fd52ff6a288d855fe7adef5823ba1d26a29a68fd6314aa72baa" - ], - "index": "pypi", - "version": "==3.3.1" + "hashes": [], + "version": "==3.23.0" } } } diff --git a/requirements-dev.txt b/requirements-dev.txt index bea1863..0bd8d68 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,5 +18,5 @@ pytest-mock==3.3.1 six==1.15.0 toml==0.10.1 wcwidth==0.2.5 -zipp==3.3.1 +zipp==3.23.0 -r requirements.txt \ No newline at end of file