From 84525d06b7692598c784ab30142646ef1a35c7a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:02:51 +0000 Subject: [PATCH] Bump the patch-updates group across 1 directory with 3 updates Bumps the patch-updates group with 3 updates in the / directory: [django](https://github.com/django/django), [django-otp](https://github.com/django-otp/django-otp) and [pyyaml](https://github.com/yaml/pyyaml). Updates `django` from 5.1.1 to 5.1.3 - [Commits](https://github.com/django/django/compare/5.1.1...5.1.3) 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 `pyyaml` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2) --- updated-dependencies: - dependency-name: django 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: pyyaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9f3d3a0d3..d91539804 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.3", "django-localflavor==4.0", "djangorestframework==3.15.2", "django-ical==1.9.2", @@ -28,7 +28,7 @@ dependencies = [ "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", @@ -44,7 +44,7 @@ dependencies = [ "qrcode[pil]~=7.4.2", "freezegun==1.5.1", "celery[redis]~=5.3.6", - "PyYAML==6.0.1", + "PyYAML==6.0.2", "inflection~=0.5.1", "uritemplate~=4.1.1", "puremagic~=1.27",