mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Lock zipp to >=3.19.1
Some checks failed
CI / Prepare Workflow Run (push) Has been cancelled
CI / Pre-Commit (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / NSIS Tests (push) Has been cancelled
CI / Prepare Release: (push) Has been cancelled
CI / Documentation (push) Has been cancelled
CI / Build Source Tarball (push) Has been cancelled
CI / Build Salt Onedir (push) Has been cancelled
CI / Build Packages (push) Has been cancelled
CI / CI Deps (push) Has been cancelled
CI / Test Package (push) Has been cancelled
CI / Test Salt (push) Has been cancelled
CI / Combine Code Coverage (push) Has been cancelled
CI / Set the Pipeline Exit Status (push) Has been cancelled
Some checks failed
CI / Prepare Workflow Run (push) Has been cancelled
CI / Pre-Commit (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / NSIS Tests (push) Has been cancelled
CI / Prepare Release: (push) Has been cancelled
CI / Documentation (push) Has been cancelled
CI / Build Source Tarball (push) Has been cancelled
CI / Build Salt Onedir (push) Has been cancelled
CI / Build Packages (push) Has been cancelled
CI / CI Deps (push) Has been cancelled
CI / Test Package (push) Has been cancelled
CI / Test Salt (push) Has been cancelled
CI / Combine Code Coverage (push) Has been cancelled
CI / Set the Pipeline Exit Status (push) Has been cancelled
This commit is contained in:
parent
799a2cf184
commit
6d49bdb08c
9 changed files with 26 additions and 12 deletions
|
@ -16,4 +16,6 @@ setproctitle>=1.2.3
|
|||
timelib>=0.2.5
|
||||
vultr>=1.0.1
|
||||
|
||||
# ImportLib-Metadata
|
||||
importlib-metadata>=3.3.0
|
||||
zipp>=3.19.1
|
||||
|
|
|
@ -520,9 +520,10 @@ zc.lockfile==2.0
|
|||
# via
|
||||
# -c requirements/static/ci/../pkg/py3.10/darwin.txt
|
||||
# cherrypy
|
||||
zipp==3.12.0
|
||||
zipp==3.21.0
|
||||
# via
|
||||
# -c requirements/static/ci/../pkg/py3.10/darwin.txt
|
||||
# -r requirements/darwin.txt
|
||||
# importlib-metadata
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
|
|
|
@ -479,9 +479,10 @@ zc.lockfile==2.0
|
|||
# via
|
||||
# -c requirements/static/ci/../pkg/py3.11/darwin.txt
|
||||
# cherrypy
|
||||
zipp==3.12.0
|
||||
zipp==3.21.0
|
||||
# via
|
||||
# -c requirements/static/ci/../pkg/py3.11/darwin.txt
|
||||
# -r requirements/darwin.txt
|
||||
# importlib-metadata
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
|
|
|
@ -479,9 +479,10 @@ zc.lockfile==2.0
|
|||
# via
|
||||
# -c requirements/static/ci/../pkg/py3.12/darwin.txt
|
||||
# cherrypy
|
||||
zipp==3.12.0
|
||||
zipp==3.21.0
|
||||
# via
|
||||
# -c requirements/static/ci/../pkg/py3.12/darwin.txt
|
||||
# -r requirements/darwin.txt
|
||||
# importlib-metadata
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
|
|
|
@ -562,9 +562,10 @@ zc.lockfile==2.0
|
|||
# via
|
||||
# -c requirements/static/ci/../pkg/py3.9/darwin.txt
|
||||
# cherrypy
|
||||
zipp==3.5.0
|
||||
zipp==3.21.0
|
||||
# via
|
||||
# -c requirements/static/ci/../pkg/py3.9/darwin.txt
|
||||
# -r requirements/darwin.txt
|
||||
# importlib-metadata
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
|
|
|
@ -126,8 +126,10 @@ vultr==1.0.1
|
|||
# via -r requirements/darwin.txt
|
||||
zc.lockfile==2.0
|
||||
# via cherrypy
|
||||
zipp==3.12.0
|
||||
# via importlib-metadata
|
||||
zipp==3.21.0
|
||||
# via
|
||||
# -r requirements/darwin.txt
|
||||
# importlib-metadata
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
# setuptools
|
||||
|
|
|
@ -126,8 +126,10 @@ vultr==1.0.1
|
|||
# via -r requirements/darwin.txt
|
||||
zc.lockfile==2.0
|
||||
# via cherrypy
|
||||
zipp==3.12.0
|
||||
# via importlib-metadata
|
||||
zipp==3.21.0
|
||||
# via
|
||||
# -r requirements/darwin.txt
|
||||
# importlib-metadata
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
# setuptools
|
||||
|
|
|
@ -126,8 +126,10 @@ vultr==1.0.1
|
|||
# via -r requirements/darwin.txt
|
||||
zc.lockfile==2.0
|
||||
# via cherrypy
|
||||
zipp==3.12.0
|
||||
# via importlib-metadata
|
||||
zipp==3.21.0
|
||||
# via
|
||||
# -r requirements/darwin.txt
|
||||
# importlib-metadata
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
# setuptools
|
||||
|
|
|
@ -126,8 +126,10 @@ vultr==1.0.1
|
|||
# via -r requirements/darwin.txt
|
||||
zc.lockfile==2.0
|
||||
# via cherrypy
|
||||
zipp==3.5.0
|
||||
# via importlib-metadata
|
||||
zipp==3.21.0
|
||||
# via
|
||||
# -r requirements/darwin.txt
|
||||
# importlib-metadata
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
# setuptools
|
||||
|
|
Loading…
Add table
Reference in a new issue