Skip to content

Commit fac693f

Browse files
build(deps): bump django from 4.2.16 to 4.2.17 in /examples/bzlmod_build_file_generation (#2486)
Bumps [django](https://github.com/django/django) from 4.2.16 to 4.2.17. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/1f0356ff2af11a5fa71fb07b4627e10edd170438"><code>1f0356f</code></a> [4.2.x] Bumped version for 4.2.17 release.</li> <li><a href="https://github.com/django/django/commit/7376bcbf508883282ffcc0f0fac5cf0ed2d6cbc5"><code>7376bcb</code></a> [4.2.x] Fixed CVE-2024-53908 -- Prevented SQL injections in direct HasKeyLook...</li> <li><a href="https://github.com/django/django/commit/790eb058b0716c536a2f2e8d1c6d5079d776c22b"><code>790eb05</code></a> [4.2.x] Fixed CVE-2024-53907 -- Mitigated potential DoS in strip_tags().</li> <li><a href="https://github.com/django/django/commit/f663277a4c22ef96cbdebfd0ed76155b9d37b4f8"><code>f663277</code></a> [4.2.x] Refs CVE-2024-11168 -- Updated vendored _urlsplit() to properly valid...</li> <li><a href="https://github.com/django/django/commit/0acff0fd1f5ad09367aacb51b2b68699c6ce7929"><code>0acff0f</code></a> [4.2.x] Added stub release notes and release date for 4.2.17.</li> <li><a href="https://github.com/django/django/commit/b381b19854f32c9ff03e6bd98865ddffbb7e7082"><code>b381b19</code></a> [4.2.x] Fixed docs build on Sphinx 8.1+.</li> <li><a href="https://github.com/django/django/commit/ea4a1fb61e0bc6a4294a0123b82183da947e5efb"><code>ea4a1fb</code></a> [4.2.x] Refs <a href="https://redirect.github.com/django/django/issues/35844">#35844</a> -- Expanded compatibility for expected error messages in ...</li> <li><a href="https://github.com/django/django/commit/345a6652e6a15febbf4f68351dcea5dd674ea324"><code>345a665</code></a> [4.2.x] Added GitHub Action workflow to test all Python versions listed in th...</li> <li><a href="https://github.com/django/django/commit/52116774549e27ac5d1ba9423e2fe61c5503a4a4"><code>5211677</code></a> [4.2.x] Added CVE-2024-45230 and CVE-2024-45231 to security archive.</li> <li><a href="https://github.com/django/django/commit/8f6c36234deef30fad171f80d130eb7c296df526"><code>8f6c362</code></a> [4.2.x] Post-release version bump.</li> <li>See full diff in <a href="https://github.com/django/django/compare/4.2.16...4.2.17">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=4.2.16&new-version=4.2.17)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bazelbuild/rules_python/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b0e40a commit fac693f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/bzlmod_build_file_generation/requirements_lock.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ dill==0.3.6 \
2626
--hash=sha256:a07ffd2351b8c678dfc4a856a3005f8067aea51d6ba6c700796a4d9e280f39f0 \
2727
--hash=sha256:e5db55f3687856d8fbdab002ed78544e1c4559a130302693d839dfe8f93f2373
2828
# via pylint
29-
django==4.2.16 \
30-
--hash=sha256:1ddc333a16fc139fd253035a1606bb24261951bbc3a6ca256717fa06cc41a898 \
31-
--hash=sha256:6f1616c2786c408ce86ab7e10f792b8f15742f7b7b7460243929cb371e7f1dad
29+
django==4.2.17 \
30+
--hash=sha256:3a93350214ba25f178d4045c0786c61573e7dbfa3c509b3551374f1e11ba8de0 \
31+
--hash=sha256:6b56d834cc94c8b21a8f4e775064896be3b4a4ca387f2612d4406a5927cd2fdc
3232
# via
3333
# -r requirements.in
3434
# django-stubs

examples/bzlmod_build_file_generation/requirements_windows.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ dill==0.3.6 \
3030
--hash=sha256:a07ffd2351b8c678dfc4a856a3005f8067aea51d6ba6c700796a4d9e280f39f0 \
3131
--hash=sha256:e5db55f3687856d8fbdab002ed78544e1c4559a130302693d839dfe8f93f2373
3232
# via pylint
33-
django==4.2.16 \
34-
--hash=sha256:1ddc333a16fc139fd253035a1606bb24261951bbc3a6ca256717fa06cc41a898 \
35-
--hash=sha256:6f1616c2786c408ce86ab7e10f792b8f15742f7b7b7460243929cb371e7f1dad
33+
django==4.2.17 \
34+
--hash=sha256:3a93350214ba25f178d4045c0786c61573e7dbfa3c509b3551374f1e11ba8de0 \
35+
--hash=sha256:6b56d834cc94c8b21a8f4e775064896be3b4a4ca387f2612d4406a5927cd2fdc
3636
# via
3737
# -r requirements.in
3838
# django-stubs

0 commit comments

Comments
 (0)