diff --git a/poetry.lock b/poetry.lock index ee14b605ca17..17c4a9101026 100644 --- a/poetry.lock +++ b/poetry.lock @@ -964,7 +964,7 @@ python-versions = ">=3.6" [[package]] name = "jsonschema" -version = "4.6.1" +version = "4.7.2" description = "An implementation of JSON Schema validation for Python" category = "main" optional = false @@ -2204,7 +2204,7 @@ build = ["google-cloud-bigquery"] [metadata] lock-version = "1.1" python-versions = "^3.8,<3.11" -content-hash = "aa57db38f326d78d00b2f1403e826578d25ac619d1960330c56a2ec413b75988" +content-hash = "a64fcfc0fb20be29c346f0945c89076e4df1d4f8e38535e387636969d8801fb6" [metadata.files] aiohttp = [ @@ -2827,8 +2827,8 @@ joblib = [ {file = "joblib-1.1.0.tar.gz", hash = "sha256:4158fcecd13733f8be669be0683b96ebdbbd38d23559f54dca7205aea1bf1e35"}, ] jsonschema = [ - {file = "jsonschema-4.6.1-py3-none-any.whl", hash = "sha256:5eb781753403847fb320f05e9ab2191725b58c5e7f97f1bed63285ca423159bc"}, - {file = "jsonschema-4.6.1.tar.gz", hash = "sha256:ec2802e6a37517f09d47d9ba107947589ae1d25ff557b925d83a321fc2aa5d3b"}, + {file = "jsonschema-4.7.2-py3-none-any.whl", hash = "sha256:c7448a421b25e424fccfceea86b4e3a8672b4436e1988ccbde92c80828d4f085"}, + {file = "jsonschema-4.7.2.tar.gz", hash = "sha256:73764f461d61eb97a057c929368610a134d1d1fffd858acfe88864ee94f1f1d3"}, ] klara = [ {file = "klara-0.6.3-py3-none-any.whl", hash = "sha256:9687fb2503e0d0ae1ecc789d88af46d4008522a89db5d542c9c993ee6d0875d2"}, diff --git a/pyproject.toml b/pyproject.toml index bdfa644ac0bc..450793472f5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ paramiko = "^2.11.0" boto3 = "^1.23.5" flake8 = "^4.0.1" mypy = "^0.942" -jsonschema = "^4.6.0" +jsonschema = "^4.7.2" google-cloud-bigquery = {version = "^3.2.0", optional = true} [tool.poetry.dev-dependencies]