diff --git a/poetry.lock b/poetry.lock index 2a98a4b..5a90aeb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "attrs" @@ -418,13 +418,13 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "jsonschema" -version = "4.20.0" +version = "4.22.0" description = "An implementation of JSON Schema validation for Python" optional = false python-versions = ">=3.8" files = [ - {file = "jsonschema-4.20.0-py3-none-any.whl", hash = "sha256:ed6231f0429ecf966f5bc8dfef245998220549cbbcf140f913b7464c52c3b6b3"}, - {file = "jsonschema-4.20.0.tar.gz", hash = "sha256:4f614fd46d8d61258610998997743ec5492a648b33cf478c1ddc23ed4598a5fa"}, + {file = "jsonschema-4.22.0-py3-none-any.whl", hash = "sha256:ff4cfd6b1367a40e7bc6411caec72effadd3db0bbe5017de188f2d6108335802"}, + {file = "jsonschema-4.22.0.tar.gz", hash = "sha256:5b22d434a45935119af990552c862e5d6d564e8f6601206b305a61fdf661a2b7"}, ] [package.dependencies] @@ -920,4 +920,4 @@ webui = ["Flask", "Flask-Bootstrap", "Flask-WTF", "flask-nav"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "ca2587c1994fa1dabaebc85d1ecdaffbbe371f0a715d6920d15a89f9b980e06a" +content-hash = "2bf96bf0fe14f7cf722a8b3eef067807b39bd3ab0399cf58169c8768f9931b52" diff --git a/pyproject.toml b/pyproject.toml index f0ac3b3..d50fbdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ webui = ["flask-nav", "Flask", "Flask-Bootstrap", "Flask-WTF"] remote = ["requests"] [tool.poetry.dev-dependencies] -jsonschema = "^4.20.0" +jsonschema = "^4.22.0" mypy = "^1.8.0" types-requests = "^2.31.0.20240106" pytest-cov = "^4.1.0"