From aa0d929eeebb5195fa9c2f320834f281d02fc921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:22:38 +0000 Subject: [PATCH] build(deps): bump jsonschema from 4.19.1 to 4.19.2 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.19.1 to 4.19.2. - [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.19.1...v4.19.2) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1fa721207..77df7842c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ idna==3.4 # yarl importlib-metadata==6.8.0 # via textual -jsonschema==4.19.1 +jsonschema==4.19.2 # via bowtie-json-schema (pyproject.toml) jsonschema-specifications==2023.7.1 # via jsonschema