mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
build(deps-dev): bump openapi-spec-validator from 0.6.0 to 0.7.1 (#2958)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
20
poetry.lock
generated
20
poetry.lock
generated
@@ -1123,20 +1123,20 @@ format = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validat
|
|||||||
format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "uri-template", "webcolors (>=1.11)"]
|
format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "uri-template", "webcolors (>=1.11)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jsonschema-spec"
|
name = "jsonschema-path"
|
||||||
version = "0.2.3"
|
version = "0.3.1"
|
||||||
description = "JSONSchema Spec with object-oriented paths"
|
description = "JSONSchema Spec with object-oriented paths"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8.0,<4.0.0"
|
python-versions = ">=3.8.0,<4.0.0"
|
||||||
files = [
|
files = [
|
||||||
{file = "jsonschema_spec-0.2.3-py3-none-any.whl", hash = "sha256:ee005ddeca73229560ac2b8f1849590929c4b2cd17a932b229b03566e517f2a6"},
|
{file = "jsonschema_path-0.3.1-py3-none-any.whl", hash = "sha256:06f01b1848a28963f49a17730e11204d252aa6ff5db4ef84ec77e5ac93cfa831"},
|
||||||
{file = "jsonschema_spec-0.2.3.tar.gz", hash = "sha256:e01b8b100f0676177b0b39027a5cab7e7a16ce4316a3d0d15e576293d954fafc"},
|
{file = "jsonschema_path-0.3.1.tar.gz", hash = "sha256:07ea584b5c9b41a614b4d011c5575955676f48d0abbfd93d9ea8e933018d716d"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
pathable = ">=0.4.1,<0.5.0"
|
pathable = ">=0.4.1,<0.5.0"
|
||||||
PyYAML = ">=5.1"
|
PyYAML = ">=5.1"
|
||||||
referencing = ">=0.28.0,<0.30.0"
|
referencing = ">=0.28.0,<0.31.0"
|
||||||
requests = ">=2.31.0,<3.0.0"
|
requests = ">=2.31.0,<3.0.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -1582,18 +1582,18 @@ rfc3339-validator = "*"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "openapi-spec-validator"
|
name = "openapi-spec-validator"
|
||||||
version = "0.6.0"
|
version = "0.7.1"
|
||||||
description = "OpenAPI 2.0 (aka Swagger) and OpenAPI 3 spec validator"
|
description = "OpenAPI 2.0 (aka Swagger) and OpenAPI 3 spec validator"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8.0,<4.0.0"
|
python-versions = ">=3.8.0,<4.0.0"
|
||||||
files = [
|
files = [
|
||||||
{file = "openapi_spec_validator-0.6.0-py3-none-any.whl", hash = "sha256:675f1a3c0d0d8eff9116694acde88bcd4613a95bf5240270724d9d78c78f26d6"},
|
{file = "openapi_spec_validator-0.7.1-py3-none-any.whl", hash = "sha256:3c81825043f24ccbcd2f4b149b11e8231abce5ba84f37065e14ec947d8f4e959"},
|
||||||
{file = "openapi_spec_validator-0.6.0.tar.gz", hash = "sha256:68c4c212c88ef14c6b1a591b895bf742c455783c7ebba2507abd7dbc1365a616"},
|
{file = "openapi_spec_validator-0.7.1.tar.gz", hash = "sha256:8577b85a8268685da6f8aa30990b83b7960d4d1117e901d451b5d572605e5ec7"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
jsonschema = ">=4.18.0,<5.0.0"
|
jsonschema = ">=4.18.0,<5.0.0"
|
||||||
jsonschema-spec = ">=0.2.3,<0.3.0"
|
jsonschema-path = ">=0.3.1,<0.4.0"
|
||||||
lazy-object-proxy = ">=1.7.1,<2.0.0"
|
lazy-object-proxy = ">=1.7.1,<2.0.0"
|
||||||
openapi-schema-validator = ">=0.6.0,<0.7.0"
|
openapi-schema-validator = ">=0.6.0,<0.7.0"
|
||||||
|
|
||||||
@@ -2889,4 +2889,4 @@ docs = ["mkdocs", "mkdocs-material"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.9"
|
python-versions = "^3.9"
|
||||||
content-hash = "517d4627506a795e60cfcdad226108b997bc27ca0d72f390d31e3d370d356fb6"
|
content-hash = "955e9e2ada14c72ba2d2e17670998015773ccdaf4d8ae15f2dc53ff8729347af"
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ flake8 = "6.1.0"
|
|||||||
freezegun = "1.2.2"
|
freezegun = "1.2.2"
|
||||||
mock = "5.1.0"
|
mock = "5.1.0"
|
||||||
moto = "4.2.6"
|
moto = "4.2.6"
|
||||||
openapi-spec-validator = "0.6.0"
|
openapi-spec-validator = "0.7.1"
|
||||||
pylint = "3.0.2"
|
pylint = "3.0.2"
|
||||||
pytest = "7.4.2"
|
pytest = "7.4.2"
|
||||||
pytest-cov = "4.1.0"
|
pytest-cov = "4.1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user