Skip to content

Commit 029a692

Browse files
authored
Merge pull request #356 from HackSoftware/dependencies
Bump dependencies
2 parents d036e95 + 2a17da4 commit 029a692

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ django-celery-beat==2.4.0
99

1010
whitenoise==6.3.0
1111

12-
django-filter==22.1
12+
django-filter==23.2
1313
django-extensions==3.2.1
1414
django-cors-headers==3.13.0
1515
django-storages==1.13.1

requirements/local.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ pytest==7.2.1
44
pytest-django==4.5.2
55

66
factory-boy==3.2.1
7-
Faker==15.1.1
7+
Faker==18.6.0
88

99
ipdb==0.13.11
1010
ipython==8.10.0
1111

1212
django-debug-toolbar==3.8.1
1313

14-
mypy==1.0.1
14+
mypy==1.2.0
1515

1616
django-stubs==1.14.0
1717
djangorestframework-stubs==1.8.0
1818
boto3-stubs==1.26.81
1919

2020
flake8==6.0.0
21-
isort==5.10.1
21+
isort==5.12.0
2222
black==23.1.0
23-
pre-commit==3.0.2
23+
pre-commit==3.2.2

0 commit comments

Comments
 (0)