From 295e7dc4d85b988febf5086ec6b6aff70ad0246a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 01:37:18 +0000 Subject: [PATCH] build(deps): bump jsonschema from 4.21.1 to 4.22.0 in /server Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.21.1 to 4.22.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.21.1...v4.22.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 4b0f8bb4..fc6b8f68 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -3,7 +3,7 @@ click==8.1.7 redis==5.0.3 pyyaml==6.0.1 jsonschema==4.17.3;python_version<"3.8" -jsonschema==4.21.1;python_version>="3.8" +jsonschema==4.22.0;python_version>="3.8" requests==2.31.0 psycopg2-binary==2.9.9 supervisor==4.2.5