From e2949b91a64b2d86f680f38a1464289f54822ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 21:34:39 +0000 Subject: [PATCH] Bump jsonschema from 4.24.0 to 4.25.0 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.24.0 to 4.25.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.24.0...v4.25.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bc0464f..16f2ae3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "faker==37.4.0 ; python_full_version >= '3.9'", "gunicorn==23.0.0 ; python_full_version >= '3.7'", "inflection==0.5.1 ; python_full_version >= '3.5'", - "jsonschema==4.24.0 ; python_full_version >= '3.9'", + "jsonschema==4.25.0 ; python_full_version >= '3.9'", "jsonschema-specifications==2025.4.1 ; python_full_version >= '3.9'", "packaging==25.0 ; python_full_version >= '3.8'", "python-dateutil==2.9.0.post0 ; python_full_version >= '2.7'", diff --git a/requirements.txt b/requirements.txt index 20c0ca4..0e7a4e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ drf-spectacular-sidecar==2025.7.1; python_version >= '3.6' faker==37.4.0; python_version >= '3.9' gunicorn==23.0.0; python_version >= '3.7' inflection==0.5.1; python_version >= '3.5' -jsonschema==4.24.0; python_version >= '3.9' +jsonschema==4.25.0; python_version >= '3.9' jsonschema-specifications==2025.4.1; python_version >= '3.9' packaging==25.0; python_version >= '3.8' python-dotenv==1.1.1; python_version >= '3.9'