From a4bdbdb4468d5e9b10059f0f3832a0bfef9bc868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 08:08:42 +0000 Subject: [PATCH] build(deps): bump the django group across 1 directory with 7 updates 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](https://github.com/carltongibson/django-filter/compare/22.1...24.3) Updates `django-cors-headers` from 4.4.0 to 4.5.0 - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.4.0...4.5.0) Updates `django` to 5.1.2 - [Commits](https://github.com/django/django/compare/1.0...5.1.2) 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](https://github.com/encode/django-rest-framework/compare/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](https://github.com/flavors/django-graphql-jwt/compare/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](https://github.com/anymail/django-anymail/compare/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] --- requirements/base.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 261fb774..d8cf77c3 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -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.5.0 # Admin confirmation messages django-admin-confirm==1.0.0 @@ -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 ===# @@ -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.9.2 @@ -68,7 +68,7 @@ sentry-sdk==2.17.0 whitenoise==6.8.1 # 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 ===#