Skip to content

Commit 287634d

Browse files
Bump django from 3.1.8 to 3.1.12 (#190)
* Bump django from 3.1.8 to 3.1.12 Bumps [django](https://github.com/django/django) from 3.1.8 to 3.1.12. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@3.1.8...3.1.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Updating requirements as well Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Dworschak <stef.dworschak@gmail.com>
1 parent 4cc460a commit 287634d

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ requests = "==2.24.0"
2525
requests-oauthlib = "==1.3.0"
2626
sqlparse = "==0.3.1"
2727
urllib3 = "==1.25.10"
28-
Django = "==3.1.8"
28+
Django = "==3.1.12"
2929
dj-database-url = "==0.5.0"
3030

3131
[requires]

Pipfile.lock

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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defusedxml==0.6.0
1111
distlib==0.3.0
1212
distro==1.4.0
1313
dj-database-url==0.5.0
14-
Django==3.1.8
14+
Django==3.1.12
1515
django-allauth==0.42.0
1616
django-crispy-forms==1.9.2
1717
django-extensions==3.1.0

0 commit comments

Comments
 (0)