Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #201 from freedomofpress/upgrade-django-security
Browse files Browse the repository at this point in the history
Upgrade django to 2.1.10
  • Loading branch information
harrislapiroff committed Jul 12, 2019
2 parents 58e36e3 + e0bcd14 commit cdc3a84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion securethenews/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ django-storages[boto3,google]==1.7.1
django-taggit==0.23.0
django-treebeard==4.3
django-webpack-loader==0.6.0
django==2.1.7
django==2.1.10
djangorestframework==3.9.1
docopt==0.6.2
docutils==0.14
Expand Down
2 changes: 1 addition & 1 deletion securethenews/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django>=2.1,<2.2
Django>=2.1.10,<2.2
django-analytical>=2.5,<2.6
django-cors-headers
django-crispy-forms>=1.7.2
Expand Down
2 changes: 1 addition & 1 deletion securethenews/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ django-storages[boto3,google]==1.7.1
django-taggit==0.23.0 # via wagtail
django-treebeard==4.3 # via wagtail
django-webpack-loader==0.6.0
django==2.1.7
django==2.1.10
djangorestframework==3.9.1 # via wagtail
docopt==0.6.2 # via pshtt
docutils==0.14 # via botocore
Expand Down

0 comments on commit cdc3a84

Please sign in to comment.