Skip to content

Commit

Permalink
build(deps): bump the django group across 1 directory with 9 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [django-filter](https://github.com/carltongibson/django-filter), [django-cors-headers](https://github.com/adamchainz/django-cors-headers), [django-environ](https://github.com/joke2k/django-environ), [django](https://github.com/django/django), [django-tiptap](), [djangorestframework](https://github.com/encode/django-rest-framework), [django-graphql-jwt](https://github.com/flavors/django-graphql-jwt), [django-anymail[amazon_ses]](https://github.com/anymail/django-anymail) and [django-storages[boto3]](https://github.com/jschneier/django-storages) to permit the latest version.

Updates `django-filter` from 22.1 to 25.1
- [Release notes](https://github.com/carltongibson/django-filter/releases)
- [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst)
- [Commits](carltongibson/django-filter@22.1...25.1)

Updates `django-cors-headers` from 4.4.0 to 4.7.0
- [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst)
- [Commits](adamchainz/django-cors-headers@4.4.0...4.7.0)

Updates `django-environ` from 0.11.2 to 0.12.0
- [Release notes](https://github.com/joke2k/django-environ/releases)
- [Changelog](https://github.com/joke2k/django-environ/blob/main/CHANGELOG.rst)
- [Commits](joke2k/django-environ@v0.11.2...v0.12.0)

Updates `django` to 5.1.6
- [Commits](django/django@1.0...5.1.6)

Updates `django-tiptap` from 0.0.10 to 0.0.18

Updates `djangorestframework` from 3.15.1 to 3.15.2
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.15.1...3.15.2)

Updates `django-graphql-jwt` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/flavors/django-graphql-jwt/releases)
- [Changelog](https://github.com/flavors/django-graphql-jwt/blob/main/CHANGELOG.rst)
- [Commits](flavors/django-graphql-jwt@0.3.0...0.4.0)

Updates `django-anymail[amazon_ses]` from 11.0.1 to 12.0
- [Release notes](https://github.com/anymail/django-anymail/releases)
- [Changelog](https://github.com/anymail/django-anymail/blob/main/CHANGELOG.rst)
- [Commits](anymail/django-anymail@v11.0.1...v12.0)

Updates `django-storages[boto3]` from 1.14.4 to 1.14.5
- [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst)
- [Commits](jschneier/django-storages@1.14.4...1.14.5)

---
updated-dependencies:
- dependency-name: django-filter
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: django
- dependency-name: django-cors-headers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: django
- dependency-name: django-environ
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: django
- dependency-name: django
  dependency-type: direct:production
  dependency-group: django
- dependency-name: django-tiptap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: django
- dependency-name: djangorestframework
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: django
- dependency-name: django-graphql-jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: django
- dependency-name: django-anymail[amazon_ses]
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: django
- dependency-name: django-storages[boto3]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: django
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2025
1 parent 0163ea0 commit 9755e3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ django-autoslug==1.9.9
shortuuid>=1.0.1

# Filtering
django-filter==22.1
django-filter==25.1

# Something to do with images
Pillow>=8.1.2

# Cors
django-cors-headers==4.4.0
django-cors-headers==4.7.0

# Admin confirmation messages
django-admin-confirm==1.0.0
Expand All @@ -22,7 +22,7 @@ django-admin-confirm==1.0.0
django-configurations==2.5.1

# Django config
django-environ==0.11.2 # https://github.com/joke2k/django-environ
django-environ==0.12.0 # https://github.com/joke2k/django-environ

# Spreadsheet generation
xlsxwriter>=3.2.0
Expand All @@ -36,13 +36,13 @@ psycopg2==2.9.10 # https://github.com/psycopg/psycopg2

#=== Django core ===#

django<4.0.0
django<6.0.0

#=== Django Extras ===#

django-guardian==2.4.0 # https://github.com/django-guardian/django-guardian
django_tiptap==0.0.10 # https://github.com/django-tiptap/django_tiptap
djangorestframework==3.15.1 # https://www.django-rest-framework.org
django_tiptap==0.0.18 # https://github.com/django-tiptap/django_tiptap
djangorestframework==3.15.2 # https://www.django-rest-framework.org
django-nonrelated-inlines==0.2

#=== GQL core ===#
Expand All @@ -54,7 +54,7 @@ graphene-django==2.15.0

django-graphql-auth==0.3.16
# These are apparently a package deal atm so we need both
django-graphql-jwt==0.3.0
django-graphql-jwt==0.4.0
PyJWT==1.7.0
pydantic==2.10.6

Expand All @@ -68,7 +68,7 @@ sentry-sdk==2.22.0
whitenoise==6.9.0 # https://github.com/evansd/whitenoise

#=== Email ===#
django-anymail[amazon_ses]==11.0.1 # https://github.com/anymail/django-anymail
django-anymail[amazon_ses]==12.0 # https://github.com/anymail/django-anymail
django-inlinecss==0.3.0

#=== Timezones ===#
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ gunicorn==23.0.0

# Django
# ------------------------------------------------------------------------------
django-storages[boto3]==1.14.4 # https://github.com/jschneier/django-storages
django-storages[boto3]==1.14.5 # https://github.com/jschneier/django-storages

0 comments on commit 9755e3d

Please sign in to comment.