Skip to content

Commit 908fe77

Browse files
heysamtexasclaude
andcommitted
deps: update dependencies to latest versions
- asgiref: 3.8.1 → 3.9.1 (minor update with performance improvements) - Django: 5.2.3 → 5.2.4 (patch update with bug fixes and security improvements) - django-allauth[mfa]: 65.9.0 → 65.10.0 (minor update with new features and fixes) - ruff: 0.12.0 → 0.12.3 (patch update with linting improvements) - typing-extensions: 4.14.0 → 4.14.1 (patch update with typing improvements) All tests pass and linting succeeds with updated dependencies. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a1da061 commit 908fe77

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ description = "Django Reference Implementation, a boilerplate Django project."
1212
version = "0.1.3"
1313
requires-python = ">=3.12"
1414
dependencies = [
15-
"asgiref==3.8.1",
15+
"asgiref==3.9.1",
1616
"certifi==2025.6.15",
1717
"charset-normalizer==3.4.2",
1818
"django-environ==0.12.0",
19-
"Django==5.2.3",
20-
"django-allauth[mfa]==65.9.0",
19+
"Django==5.2.4",
20+
"django-allauth[mfa]==65.10.0",
2121
"django-bootstrap5==25.1",
2222
"django-solo==2.4.0",
2323
"gunicorn==23.0.0",
@@ -27,15 +27,15 @@ dependencies = [
2727
"pytz==2025.2",
2828
"requests==2.32.4",
2929
"sqlparse==0.5.3",
30-
"typing_extensions==4.14.0",
30+
"typing_extensions==4.14.1",
3131
"urllib3==2.5.0",
3232
"whitenoise==6.9.0",
3333
"PyJWT==2.10.1",
3434
]
3535

3636
[project.optional-dependencies]
3737
dev = [
38-
"ruff==0.12.0",
38+
"ruff==0.12.3",
3939
"pre-commit==4.2.0",
4040
"commitizen>=3.0.0",
4141
]

uv.lock

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)