Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the django group across 1 directory with 9 updates #917

Open
wants to merge 1 commit into
base: dependabot/dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading