From c312d76c0e519458cdfd6a0a2a7975fbd9326873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 00:46:46 +0000 Subject: [PATCH] Bump the python-packages group with 2 updates Updates the requirements on [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) and [sorl-thumbnail](https://github.com/jazzband/sorl-thumbnail) to permit the latest version. Updates `django-debug-toolbar` to 6.2.0 - [Release notes](https://github.com/django-commons/django-debug-toolbar/releases) - [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst) - [Commits](https://github.com/django-commons/django-debug-toolbar/compare/2.2...6.2.0) Updates `sorl-thumbnail` to 13.0.0 - [Release notes](https://github.com/jazzband/sorl-thumbnail/releases) - [Changelog](https://github.com/jazzband/sorl-thumbnail/blob/master/CHANGES.rst) - [Commits](https://github.com/jazzband/sorl-thumbnail/compare/12.10.0...13.0.0) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-version: 6.2.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: sorl-thumbnail dependency-version: 13.0.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 09e04c4..dd1cc6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ django-oscar==4.1 # development -django-debug-toolbar>=2.2,<6.2 +django-debug-toolbar>=2.2,<6.3 django-extensions>=2.2,<4.2 psycopg2-binary>=2.8,<2.10 @@ -28,5 +28,5 @@ ipython>=7.12,<10 # Country data pycountry -sorl-thumbnail>=12.10.0,<13.0.0 +sorl-thumbnail>=12.10.0,<14.0.0 easy-thumbnails>=2.9,<3.0