dependabot[bot] opened a new pull request, #50703: URL: https://github.com/apache/airflow/pull/50703
Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/flit/blob/main/doc/history.rst">flit-core's changelog</a>.</em></p> <blockquote> <h1>Release history</h1> <h2>Version 3.12</h2> <ul> <li>Support for license expressions using the AND and OR operators (:ghpull:<code>731</code>).</li> <li>Recognise <code>__version__: str = "0.1"</code> annotated assignments when finding the version number (:ghpull:<code>728</code>).</li> <li>Clear error message when referring to a license file in a parent directory, which is not supported (:ghpull:<code>725</code>).</li> </ul> <h2>Version 3.11</h2> <ul> <li> <p>Support for SPDX license expressions and multiple license files, as detailed in :pep:<code>639</code>::</p> <pre><code> license = "BSD-3-Clause" license-files = ["LICENSE"] </code></pre> <p>For now, only a single license identifier is allowed. More complex expressions describing multiple licenses & expressions may be supported in a future version.</p> </li> <li> <p>The <code>metadata format <https://packaging.python.org/en/latest/specifications/core-metadata/></code>_ in produced packages is now version 2.4, to support the expanded license information.</p> </li> </ul> <h2>Version 3.10.1</h2> <ul> <li>The sdist of <code>flit_core</code> now includes the corresponding tests (:ghpull:<code>704</code>). These were missing in 3.10.</li> </ul> <h2>Version 3.10</h2> <ul> <li><code>flit publish</code> can now use PyPI tokens stored in keyring (:ghpull:<code>649</code>), either project tokens with a 'username' like :samp:<code>pypi_token:project:{project_name}</code> (use the <code>normalised form of the name <https://packaging.python.org/en/latest/specifications/name-normalization/></code>_) or user tokens (:samp:<code>pypi_token:user:{username}</code>).</li> <li>The <code>--python</code> option can now take the path of a virtualenv folder, as an alternative to a Python executable (:ghpull:<code>667</code>).</li> <li>Flit will work with current development versions of Pythona again (:ghpull:<code>684</code>).</li> <li>The <code>flit</code> command line package now requires Python 3.8 or above (:ghpulL:<code>660</code>). <code>flit_core</code> still works with Python 3.6 or above.</li> <li>The metadata in packages now has the names of optional dependency groups ("extras") normalised, complying with version 2.3 of the metadata standard (:ghpull:<code>676</code>, :ghpull:<code>697</code>).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/flit/commit/1c8141722066ffe1497e511982feeea0f091ddb6"><code>1c81417</code></a> Merge pull request <a href="https://redirect.github.com/pypa/flit/issues/737">#737</a> from pypa/changelog-3.12</li> <li><a href="https://github.com/pypa/flit/commit/d9ce4c62d40d3e45f2cffb2931de91f7b4cdf7e1"><code>d9ce4c6</code></a> Bump version: 3.11.0 → 3.12.0</li> <li><a href="https://github.com/pypa/flit/commit/27ea098468685a3523bdd37b4d588d52c39db078"><code>27ea098</code></a> Prepare release notes for 3.12</li> <li><a href="https://github.com/pypa/flit/commit/7a6e9b2acd4d549796d9138d3dbe600fd55b3b53"><code>7a6e9b2</code></a> Merge pull request <a href="https://redirect.github.com/pypa/flit/issues/731">#731</a> from AA-Turner/compound-spdx</li> <li><a href="https://github.com/pypa/flit/commit/0b07d23c44a1812b236e2f2f2cada8679d96cebc"><code>0b07d23</code></a> Reword error messages</li> <li><a href="https://github.com/pypa/flit/commit/38429c932059b8dd6a95db729a3f2805e6e2775e"><code>38429c9</code></a> Add empty expression test case</li> <li><a href="https://github.com/pypa/flit/commit/4ab2335dc7c84bc0dccec8da02207409dded2efb"><code>4ab2335</code></a> Add brackets-only test case</li> <li><a href="https://github.com/pypa/flit/commit/78db7b5bf362533520471b86446f12890927b406"><code>78db7b5</code></a> Shorten error messages</li> <li><a href="https://github.com/pypa/flit/commit/20e172929967a8ab2ab91267f33b10e7744302c5"><code>20e1729</code></a> Handle mixed-case licence operators</li> <li><a href="https://github.com/pypa/flit/commit/9bd14777be15be8bdfc3f1c1251e70f3ed7e1735"><code>9bd1477</code></a> Raise error on expressions with no operator</li> <li>Additional commits viewable in <a href="https://github.com/pypa/flit/compare/3.11.0...3.12.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 is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org