Skip to content

Commit e375290

Browse files
committed
updated requirements
1 parent a52caa5 commit e375290

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_stages: [commit]
33

44
repos:
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]

{{cookiecutter.project_slug}}/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from python:3.8-bullseye
1+
from python:3.11-bullseye
22

33
# Section 2- Python Interpreter Flags
44
ENV PYTHONUNBUFFERED 1
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Django==3.2.16
22
django-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
55
djangorestframework-simplejwt==4.8.0
66
djoser==2.1.0
77
dj-database-url==0.5.0
8-
drf-yasg==1.20.0
8+
drf-yasg==1.21.4
99
gunicorn==20.1.0
10-
psycopg2-binary==2.9.3
10+
psycopg2-binary==2.9.5
1111
python-decouple==3.6
1212
whitenoise==6.2.0

0 commit comments

Comments
 (0)