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

Commit 2873522

Browse files
Bump django from 1.9.13 to 1.11.23
Bumps [django](https://github.com/django/django) from 1.9.13 to 1.11.23. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@1.9.13...1.11.23) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5e8072f commit 2873522

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sample_project/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
boto==2.46.1
2-
Django==1.9.13
2+
Django==1.11.23
33
django-webpacker==0.1.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
4646
],
4747
install_requires=[
48-
"Django>=1.6.0,<1.10",
48+
"Django>=1.6.0,<1.12",
4949
'boto'
5050
],
5151
)

0 commit comments

Comments
 (0)