From 12ec09877b82a803a43e2c2d6b90e93dea185ba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 10:04:40 +0200 Subject: [PATCH] chore(deps): bump schema from 0.7.5 to 0.7.7 (#3941) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 22 ++++------------------ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/poetry.lock b/poetry.lock index b5c51f5684..44d49de0f7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1003,17 +1003,6 @@ files = [ {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -[[package]] -name = "contextlib2" -version = "21.6.0" -description = "Backports and enhancements for the contextlib module" -optional = false -python-versions = ">=3.6" -files = [ - {file = "contextlib2-21.6.0-py2.py3-none-any.whl", hash = "sha256:3fbdb64466afd23abaf6c977627b75b6139a5a3e8ce38405c5b413aed7a0471f"}, - {file = "contextlib2-21.6.0.tar.gz", hash = "sha256:ab1e2bfe1d01d968e1b7e8d9023bc51ef3509bba217bb730cee3827e1ee82869"}, -] - [[package]] name = "coverage" version = "7.5.1" @@ -3965,18 +3954,15 @@ pbr = "*" [[package]] name = "schema" -version = "0.7.5" +version = "0.7.7" description = "Simple data validation library" optional = false python-versions = "*" files = [ - {file = "schema-0.7.5-py2.py3-none-any.whl", hash = "sha256:f3ffdeeada09ec34bf40d7d79996d9f7175db93b7a5065de0faa7f41083c1e6c"}, - {file = "schema-0.7.5.tar.gz", hash = "sha256:f06717112c61895cabc4707752b88716e8420a8819d71404501e114f91043197"}, + {file = "schema-0.7.7-py2.py3-none-any.whl", hash = "sha256:5d976a5b50f36e74e2157b47097b60002bd4d42e65425fcc9c9befadb4255dde"}, + {file = "schema-0.7.7.tar.gz", hash = "sha256:7da553abd2958a19dc2547c388cde53398b39196175a9be59ea1caf5ab0a1807"}, ] -[package.dependencies] -contextlib2 = ">=0.5.5" - [[package]] name = "setuptools" version = "69.2.0" @@ -4542,4 +4528,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "799e958ea7fb8548b7275da3543952eff837142b52985fc80c0123eafe4fec20" +content-hash = "38eb93019c6150d0514fba0a3eced8a9c380c79e034a74853ff2a8b29824fea7" diff --git a/pyproject.toml b/pyproject.toml index 3ca023c509..d8f31672ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ msgraph-sdk = "1.3.0" msrestazure = "0.6.4" pydantic = "1.10.15" python = ">=3.9,<3.13" -schema = "0.7.5" +schema = "0.7.7" shodan = "1.31.0" slack-sdk = "3.27.1" tabulate = "0.9.0"