mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore: bump hatch from 1.12.0 to 1.13.0 (#2211)
Bumps [hatch](https://github.com/pypa/hatch) from 1.12.0 to 1.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/hatch/releases">hatch's releases</a>.</em></p> <blockquote> <h2>Hatchling v1.13.0</h2> <p><em><strong>Added:</strong></em></p> <ul> <li>Update the set of known trove classifiers to version 2023.2.8</li> </ul> <h2>Hatch v1.13.0</h2> <p><em><strong>Added:</strong></em></p> <ul> <li>Support managing Python 3.13 distributions</li> </ul> <h2>Hatchling v1.12.2</h2> <p><em><strong>Fixed:</strong></em></p> <ul> <li>Add <code>macos-max-compat</code> option to the <code>wheel</code> target that is enabled by default to support the latest version 22.0 of the <code>packaging</code> library</li> </ul> <h2>Hatchling v1.12.1</h2> <p><em><strong>Fixed:</strong></em></p> <ul> <li>Fix minor regression in the PEP 517/660 function signatures that was discovered by Fedora</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="4e3c515bb1
"><code>4e3c515</code></a> release Hatch v1.13.0</li> <li><a href="204c0cdc30
"><code>204c0cd</code></a> Support managing Python 3.13 distributions (<a href="https://redirect.github.com/pypa/hatch/issues/1753">#1753</a>)</li> <li>See full diff in <a href="https://github.com/pypa/hatch/compare/hatch-v1.12.0...hatch-v1.13.0">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
2c65ac8a88
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ dependencies = [
|
|||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"hatch==1.12.0",
|
||||
"hatch==1.13.0",
|
||||
"ruff==0.6.9",
|
||||
"djlint==1.35.2",
|
||||
"mkdocs==1.6.1",
|
||||
|
|
Loading…
Reference in a new issue