Skip to content

Commit 787b36e

Browse files
Bump djangorestframework from 3.8.2 to 3.11.2
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.8.2 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](encode/django-rest-framework@3.8.2...3.11.2) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 213acd4 commit 787b36e

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ chardet = "==3.0.4"
1010
idna = "==2.7"
1111
python-decouple = "==3.1"
1212
"urllib3" = "==1.23"
13-
djangorestframework = "==3.8.2"
13+
djangorestframework = "==3.11.2"
1414
pytz = "==2018.5"
1515
Django = "==2.1.1"
1616

Pipfile.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
-i https://pypi.org/simple/
12
certifi==2018.4.16
23
chardet==3.0.4
3-
Django==2.1.1
4-
djangorestframework==3.8.2
4+
django==2.1.1
5+
djangorestframework==3.11.2
56
idna==2.7
67
python-decouple==3.1
78
pytz==2018.5

0 commit comments

Comments
 (0)