build(deps-dev): bump jsonschema from 4.18.4 to 4.18.6

Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.18.4 to 4.18.6.
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.18.4...v4.18.6)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/29/head
dependabot[bot] 2023-08-03 09:47:53 +00:00 committed by GitHub
parent efe3f96040
commit 456d39c437
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.4"
version = "4.18.6"
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.18.6-py3-none-any.whl", hash = "sha256:dc274409c36175aad949c68e5ead0853aaffbe8e88c830ae66bb3c7a1728ad2d"},
{file = "jsonschema-4.18.6.tar.gz", hash = "sha256:ce71d2f8c7983ef75a756e568317bf54bc531dc3ad7e66a128eae0d51623d8a3"},
]
[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 = "2c6a65814f38385b628c0bffca6cd1be6eefaa2027ff99b7863c31524f898064"
content-hash = "6bbd5050b72104c86820f1875bd85e6723797b274b4783fe3577a64fab710fb3"

View File

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