Skip to content

Commit 344fc1f

Browse files
committed
Upgrade Django and protect against supply chain attacks with a 7 day cooldown
1 parent e5214ab commit 344fc1f

2 files changed

Lines changed: 202 additions & 180 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ dev = [
6161
"ruff>=0.13.1",
6262
]
6363

64+
[tool.uv]
65+
exclude-newer = "7 days"
66+
exclude-newer-package = { django = false }
67+
68+
6469
[tool.pytest.ini_options]
6570
norecursedirs = ".venv ve ve3 static media .git node_modules"
6671
DJANGO_SETTINGS_MODULE="www.test_settings"

0 commit comments

Comments
 (0)