From 7f7f8c00f156357725d8f5f56f1120349cf1bc33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 16:05:14 +0000 Subject: [PATCH] Update jsonschema requirement in the python-packages group Updates the requirements on [jsonschema](https://github.com/python-jsonschema/jsonschema) to permit the latest version. Updates `jsonschema` 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 dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ad57774..ed4a273 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ gunicorn==23.0.* Django==4.2.* sentry-sdk==2.* django-tailwind==3.6.* -jsonschema==4.24.* +jsonschema==4.25.* semver==3.0.* django-admin-autocomplete-filter==0.7.* pygments==2.19.*