mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 20:02:36 +02:00
chore: bump django from 5.1.1 to 5.1.2 (#2213)
Bumps [django](https://github.com/django/django) from 5.1.1 to 5.1.2. <details> <summary>Commits</summary> <ul> <li><a href="c499184f19
"><code>c499184</code></a> [5.1.x] Bumped version for 5.1.2 release.</li> <li><a href="6e07a7769f
"><code>6e07a77</code></a> [5.1.x] Added release date for 5.1.2.</li> <li><a href="17fa7592af
"><code>17fa759</code></a> [5.1.x] Fixed <a href="https://redirect.github.com/django/django/issues/35809">#35809</a> -- Set background color for selected rows in the admin's...</li> <li><a href="e245f62d00
"><code>e245f62</code></a> [5.1.x] Updated translations from Transifex.</li> <li><a href="6bedb102e9
"><code>6bedb10</code></a> [5.1.x] Reindented attributes and methods for classes in docs/ref/middleware....</li> <li><a href="bf64ac3567
"><code>bf64ac3</code></a> [5.1.x] Fixed <a href="https://redirect.github.com/django/django/issues/35670">#35670</a> -- Clarified the return value for LoginRequiredMiddlewar...</li> <li><a href="53031136f5
"><code>5303113</code></a> [5.1.x] Relocated path() explanation to docs/ref/urls.txt to simplify tutoria...</li> <li><a href="22bce642a9
"><code>22bce64</code></a> [5.1.x] Fixed <a href="https://redirect.github.com/django/django/issues/35734">#35734</a> -- Used JSONB_BUILD_OBJECT database function on PostgreS...</li> <li><a href="9e146b27ad
"><code>9e146b2</code></a> [5.1.x] Made cosmetic edits to the Steering council docs.</li> <li><a href="251180f7f9
"><code>251180f</code></a> [5.1.x] Removed setting the release schedule from Steering Council prerogativ...</li> <li>Additional commits viewable in <a href="https://github.com/django/django/compare/5.1.1...5.1.2">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
7305ea9d60
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ classifiers = [
|
||||||
"Programming Language :: Python :: 3.12",
|
"Programming Language :: Python :: 3.12",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"Django==5.1.1",
|
"Django==5.1.2",
|
||||||
"django-agnocomplete==2.2.0",
|
"django-agnocomplete==2.2.0",
|
||||||
"django-environ==0.11.2",
|
"django-environ==0.11.2",
|
||||||
"django-probes==1.7.0",
|
"django-probes==1.7.0",
|
||||||
|
|
Loading…
Reference in a new issue