Skip to content

Commit

Permalink
Bump django from 5.0.2 to 5.0.3 in /api (#191)
Browse files Browse the repository at this point in the history
Bumps [django](https://github.com/django/django) from 5.0.2 to 5.0.3.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/django/django/commit/4b64d7285c4aa592c902985b6284ee3afe904595"><code>4b64d72</code></a>
[5.0.x] Bumped version for 5.0.3 release.</li>
<li><a
href="https://github.com/django/django/commit/3394fc6132436eca89e997083bae9985fb7e761e"><code>3394fc6</code></a>
[5.0.x] Fixed CVE-2024-27351 -- Prevented potential ReDoS in
Truncator.words().</li>
<li><a
href="https://github.com/django/django/commit/80761c3b01fbbbe2da1761937edd20251a86fbee"><code>80761c3</code></a>
[5.0.x] Fixed <a
href="https://redirect.github.com/django/django/issues/35198">#35198</a>
-- Fixed facet filters crash on querysets with no primar...</li>
<li><a
href="https://github.com/django/django/commit/24de8113a829bc137610cee35faf18483a337b86"><code>24de811</code></a>
[5.0.x] Fixed typo in docs/ref/contrib/admin/index.txt.</li>
<li><a
href="https://github.com/django/django/commit/bf7fedc4466f0c68130d9885f90dc8c17c8894d5"><code>bf7fedc</code></a>
[5.0.x] Removed #django-geo IRC channel in docs.</li>
<li><a
href="https://github.com/django/django/commit/a8de04f8db470d1c43f945f28a00fb49b1f2ca80"><code>a8de04f</code></a>
[5.0.x] Refs <a
href="https://redirect.github.com/django/django/issues/34964">#34964</a>
-- Doc'd that Q expression order is preserved.</li>
<li><a
href="https://github.com/django/django/commit/b1f2833bc406529b86f6152354c3798a6f092b2b"><code>b1f2833</code></a>
[5.0.x] Added release date for 5.0.3, 4.2.11, and 3.2.25.</li>
<li><a
href="https://github.com/django/django/commit/5d9be66c98fe4e16a0295d0252d1c944980a822e"><code>5d9be66</code></a>
[5.0.x] Removed distracting note from tutorial 4.</li>
<li><a
href="https://github.com/django/django/commit/69e5b13c758cec55edbab342da8be509557589f4"><code>69e5b13</code></a>
[5.0.x] Fixed <a
href="https://redirect.github.com/django/django/issues/35238">#35238</a>
-- Fixed database serialization crash when base managers...</li>
<li><a
href="https://github.com/django/django/commit/e72fdc850a7c7703a5e019de127a4256bc136479"><code>e72fdc8</code></a>
[5.0.x] Fixed <a
href="https://redirect.github.com/django/django/issues/35153">#35153</a>
-- Added note about locale name notation to FORMAT_MODUL...</li>
<li>Additional commits viewable in <a
href="https://github.com/django/django/compare/5.0.2...5.0.3">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.2&new-version=5.0.3)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 5e4e392 commit 9657c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==42.0.4
Django==5.0.2
Django==5.0.3
django-flexi-settings @ git+https://github.com/stackhpc/django-flexi-settings.git@079359cc1e2d380a15ae6149ebffbcdae8094276
django-settings-object @ git+https://github.com/cedadev/django-settings-object.git@2b66c0fc5eae92972df5210b4bc43f7d95ad9ceb
djangorestframework==3.14.0
Expand Down

0 comments on commit 9657c2b

Please sign in to comment.