Skip to content

Commit b59c421

Browse files
Bump django from 3.1.6 to 3.1.12
Bumps [django](https://github.com/django/django) from 3.1.6 to 3.1.12. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@3.1.6...3.1.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5e3c1b3 commit b59c421

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
@@ -1,6 +1,6 @@
11
beautifulsoup4>=4.9.2
22
colorama>=0.4.3
3-
Django==3.1.6
3+
Django==3.1.12
44
waitress==1.4.4
55
django-autocomplete-light==3.5.1
66
django-extensions==3.0.9

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
package_data={'data'},
2323
scripts=['yapo.py', 'manage.py', 'yapo-maintenance.py'],
2424
python_requires='>=3.7',
25-
install_requires=['asgiref>=3.2.10', 'beautifulsoup4>=4.9.2', 'colorama>=0.4.3', 'dj_static', 'django==3.1.6',
25+
install_requires=['asgiref>=3.2.10', 'beautifulsoup4>=4.9.2', 'colorama>=0.4.3', 'dj_static', 'django==3.1.12',
2626
'django-autocomplete-light==3.5.1', 'django-extensions==3.0.9', 'django-mptt==0.11.0',
2727
'djangorestframework==3.12.1', 'dload>=0.6', 'html5lib>=1.1', 'jinja2>=2.11.2',
2828
'numpy>=1.19.2', 'parsedatetime>=2.6', 'pillow>=7.2.0', 'pillow-pil>=0.1.dev0',

0 commit comments

Comments
 (0)