File tree Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
- default_language_version :
2
- python : python3.10.2
3
-
4
1
repos :
5
2
- repo : https://github.com/pycqa/flake8
6
- rev : 5 .0.4
3
+ rev : 6 .0.0
7
4
hooks :
8
5
- id : flake8
9
6
name : flake8
10
7
11
8
- repo : https://github.com/pycqa/isort
12
- rev : 5.10.1
9
+ rev : 5.12.0
13
10
hooks :
14
11
- id : isort
15
12
name : isort
16
13
args : [--check]
17
14
18
15
- repo : https://github.com/psf/black
19
- rev : 22.10 .0
16
+ rev : 23.1 .0
20
17
hooks :
21
18
- id : black
22
19
name : black
Original file line number Diff line number Diff line change 1
- Django==4.1.3
1
+ Django==4.1.6
2
2
django-environ==0.9.0
3
3
psycopg2==2.9.5
4
4
djangorestframework==3.14.0
@@ -7,7 +7,7 @@ celery==5.2.7
7
7
django-celery-results==2.4.0
8
8
django-celery-beat==2.4.0
9
9
10
- whitenoise==6.2 .0
10
+ whitenoise==6.3 .0
11
11
12
12
django-filter==22.1
13
13
django-extensions==3.2.1
@@ -20,4 +20,4 @@ boto3==1.26.0
20
20
attrs==22.1.0
21
21
22
22
gunicorn==20.1.0
23
- sentry-sdk==1.10.1
23
+ sentry-sdk==1.14.0
Original file line number Diff line number Diff line change 1
1
-r base.txt
2
2
3
- pytest==7.2.0
3
+ pytest==7.2.1
4
4
pytest-django==4.5.2
5
5
6
6
factory-boy==3.2.1
@@ -18,4 +18,4 @@ boto3-stubs==1.26.41
18
18
flake8==6.0.0
19
19
isort==5.10.1
20
20
black==22.10.0
21
- pre-commit==2.20.0
21
+ pre-commit==3.0.2
You can’t perform that action at this time.
0 commit comments