Bump jsonschema from 4.18.4 to 4.19.0 (#2508)

This commit is contained in:
dependabot[bot]
2023-08-07 19:36:14 -05:00
committed by GitHub
parent 6765527ef0
commit f882e2cbce
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -126,13 +126,13 @@ files = [
[[package]]
name = "jsonschema"
version = "4.18.4"
version = "4.19.0"
description = "An implementation of JSON Schema validation for Python"
optional = false
python-versions = ">=3.8"
files = [
{file = "jsonschema-4.18.4-py3-none-any.whl", hash = "sha256:971be834317c22daaa9132340a51c01b50910724082c2c1a2ac87eeec153a3fe"},
{file = "jsonschema-4.18.4.tar.gz", hash = "sha256:fb3642735399fa958c0d2aad7057901554596c63349f4f6b283c493cf692a25d"},
{file = "jsonschema-4.19.0-py3-none-any.whl", hash = "sha256:043dc26a3845ff09d20e4420d6012a9c91c9aa8999fa184e7efcfeccb41e32cb"},
{file = "jsonschema-4.19.0.tar.gz", hash = "sha256:6e1e7569ac13be8139b2dd2c21a55d350066ee3f80df06c608b398cdc6f30e8f"},
]
[package.dependencies]
@@ -370,4 +370,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "cbca37bb82c4972d87e88052d3b726cdaccb052d09e178745f084457c4041c82"
content-hash = "481fee436aa368ad194ea4545cad7b0594c39acfce4ab793998d410d71eed4a7"
+1 -1
View File
@@ -9,7 +9,7 @@ packages = [{include = "atomic_red_team"}]
[tool.poetry.dependencies]
python = "^3.11"
pyyaml = "^6.0"
jsonschema = "^4.18.4"
jsonschema = "^4.19.0"
requests = "^2.31.0"