We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a3cf9 commit 8298886Copy full SHA for 8298886
pyproject.toml
@@ -13,12 +13,12 @@ version = "0.1.4"
13
requires-python = ">=3.12"
14
dependencies = [
15
"asgiref==3.9.1",
16
- "certifi==2025.6.15",
17
- "charset-normalizer==3.4.2",
+ "certifi==2025.8.3",
+ "charset-normalizer==3.4.3",
18
"django-environ==0.12.0",
19
- "Django==5.2.4",
+ "Django==5.2.5",
20
"django-allauth[mfa]==65.10.0",
21
- "django-bootstrap5==25.1",
+ "django-bootstrap5==25.2",
22
"django-solo==2.4.0",
23
"gunicorn==23.0.0",
24
"idna==3.10",
@@ -35,8 +35,8 @@ dependencies = [
35
36
[project.optional-dependencies]
37
dev = [
38
- "ruff==0.12.3",
39
- "pre-commit==4.2.0",
+ "ruff==0.12.8",
+ "pre-commit==4.3.0",
40
"commitizen>=3.0.0",
41
]
42
0 commit comments