Skip to content

Commit 72b742a

Browse files
committed
Update Python dependencies
1 parent e3f4ea2 commit 72b742a

File tree

3 files changed

+92
-92
lines changed

3 files changed

+92
-92
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: trailing-whitespace
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.11.0
12+
rev: v0.11.2
1313
hooks:
1414
- id: ruff
1515
name: ruff lint

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ dependencies = [
1111
"Django==5.2b1",
1212
"django-admin-interface==0.29.4",
1313
"django-click==2.4.1",
14-
"django-debug-toolbar==5.0.1",
15-
"django-dirtyfields==1.9.6",
14+
"django-debug-toolbar==5.1.0",
15+
"django-dirtyfields==1.9.7",
1616
"django-environ==0.12",
1717
"django-extensions",
1818
"django-filter==25.1",
@@ -26,7 +26,7 @@ dependencies = [
2626
# https://docs.djangoproject.com/en/dev/releases/4.2/#psycopg-3-support
2727
"psycopg[binary]==3.2.6",
2828
"rich==13.9.4",
29-
"sentry-sdk==2.23.1",
29+
"sentry-sdk==2.24.1",
3030
"uuid7==0.1",
3131
"whitenoise==6.9.0",
3232
]
@@ -39,10 +39,10 @@ dev = [
3939
"wat-inspector==0.4.3",
4040
# Formatters
4141
# Used by Django's find_formatters and run_formatters (with a monkey patch)
42-
"ruff==0.11.0",
42+
"ruff==0.11.2",
4343
"django-upgrade==1.23.1",
4444
# Quality check
45-
"pre-commit==4.1.0",
45+
"pre-commit==4.2.0",
4646
# Testing
4747
"factory-boy==3.3.3",
4848
"parameterized==0.9",

0 commit comments

Comments
 (0)