From e9d0b282d4eaa3c8e78fa9de75061357fa21a241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:10:42 +0000 Subject: [PATCH] build(deps): bump jsonschema from 4.22.0 to 4.23.0 in /server 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] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index c887ab9c..50c69b94 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -3,7 +3,7 @@ click==8.1.7 redis==5.0.8 pyyaml==6.0.1 jsonschema==4.17.3;python_version<"3.8" -jsonschema==4.22.0;python_version>="3.8" +jsonschema==4.23.0;python_version>="3.8" requests==2.31.0;python_version<"3.8" requests==2.32.3;python_version>="3.8" psycopg2-binary==2.9.9