Skip to content

Commit

Permalink
build(deps): bump the django group across 1 directory with 7 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](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) and [django-anymail[amazon_ses]](https://github.com/anymail/django-anymail) to permit the latest version.

Updates `django-filter` from 22.1 to 24.3
- [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...24.3)

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

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

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)

---
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
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 26, 2024
1 parent b9538ad commit 9cadf28
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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==24.3

# Something to do with images
Pillow>=8.1.2

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

# Admin confirmation messages
django-admin-confirm==1.0.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.3

Expand All @@ -68,7 +68,7 @@ sentry-sdk==2.19.2
whitenoise==6.8.2 # 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

0 comments on commit 9cadf28

Please sign in to comment.