Skip to content

Commit ab1a355

Browse files
committed
Bulk update packages.
Updates a few packages in bulk.
1 parent 20fc9b0 commit ab1a355

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
55
# Ruff version.
6-
rev: v0.2.2
6+
rev: v0.5.2
77
hooks:
88
# Run the linter.
99
- id: ruff

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ whitenoise==6.5.0
1111

1212
django-filter==23.5
1313
django-extensions==3.2.3
14-
django-cors-headers==4.3.1
14+
django-cors-headers==4.4.0
1515
django-storages==1.14.2
1616

1717
drf-jwt==1.19.2
1818

19-
boto3==1.34.44
19+
boto3==1.34.144
2020
attrs==23.2.0
2121

2222
gunicorn==22.0.0

requirements/local.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ factory-boy==3.3.0
77
Faker==25.3.0
88

99
ipdb==0.13.13
10-
ipython==8.10.0
10+
ipython==8.26.0
1111

12-
django-debug-toolbar==4.3.0
12+
django-debug-toolbar==4.4.6
1313

14-
mypy==1.10.0
14+
mypy==1.10.1
1515

1616
django-stubs==5.0.2
1717
djangorestframework-stubs==3.15.0
18-
boto3-stubs==1.34.48
18+
boto3-stubs==1.34.144
1919

20-
ruff==0.2.2
20+
ruff==0.5.2
2121
pre-commit==3.7.1

0 commit comments

Comments
 (0)