Skip to content

Commit 697fdbb

Browse files
Bump django from 2.2.12 to 2.2.13 (#2493)
Bumps [django](https://github.com/django/django) from 2.2.12 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@2.2.12...2.2.13) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de98f28 commit 697fdbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ git+https://github.com/DefectDojo/django-tastypie-swagger.git@c7c5629480dc20cadd
2121
django-tastypie==0.14.2
2222
django-watson==1.5.5
2323
django-prometheus==2.0.0
24-
Django==2.2.12
24+
Django==2.2.13
2525
djangorestframework==3.11.0
2626
gunicorn==20.0.4
2727
html2text==2020.1.16

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
description="Tool for managing vulnerability engagements",
1010
install_requires=[
1111
'defusedxml',
12-
'Django==2.2.12',
12+
'Django==2.2.13',
1313
'django-auditlog==0.4.0',
1414
'django-custom-field',
1515
'django-filter==1.0.4',

0 commit comments

Comments
 (0)