Merge pull request #27 from MISP/dependabot/pip/jsonschema-4.18.4

build(deps-dev): bump jsonschema from 4.18.2 to 4.18.4
pull/28/head
Alexandre Dulaunoy 2023-07-18 16:39:45 +02:00 committed by GitHub
commit 1b76bb29a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -410,13 +410,13 @@ i18n = ["Babel (>=2.7)"]
[[package]]
name = "jsonschema"
version = "4.18.2"
version = "4.18.4"
description = "An implementation of JSON Schema validation for Python"
optional = false
python-versions = ">=3.8"
files = [
{file = "jsonschema-4.18.2-py3-none-any.whl", hash = "sha256:159fdff1443b4c5ed900d4eeac6b928a3485f4aff5fba6edd1e25cd66bb46b39"},
{file = "jsonschema-4.18.2.tar.gz", hash = "sha256:af3855bfa30e83b2200a5fe12ab5eb92460e4d3b8e4efd34094aa637f7272a87"},
{file = "jsonschema-4.18.4-py3-none-any.whl", hash = "sha256:971be834317c22daaa9132340a51c01b50910724082c2c1a2ac87eeec153a3fe"},
{file = "jsonschema-4.18.4.tar.gz", hash = "sha256:fb3642735399fa958c0d2aad7057901554596c63349f4f6b283c493cf692a25d"},
]
[package.dependencies]
@ -911,4 +911,4 @@ webui = ["Flask", "Flask-Bootstrap", "Flask-WTF", "flask-nav"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "cd208d77affed13fdf6491327ca231b3d4f4c16faf1f5bba50c22b2ee29040b2"
content-hash = "c3eb57c4cfe235b04f21c878fcbd727fe4a92e5ea2f11e95798216fff0402784"

View File

@ -36,7 +36,7 @@ webui = ["flask-nav", "Flask", "Flask-Bootstrap", "Flask-WTF"]
remote = ["requests"]
[tool.poetry.dev-dependencies]
jsonschema = "^4.18.2"
jsonschema = "^4.18.4"
mypy = "^1.4.1"
types-requests = "^2.31.0.1"
pytest-cov = "^4.1.0"