mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 12:10:40 +00:00
fix(deps): update dependency zipp to v3.13.0 (#474)
This commit is contained in:
parent
5c92916f51
commit
80a953e930
8
poetry.lock
generated
8
poetry.lock
generated
@ -1497,14 +1497,14 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "zipp"
|
name = "zipp"
|
||||||
version = "3.12.1"
|
version = "3.13.0"
|
||||||
description = "Backport of pathlib-compatible object wrapper for zip files"
|
description = "Backport of pathlib-compatible object wrapper for zip files"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "zipp-3.12.1-py3-none-any.whl", hash = "sha256:6c4fe274b8f85ec73c37a8e4e3fa00df9fb9335da96fb789e3b96b318e5097b3"},
|
{file = "zipp-3.13.0-py3-none-any.whl", hash = "sha256:e8b2a36ea17df80ffe9e2c4fda3f693c3dad6df1697d3cd3af232db680950b0b"},
|
||||||
{file = "zipp-3.12.1.tar.gz", hash = "sha256:a3cac813d40993596b39ea9e93a18e8a2076d5c378b8bc88ec32ab264e04ad02"},
|
{file = "zipp-3.13.0.tar.gz", hash = "sha256:23f70e964bc11a34cef175bc90ba2914e1e4545ea1e3e2f67c079671883f9cb6"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
@ -1514,4 +1514,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.7.0"
|
python-versions = "^3.7.0"
|
||||||
content-hash = "8a78ba15e054cc95e78850bf036bbe47699c694632d4e6c47aac19e063b3f0ff"
|
content-hash = "4a6d25bd35e70afc482e6f6a1a4530a1d902cc80ab99cc77f0f62cda3664f9bd"
|
||||||
|
@ -55,7 +55,7 @@ python-json-logger = "2.0.4"
|
|||||||
requests = "2.28.2"
|
requests = "2.28.2"
|
||||||
"ruamel.yaml" = "0.17.21"
|
"ruamel.yaml" = "0.17.21"
|
||||||
websocket_client = "1.5.1"
|
websocket_client = "1.5.1"
|
||||||
zipp = "3.12.1"
|
zipp = "3.13.0"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
bandit = "1.7.4"
|
bandit = "1.7.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user