Skip to content

Commit 6673794

Browse files
authored
Merge pull request #326 from HackSoftware/dependencies
Bump dependencies
2 parents 659d0c5 + af50e96 commit 6673794

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
1-
default_language_version:
2-
python: python3.10.2
3-
41
repos:
52
- repo: https://github.com/pycqa/flake8
6-
rev: 5.0.4
3+
rev: 6.0.0
74
hooks:
85
- id: flake8
96
name: flake8
107

118
- repo: https://github.com/pycqa/isort
12-
rev: 5.10.1
9+
rev: 5.12.0
1310
hooks:
1411
- id: isort
1512
name: isort
1613
args: [--check]
1714

1815
- repo: https://github.com/psf/black
19-
rev: 22.10.0
16+
rev: 23.1.0
2017
hooks:
2118
- id: black
2219
name: black

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==4.1.3
1+
Django==4.1.6
22
django-environ==0.9.0
33
psycopg2==2.9.5
44
djangorestframework==3.14.0
@@ -7,7 +7,7 @@ celery==5.2.7
77
django-celery-results==2.4.0
88
django-celery-beat==2.4.0
99

10-
whitenoise==6.2.0
10+
whitenoise==6.3.0
1111

1212
django-filter==22.1
1313
django-extensions==3.2.1
@@ -20,4 +20,4 @@ boto3==1.26.0
2020
attrs==22.1.0
2121

2222
gunicorn==20.1.0
23-
sentry-sdk==1.10.1
23+
sentry-sdk==1.14.0

requirements/local.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r base.txt
22

3-
pytest==7.2.0
3+
pytest==7.2.1
44
pytest-django==4.5.2
55

66
factory-boy==3.2.1
@@ -18,4 +18,4 @@ boto3-stubs==1.26.41
1818
flake8==6.0.0
1919
isort==5.10.1
2020
black==22.10.0
21-
pre-commit==2.20.0
21+
pre-commit==3.0.2

0 commit comments

Comments
 (0)