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 7 updates #838

Closed
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
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.5.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.9.2

Expand All @@ -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 ===#
Expand Down
Loading