From 8544a47e8ceeccaff792a32827ed559ff0db1486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 15:54:19 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 2 updates Updates the requirements on [sentry-sdk](https://github.com/getsentry/sentry-python) and [jsonschema](https://github.com/python-jsonschema/jsonschema) to permit the latest version. Updates `sentry-sdk` to 2.29.1 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.27.0...2.29.1) Updates `jsonschema` 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: sentry-sdk dependency-version: 2.29.1 dependency-type: direct:production dependency-group: python-packages - dependency-name: jsonschema dependency-version: 4.24.0 dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b2830c7..678a6d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ gunicorn==23.0.* Django==4.2.* -sentry-sdk==2.27.* +sentry-sdk==2.29.* django-tailwind==3.6.* -jsonschema==4.23.* +jsonschema==4.24.* semver==3.0.* django-admin-autocomplete-filter==0.7.* pygments==2.19.*