Skip to content

Commit 719470e

Browse files
authored
Fix zipp security alert (#6383)
* Fix zipp security alert * Remove spurious requirements.txt
1 parent d300b19 commit 719470e

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ sphinx-click = "==4.*"
1010
sphinxcontrib-spelling = "==7.*"
1111
click = "==8.0.3"
1212
stdeb = {version="*", sys_platform = "== 'linux'"}
13-
zipp = {version = "==3.6.0", markers = "python_version < '3.10'"}
1413
pre-commit = "==2.*"
1514
atomicwrites = {version = "*", sys_platform = "== 'win32'"}
1615
pytest-cov = "==4.*"
@@ -29,6 +28,7 @@ build = "*"
2928
twine = "*"
3029
semver = "*"
3130
pypiserver = "2.3.2"
31+
zipp = "==3.21.0"
3232

3333
[packages]
3434
pytz = "*"

Pipfile.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)