From 65458211066ee3cf72b38dc7dd45af52ccbf28ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:26:19 -0400 Subject: [PATCH] build(deps): bump jsonschema from 4.22.0 to 4.23.0 in /client (#552) Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.22.0 to 4.23.0. - [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.22.0...v4.23.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/requirements.txt b/client/requirements.txt index 560c452e..5846ac81 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -5,6 +5,6 @@ python-dotenv==1.0.1;python_version>="3.8" rq==1.16.2 redis==5.0.8 jsonschema==4.17.3;python_version<"3.8" -jsonschema==4.22.0;python_version>="3.8" +jsonschema==4.23.0;python_version>="3.8" Werkzeug==2.2.3;python_version<"3.8" Werkzeug==3.0.3;python_version>="3.8"