Skip to content

pyup: Scheduled weekly dependency update for week 36 #6158

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

Merged
merged 4 commits into from
Sep 9, 2019
Merged
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
8 changes: 4 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Base packages
pip==19.2.3
appdirs==1.4.3
virtualenv==16.7.4
virtualenv==16.7.5

django==1.11.24 # pyup: <1.12
django-extensions==2.2.1
django_polymorphic==2.1.2

djangorestframework==3.10.2
djangorestframework==3.10.3

# For intersphinx during builds
# Use <2.x until we fix some issues in our theme.
Expand All @@ -17,7 +17,7 @@ Sphinx==1.8.5 # pyup: <2.0.0
# Filtering for the REST API
django-filter==2.2.0

drf-flex-fields==0.5.0
drf-flex-fields==0.6.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the changelog

Moves declaration of expandable_fields to Meta class on serialzer for consistency with DRF (will continue to support declaration as class property)

We should update those fields, I'm creating a new issue to track that

drf-extensions==0.5.0

django-vanilla-views==1.0.6
Expand Down Expand Up @@ -92,7 +92,7 @@ django-textclassifier==1.0
nltk==3.4.5
textblob==0.15.3

django-annoying==0.10.4
django-annoying==0.10.5
django-messages-extends==0.6.0
djangorestframework-jsonp==1.0.2
django-taggit==1.1.0
Expand Down