From e6f20bd67eb92dce6816a2f8c25ef6790b757043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:22:45 +0000 Subject: [PATCH] Bump the patch-updates group across 1 directory with 4 updates Bumps the patch-updates group with 4 updates in the / directory: [django](https://github.com/django/django), [django-storages](https://github.com/jschneier/django-storages), [django-otp](https://github.com/django-otp/django-otp) and [boto3](https://github.com/boto/boto3). Updates `django` from 5.1.2 to 5.1.4 - [Commits](https://github.com/django/django/compare/5.1.2...5.1.4) Updates `django-storages` from 1.14.3 to 1.14.4 - [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jschneier/django-storages/compare/1.14.3...1.14.4) Updates `django-otp` from 1.5.1 to 1.5.4 - [Changelog](https://github.com/django-otp/django-otp/blob/master/CHANGES.rst) - [Commits](https://github.com/django-otp/django-otp/compare/v1.5.1...v1.5.4) Updates `boto3` from 1.35.62 to 1.35.92 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.62...1.35.92) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: django-storages dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: django-otp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 05af81105..4b6fd1002 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ license = {file = "LICENSE.md"} requires-python = ">=3.13,<3.14" dependencies = [ - "Django==5.1.2", + "Django==5.1.4", "django-localflavor==4.0", "djangorestframework==3.15.2", "django-ical==1.9.2", @@ -22,13 +22,13 @@ dependencies = [ "django-admin-autocomplete-filter==0.7.1", "django-bootstrap5~=22.1", "django-tinymce==4.1.0", - "django-storages==1.14.3", + "django-storages==1.14.4", "django-drf-filepond==0.5.0", "django-filepond-widget==0.9.0", "django-thumbnails==0.8.0", "django-ratelimit==4.1.0", "django-sass-processor==1.4.1", - "django-otp==1.5.1", + "django-otp==1.5.4", "django-formtools==2.5.1", "django-two-factor-auth[webauthn,phonenumbers]~=1.16.0", "bleach[css]~=6.1.0", @@ -39,7 +39,7 @@ dependencies = [ "google-api-python-client==2.118.0", "sentry-sdk~=2.12.0", "beautifulsoup4~=4.11.1", - "boto3==1.35.62", + "boto3==1.35.92", "gunicorn==22.0.0", "qrcode[pil]~=7.4.2", "freezegun==1.5.1",