Skip to content

Commit

Permalink
Bump the patch-updates group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
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](django/django@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](django-otp/django-otp@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](yaml/pyyaml@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 2c3a429 commit 71efa21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "AGPL-3.0-or-later"
requires-python = ">=3.13,<3.14"

dependencies = [
"Django==5.1.1",
"Django==5.1.3",
"django-localflavor==4.0",
"djangorestframework==3.15.2",
"django-ical==1.9.2",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 71efa21

Please sign in to comment.