Commit 85c32bc
committed
chore(django5): pin dependencies to prevent drift
Use compatible release operator (~=) to pin major.minor versions while
allowing patch updates:
- django~=5.2.7
- uvicorn[standard]~=0.38.0
- pytest~=8.4.2
- pytest-asyncio~=1.2.0
- pytest-django~=4.11.1
- httpx~=0.28.1
Prevents accidental behavior changes from minor version bumps while
still getting security patches.1 parent f4948bc commit 85c32bc
2 files changed
+12
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments