From 258e840cf3f62f8748e32a0e0465fe03e60ac921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:47:15 +0000 Subject: [PATCH] Bump jsonschema from 4.21.1 to 4.22.0 in /requirements 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] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 0938b653..8a684ca5 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -4,6 +4,6 @@ djangorestframework==3.14.0 djangorestframework-jsonapi==6.1.0 django-filter celery==5.2.7 -jsonschema==4.21.1 +jsonschema==4.22.0 aiohttp==3.9.3 pyjwe==1.0.0 \ No newline at end of file