From 806dac94567ad40f7c7481773267a4a1313cfcd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:39:16 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 2 updates Bumps the python-packages group with 2 updates in the / directory: [django](https://github.com/django/django) and [whitenoise](https://github.com/evansd/whitenoise). Updates `django` from 5.1.2 to 5.1.3 - [Commits](https://github.com/django/django/compare/5.1.2...5.1.3) Updates `whitenoise` from 6.8.0 to 6.8.2 - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.8.0...6.8.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-patch 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 d9d07a9..67c6032 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ dj-database-url==2.3.0 django-proxy==1.3.0 django-sql-dashboard==1.2 django-test-plus==2.2.4 -Django==5.1.2 +Django==5.1.3 factory-boy==3.3.1 gunicorn==23.0.0 html5lib==1.1 @@ -19,7 +19,7 @@ pytest==8.3.3 raven>=3 requests==2.32.3 SQLAlchemy>=1.3.0 -whitenoise==6.8.0 +whitenoise==6.8.2 Markdown==3.7 django-hosts==6.0 pyspellchecker==0.8.1 \ No newline at end of file