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

Commit

Permalink
Merge 3b7b8c8 into 5e8072f
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 11, 2020
2 parents 5e8072f + 3b7b8c8 commit 4b14685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample_project/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto==2.46.1
Django==1.9.13
Django==1.11.28
django-webpacker==0.1.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
install_requires=[
"Django>=1.6.0,<1.10",
"Django>=1.6.0,<1.12",
'boto'
],
)

0 comments on commit 4b14685

Please sign in to comment.