File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
{{cookiecutter.project_slug}} Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ default_stages: [commit]
33
44repos :
55 - repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v4.1 .0
6+ rev : v4.4 .0
77 hooks :
88 - id : check-merge-conflict
99 - id : check-docstring-first
@@ -20,17 +20,17 @@ repos:
2020 - id : isort
2121
2222 - repo : https://github.com/psf/black
23- rev : 21.12b0
23+ rev : 22.10.0
2424 hooks :
2525 - id : black
2626
2727 - repo : https://github.com/pycqa/flake8
28- rev : 4 .0.1
28+ rev : 6 .0.0
2929 hooks :
3030 - id : flake8
3131
3232 - repo : https://github.com/asottile/pyupgrade
33- rev : v2.31 .0
33+ rev : v3.3 .0
3434 hooks :
3535 - id : pyupgrade
3636 args : [--py39-plus]
Original file line number Diff line number Diff line change 1- from python:3.8 -bullseye
1+ from python:3.11 -bullseye
22
33# Section 2- Python Interpreter Flags
44ENV PYTHONUNBUFFERED 1
Original file line number Diff line number Diff line change 11Django == 3.2.16
22django-cors-headers == 3.11.0
3- django-filter == 21 .1
4- djangorestframework == 3.13.1
3+ django-filter == 22 .1
4+ djangorestframework == 3.14.0
55djangorestframework-simplejwt == 4.8.0
66djoser == 2.1.0
77dj-database-url == 0.5.0
8- drf-yasg == 1.20.0
8+ drf-yasg == 1.21.4
99gunicorn == 20.1.0
10- psycopg2-binary == 2.9.3
10+ psycopg2-binary == 2.9.5
1111python-decouple == 3.6
1212whitenoise == 6.2.0
You can’t perform that action at this time.
0 commit comments