Skip to content

Commit

Permalink
Bump django from 3.1.1 to 3.1.6 (#175)
Browse files Browse the repository at this point in the history
* Bump django from 3.1.1 to 3.1.6

Bumps [django](https://github.com/django/django) from 3.1.1 to 3.1.6.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@3.1.1...3.1.6)

Signed-off-by: dependabot[bot] <[email protected]>

* Upgrade Django

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Dworschak <[email protected]>
  • Loading branch information
dependabot[bot] and stefdworschak authored Mar 19, 2021
1 parent 1240039 commit dae2469
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 52 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ requests = "==2.24.0"
requests-oauthlib = "==1.3.0"
sqlparse = "==0.3.1"
urllib3 = "==1.25.10"
Django = "==3.1.1"
Django = "==3.1.6"
dj-database-url = "==0.5.0"

[requires]
Expand Down
89 changes: 39 additions & 50 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defusedxml==0.6.0
distlib==0.3.0
distro==1.4.0
dj-database-url==0.5.0
Django==3.1.3
Django==3.1.6
django-allauth==0.42.0
django-crispy-forms==1.9.2
django-extensions==3.1.0
Expand Down

0 comments on commit dae2469

Please sign in to comment.