mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore: bump django from 5.1.2 to 5.1.3 (#2256)
Bumps [django](https://github.com/django/django) from 5.1.2 to 5.1.3. <details> <summary>Commits</summary> <ul> <li><a href="69bf08e3a3
"><code>69bf08e</code></a> [5.1.x] Bumped version for 5.1.3 release.</li> <li><a href="e3984ca5d1
"><code>e3984ca</code></a> [5.1.x] Added release date for 5.1.3.</li> <li><a href="4ae358122b
"><code>4ae3581</code></a> [5.1.x] Made minor edits to form fields docs.</li> <li><a href="9fa2d235c9
"><code>9fa2d23</code></a> [5.1.x] Fixed <a href="https://redirect.github.com/django/django/issues/35876">#35876</a> -- Displayed non-ASCII fieldset names when rendering Mod...</li> <li><a href="5045dab4f9
"><code>5045dab</code></a> [5.1.x] Added missing lang attributes to html elements in docs.</li> <li><a href="ffc67aac1e
"><code>ffc67aa</code></a> [5.1.x] Fixed <a href="https://redirect.github.com/django/django/issues/35864">#35864</a> -- Documented EmailMessage.connection is ignored when us...</li> <li><a href="4915feaaf7
"><code>4915fea</code></a> [5.1.x] Fixed <a href="https://redirect.github.com/django/django/issues/35873">#35873</a> -- Corrected Form.as_table() call in form docs.</li> <li><a href="b57a8395b5
"><code>b57a839</code></a> [5.1.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="c5ddc8550c
"><code>c5ddc85</code></a> [5.1.x] Corrected note on importing fields in model field reference docs.</li> <li><a href="0a1091f118
"><code>0a1091f</code></a> [5.1.x] Removed unneeded OS reference on running the test suite in contributi...</li> <li>Additional commits viewable in <a href="https://github.com/django/django/compare/5.1.2...5.1.3">compare view</a></li> </ul> </details> <br /> [](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>
This commit is contained in:
commit
641bff4992
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3.12",
|
||||
]
|
||||
dependencies = [
|
||||
"Django==5.1.2",
|
||||
"Django==5.1.3",
|
||||
"django-agnocomplete==2.2.0",
|
||||
"django-environ==0.11.2",
|
||||
"django-probes==1.7.0",
|
||||
|
|
Loading…
Reference in a new issue