Skip to content

Commit 6d49bdb

Browse files
twangboydwoz
authored andcommitted
Lock zipp to >=3.19.1
1 parent 799a2cf commit 6d49bdb

File tree

9 files changed

+26
-12
lines changed

9 files changed

+26
-12
lines changed

requirements/darwin.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ setproctitle>=1.2.3
1616
timelib>=0.2.5
1717
vultr>=1.0.1
1818

19+
# ImportLib-Metadata
1920
importlib-metadata>=3.3.0
21+
zipp>=3.19.1

requirements/static/ci/py3.10/darwin.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,9 +520,10 @@ zc.lockfile==2.0
520520
# via
521521
# -c requirements/static/ci/../pkg/py3.10/darwin.txt
522522
# cherrypy
523-
zipp==3.12.0
523+
zipp==3.21.0
524524
# via
525525
# -c requirements/static/ci/../pkg/py3.10/darwin.txt
526+
# -r requirements/darwin.txt
526527
# importlib-metadata
527528

528529
# The following packages are considered to be unsafe in a requirements file:

requirements/static/ci/py3.11/darwin.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,10 @@ zc.lockfile==2.0
479479
# via
480480
# -c requirements/static/ci/../pkg/py3.11/darwin.txt
481481
# cherrypy
482-
zipp==3.12.0
482+
zipp==3.21.0
483483
# via
484484
# -c requirements/static/ci/../pkg/py3.11/darwin.txt
485+
# -r requirements/darwin.txt
485486
# importlib-metadata
486487

487488
# The following packages are considered to be unsafe in a requirements file:

requirements/static/ci/py3.12/darwin.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,10 @@ zc.lockfile==2.0
479479
# via
480480
# -c requirements/static/ci/../pkg/py3.12/darwin.txt
481481
# cherrypy
482-
zipp==3.12.0
482+
zipp==3.21.0
483483
# via
484484
# -c requirements/static/ci/../pkg/py3.12/darwin.txt
485+
# -r requirements/darwin.txt
485486
# importlib-metadata
486487

487488
# The following packages are considered to be unsafe in a requirements file:

requirements/static/ci/py3.9/darwin.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,9 +562,10 @@ zc.lockfile==2.0
562562
# via
563563
# -c requirements/static/ci/../pkg/py3.9/darwin.txt
564564
# cherrypy
565-
zipp==3.5.0
565+
zipp==3.21.0
566566
# via
567567
# -c requirements/static/ci/../pkg/py3.9/darwin.txt
568+
# -r requirements/darwin.txt
568569
# importlib-metadata
569570

570571
# The following packages are considered to be unsafe in a requirements file:

requirements/static/pkg/py3.10/darwin.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,10 @@ vultr==1.0.1
126126
# via -r requirements/darwin.txt
127127
zc.lockfile==2.0
128128
# via cherrypy
129-
zipp==3.12.0
130-
# via importlib-metadata
129+
zipp==3.21.0
130+
# via
131+
# -r requirements/darwin.txt
132+
# importlib-metadata
131133

132134
# The following packages are considered to be unsafe in a requirements file:
133135
# setuptools

requirements/static/pkg/py3.11/darwin.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,10 @@ vultr==1.0.1
126126
# via -r requirements/darwin.txt
127127
zc.lockfile==2.0
128128
# via cherrypy
129-
zipp==3.12.0
130-
# via importlib-metadata
129+
zipp==3.21.0
130+
# via
131+
# -r requirements/darwin.txt
132+
# importlib-metadata
131133

132134
# The following packages are considered to be unsafe in a requirements file:
133135
# setuptools

requirements/static/pkg/py3.12/darwin.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,10 @@ vultr==1.0.1
126126
# via -r requirements/darwin.txt
127127
zc.lockfile==2.0
128128
# via cherrypy
129-
zipp==3.12.0
130-
# via importlib-metadata
129+
zipp==3.21.0
130+
# via
131+
# -r requirements/darwin.txt
132+
# importlib-metadata
131133

132134
# The following packages are considered to be unsafe in a requirements file:
133135
# setuptools

requirements/static/pkg/py3.9/darwin.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,10 @@ vultr==1.0.1
126126
# via -r requirements/darwin.txt
127127
zc.lockfile==2.0
128128
# via cherrypy
129-
zipp==3.5.0
130-
# via importlib-metadata
129+
zipp==3.21.0
130+
# via
131+
# -r requirements/darwin.txt
132+
# importlib-metadata
131133

132134
# The following packages are considered to be unsafe in a requirements file:
133135
# setuptools

0 commit comments

Comments
 (0)