Skip to content

Commit

Permalink
Bump the patch-updates group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
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](django/django@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](jschneier/django-storages@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](django-otp/django-otp@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](boto/boto3@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent dfe89ea commit e6f20bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit e6f20bd

Please sign in to comment.