Skip to content

Commit 787d89d

Browse files
Bump django from 5.0.3 to 5.0.7 in /contract-tests/images/applications/django (#226)
Bumps [django](https://github.com/django/django) from 5.0.3 to 5.0.7. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/deec9b933ee8496274e4c53217a38f31cb59a27f"><code>deec9b9</code></a> [5.0.x] Bumped version for 5.0.7 release.</li> <li><a href="https://github.com/django/django/commit/3a7bf7fb6cf621cf99931b8c4a23b92ccdee713e"><code>3a7bf7f</code></a> [5.0.x] Made cosmetic edits to 5.0.7 release notes.</li> <li><a href="https://github.com/django/django/commit/8e7a44e4bec0f11474699c3111a5e0a45afe7f49"><code>8e7a44e</code></a> [5.0.x] Fixed CVE-2024-39614 -- Mitigated potential DoS in get_supported_lang...</li> <li><a href="https://github.com/django/django/commit/9f4f63e9ebb7bf6cb9547ee4e2526b9b96703270"><code>9f4f63e</code></a> [5.0.x] Fixed CVE-2024-39330 -- Added extra file name validation in Storage's...</li> <li><a href="https://github.com/django/django/commit/07cefdee4a9d1fcd9a3a631cbd07c78defd1923b"><code>07cefde</code></a> [5.0.x] Fixed CVE-2024-39329 -- Standarized timing of verify_password() when ...</li> <li><a href="https://github.com/django/django/commit/7285644640f085f41d60ab0c8ae4e9153f0485db"><code>7285644</code></a> [5.0.x] Fixed CVE-2024-38875 -- Mitigated potential DoS in urlize and urlizet...</li> <li><a href="https://github.com/django/django/commit/830340037b1bc499612752b835c1629d3aa01036"><code>8303400</code></a> [5.0.x] Fixed 35506 -- Clarified initial references to URLconf in tutorial 1.</li> <li><a href="https://github.com/django/django/commit/c76089be6f955d0493b3ab81c2beb64db4e203c4"><code>c76089b</code></a> [5.0.x] Refs <a href="https://redirect.github.com/django/django/issues/35560">#35560</a> -- Corrected CheckConstraint argument name in model_field...</li> <li><a href="https://github.com/django/django/commit/43aa0c103b08a6d4bf2500080ed389c6303b37e9"><code>43aa0c1</code></a> [5.0.x] Removed outdated note about limitations in Clickjacking protection.</li> <li><a href="https://github.com/django/django/commit/0602fc2124f3e1f1562d497607e0efd5474b5831"><code>0602fc2</code></a> [5.0.x] Fixed <a href="https://redirect.github.com/django/django/issues/35560">#35560</a> -- Made Model.full_clean() ignore GeneratedFields for co...</li> <li>Additional commits viewable in <a href="https://github.com/django/django/compare/5.0.3...5.0.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.0.3&new-version=5.0.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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/aws-observability/aws-otel-python-instrumentation/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dda7afb commit 787d89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
opentelemetry-distro==0.46b0
22
opentelemetry-exporter-otlp-proto-grpc==1.25.0
33
typing-extensions==4.9.0
4-
django==5.0.3
4+
django==5.0.7

0 commit comments

Comments
 (0)