From 7765181094717e19fc933fc734b24351c997e4ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 17:07:47 +0000 Subject: [PATCH] chore(deps): Bump jsonschema from 4.23.0 to 4.24.0 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.23.0 to 4.24.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.23.0...v4.24.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 19de55b3..380eb640 100644 --- a/requirements.in +++ b/requirements.in @@ -12,7 +12,7 @@ django-filter>=24.2 Django>=4.2 djangorestframework>=3.10.3,<3.17 importlib-metadata==8.7.0 -jsonschema==4.23.0 +jsonschema==4.24.0 lxml==5.4.0 marshmallow==3.26.1 pydantic==2.11.2 diff --git a/requirements.txt b/requirements.txt index aa68afaa..1baffe75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ djangorestframework==3.16.0 # via -r requirements.in importlib-metadata==8.7.0 # via -r requirements.in -jsonschema==4.23.0 +jsonschema==4.24.0 # via -r requirements.in jsonschema-specifications==2023.12.1 # via jsonschema