Skip to content

Commit 5527d1f

Browse files
Bump django from 5.1.6 to 5.1.7 in /api (#374)
Bumps [django](https://github.com/django/django) from 5.1.6 to 5.1.7. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/691e9455309e8ce9a29ecafa0a70249a53de2be2"><code>691e945</code></a> [5.1.x] Bumped version for 5.1.7 release.</li> <li><a href="https://github.com/django/django/commit/8dbb44d34271637099258391dfc79df33951b841"><code>8dbb44d</code></a> [5.1.x] Fixed CVE-2025-26699 -- Mitigated potential DoS in wordwrap template ...</li> <li><a href="https://github.com/django/django/commit/d7dc1f6db046b671fef12e74b900043a8497a5c8"><code>d7dc1f6</code></a> [5.1.x] Fixed typo in docs/ref/checks.txt.</li> <li><a href="https://github.com/django/django/commit/dbd94e7ac968c8b11ddd9e4c0f323c96ba0ed2a1"><code>dbd94e7</code></a> [5.1.x] Fixed <a href="https://redirect.github.com/django/django/issues/36227">#36227</a> -- Fixed outdated PostgreSQL documentation links.</li> <li><a href="https://github.com/django/django/commit/cc405e154649af37e1741aeb4438391943133c29"><code>cc405e1</code></a> [5.1.x] Fixed <a href="https://redirect.github.com/django/django/issues/36128">#36128</a> -- Clarified auto-generated unique constraint on m2m thr...</li> <li><a href="https://github.com/django/django/commit/03ace756eafc3f7a85f5b84d28ce1e7ce092c018"><code>03ace75</code></a> [5.1.x] Fixed <a href="https://redirect.github.com/django/django/issues/36217">#36217</a> -- Restored pre_save/post_save signal emission via LogEn...</li> <li><a href="https://github.com/django/django/commit/76a9f12b6098632b1b326e40fb6eb65500c214e1"><code>76a9f12</code></a> [5.1.x] Added some heading labels to to docs/topics/cache.txt.</li> <li><a href="https://github.com/django/django/commit/558c616c955f7edd89455847cc9081054725cc5a"><code>558c616</code></a> [5.1.x] Added stub release notes and release date for 5.1.7, 5.0.13, and 4.2.20.</li> <li><a href="https://github.com/django/django/commit/11243cc8f3b8a60a73e5b9ed2d9c56b4632fc3a3"><code>11243cc</code></a> [5.1.x] Added security guideline on reasonable size limitations when renderin...</li> <li><a href="https://github.com/django/django/commit/b80288a16d306c38732706b7847ec7e9dd3f55e8"><code>b80288a</code></a> [5.1.x] Added security reporting guidelines.</li> <li>Additional commits viewable in <a href="https://github.com/django/django/compare/5.1.6...5.1.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=5.1.6&new-version=5.1.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ececec commit 5527d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ certifi==2025.1.31
55
cffi==1.17.1
66
charset-normalizer==3.4.1
77
cryptography==44.0.2
8-
Django==5.1.6
8+
Django==5.1.7
99
django-flexi-settings @ git+https://github.com/cedadev/django-flexi-settings.git@68eb74b00e28448279e7d800889d6e39466bf0ce
1010
django-settings-object @ git+https://github.com/cedadev/django-settings-object.git@2b66c0fc5eae92972df5210b4bc43f7d95ad9ceb
1111
djangorestframework==3.15.2

0 commit comments

Comments
 (0)