Skip to content

πŸ”– From prod β†’ Bump version: v1.1.14-prod into main#67

Merged
JuanVilla424 merged 12 commits intomainfrom
prod
Apr 6, 2025
Merged

πŸ”– From prod β†’ Bump version: v1.1.14-prod into main#67
JuanVilla424 merged 12 commits intomainfrom
prod

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Apr 6, 2025

Automatically created pull request for release v1.1.14-prod into main branch.

dependabot bot and others added 12 commits February 3, 2025 19:33
Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.3.0...25.1.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [certifi](https://github.com/certifi/python-certifi) to permit the latest version.
- [Commits](certifi/python-certifi@2024.08.30...2025.01.31)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [isort](https://github.com/PyCQA/isort) to permit the latest version.
- [Release notes](https://github.com/PyCQA/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.12.0...6.0.1)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.2.0...v78.1.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [black](https://github.com/psf/black) to
permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/psf/black/releases">black's
releases</a>.</em></p>
<blockquote>
<h2>25.1.0</h2>
<h3>Highlights</h3>
<p>This release introduces the new 2025 stable style (<a
href="https://redirect.github.com/psf/black/issues/4558">#4558</a>),
stabilizing
the following changes:</p>
<ul>
<li>Normalize casing of Unicode escape characters in strings to
lowercase (<a
href="https://redirect.github.com/psf/black/issues/2916">#2916</a>)</li>
<li>Fix inconsistencies in whether certain strings are detected as
docstrings (<a
href="https://redirect.github.com/psf/black/issues/4095">#4095</a>)</li>
<li>Consistently add trailing commas to typed function parameters (<a
href="https://redirect.github.com/psf/black/issues/4164">#4164</a>)</li>
<li>Remove redundant parentheses in if guards for case blocks (<a
href="https://redirect.github.com/psf/black/issues/4214">#4214</a>)</li>
<li>Add parentheses to if clauses in case blocks when the line is too
long (<a
href="https://redirect.github.com/psf/black/issues/4269">#4269</a>)</li>
<li>Whitespace before <code># fmt: skip</code> comments is no longer
normalized (<a
href="https://redirect.github.com/psf/black/issues/4146">#4146</a>)</li>
<li>Fix line length computation for certain expressions that involve the
power operator (<a
href="https://redirect.github.com/psf/black/issues/4154">#4154</a>)</li>
<li>Check if there is a newline before the terminating quotes of a
docstring (<a
href="https://redirect.github.com/psf/black/issues/4185">#4185</a>)</li>
<li>Fix type annotation spacing between <code>*</code> and more complex
type variable tuple (<a
href="https://redirect.github.com/psf/black/issues/4440">#4440</a>)</li>
</ul>
<p>The following changes were not in any previous release:</p>
<ul>
<li>Remove parentheses around sole list items (<a
href="https://redirect.github.com/psf/black/issues/4312">#4312</a>)</li>
<li>Generic function definitions are now formatted more elegantly:
parameters are
split over multiple lines first instead of type parameter definitions
(<a
href="https://redirect.github.com/psf/black/issues/4553">#4553</a>)</li>
</ul>
<h3>Stable style</h3>
<ul>
<li>Fix formatting cells in IPython notebooks with magic methods and
starting or trailing
empty lines (<a
href="https://redirect.github.com/psf/black/issues/4484">#4484</a>)</li>
<li>Fix crash when formatting <code>with</code> statements containing
tuple generators/unpacking
(<a
href="https://redirect.github.com/psf/black/issues/4538">#4538</a>)</li>
</ul>
<h3>Preview style</h3>
<ul>
<li>Fix/remove string merging changing f-string quotes on f-strings with
internal quotes
(<a
href="https://redirect.github.com/psf/black/issues/4498">#4498</a>)</li>
<li>Collapse multiple empty lines after an import into one (<a
href="https://redirect.github.com/psf/black/issues/4489">#4489</a>)</li>
<li>Prevent <code>string_processing</code> and
<code>wrap_long_dict_values_in_parens</code> from removing
parentheses around long dictionary values (<a
href="https://redirect.github.com/psf/black/issues/4377">#4377</a>)</li>
<li>Move <code>wrap_long_dict_values_in_parens</code> from the unstable
to preview style (<a
href="https://redirect.github.com/psf/black/issues/4561">#4561</a>)</li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Store license identifier inside the <code>License-Expression</code>
metadata field, see
<a href="https://peps.python.org/pep-0639/">PEP 639</a>. (<a
href="https://redirect.github.com/psf/black/issues/4479">#4479</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Speed up the <code>is_fstring_start</code> function in Black's
tokenizer (<a
href="https://redirect.github.com/psf/black/issues/4541">#4541</a>)</li>
</ul>
<h3>Integrations</h3>
<ul>
<li>If using stdin with <code>--stdin-filename</code> set to a force
excluded path, stdin won't be</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/psf/black/blob/main/CHANGES.md">black's
changelog</a>.</em></p>
<blockquote>
<h2>25.1.0</h2>
<h3>Highlights</h3>
<p>This release introduces the new 2025 stable style (<a
href="https://redirect.github.com/psf/black/issues/4558">#4558</a>),
stabilizing
the following changes:</p>
<ul>
<li>Normalize casing of Unicode escape characters in strings to
lowercase (<a
href="https://redirect.github.com/psf/black/issues/2916">#2916</a>)</li>
<li>Fix inconsistencies in whether certain strings are detected as
docstrings (<a
href="https://redirect.github.com/psf/black/issues/4095">#4095</a>)</li>
<li>Consistently add trailing commas to typed function parameters (<a
href="https://redirect.github.com/psf/black/issues/4164">#4164</a>)</li>
<li>Remove redundant parentheses in if guards for case blocks (<a
href="https://redirect.github.com/psf/black/issues/4214">#4214</a>)</li>
<li>Add parentheses to if clauses in case blocks when the line is too
long (<a
href="https://redirect.github.com/psf/black/issues/4269">#4269</a>)</li>
<li>Whitespace before <code># fmt: skip</code> comments is no longer
normalized (<a
href="https://redirect.github.com/psf/black/issues/4146">#4146</a>)</li>
<li>Fix line length computation for certain expressions that involve the
power operator (<a
href="https://redirect.github.com/psf/black/issues/4154">#4154</a>)</li>
<li>Check if there is a newline before the terminating quotes of a
docstring (<a
href="https://redirect.github.com/psf/black/issues/4185">#4185</a>)</li>
<li>Fix type annotation spacing between <code>*</code> and more complex
type variable tuple (<a
href="https://redirect.github.com/psf/black/issues/4440">#4440</a>)</li>
</ul>
<p>The following changes were not in any previous release:</p>
<ul>
<li>Remove parentheses around sole list items (<a
href="https://redirect.github.com/psf/black/issues/4312">#4312</a>)</li>
<li>Generic function definitions are now formatted more elegantly:
parameters are
split over multiple lines first instead of type parameter definitions
(<a
href="https://redirect.github.com/psf/black/issues/4553">#4553</a>)</li>
</ul>
<h3>Stable style</h3>
<ul>
<li>Fix formatting cells in IPython notebooks with magic methods and
starting or trailing
empty lines (<a
href="https://redirect.github.com/psf/black/issues/4484">#4484</a>)</li>
<li>Fix crash when formatting <code>with</code> statements containing
tuple generators/unpacking
(<a
href="https://redirect.github.com/psf/black/issues/4538">#4538</a>)</li>
</ul>
<h3>Preview style</h3>
<ul>
<li>Fix/remove string merging changing f-string quotes on f-strings with
internal quotes
(<a
href="https://redirect.github.com/psf/black/issues/4498">#4498</a>)</li>
<li>Collapse multiple empty lines after an import into one (<a
href="https://redirect.github.com/psf/black/issues/4489">#4489</a>)</li>
<li>Prevent <code>string_processing</code> and
<code>wrap_long_dict_values_in_parens</code> from removing
parentheses around long dictionary values (<a
href="https://redirect.github.com/psf/black/issues/4377">#4377</a>)</li>
<li>Move <code>wrap_long_dict_values_in_parens</code> from the unstable
to preview style (<a
href="https://redirect.github.com/psf/black/issues/4561">#4561</a>)</li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Store license identifier inside the <code>License-Expression</code>
metadata field, see
<a href="https://peps.python.org/pep-0639/">PEP 639</a>. (<a
href="https://redirect.github.com/psf/black/issues/4479">#4479</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Speed up the <code>is_fstring_start</code> function in Black's
tokenizer (<a
href="https://redirect.github.com/psf/black/issues/4541">#4541</a>)</li>
</ul>
<h3>Integrations</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/psf/black/commit/8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b"><code>8a737e7</code></a>
Prepare release 25.1.0 (<a
href="https://redirect.github.com/psf/black/issues/4563">#4563</a>)</li>
<li><a
href="https://github.com/psf/black/commit/d330deea00e199b99dea59fb4643305408c19a9b"><code>d330dee</code></a>
docs: We're not going to use backslashes for the with statement (<a
href="https://redirect.github.com/psf/black/issues/4564">#4564</a>)</li>
<li><a
href="https://github.com/psf/black/commit/3d8129001f13e8c1a50eb73d8f44d26ad48f9c8c"><code>3d81290</code></a>
Move <code>wrap_long_dict_values_in_parens</code> to the preview style
(<a
href="https://redirect.github.com/psf/black/issues/4561">#4561</a>)</li>
<li><a
href="https://github.com/psf/black/commit/459562c71a725a0a58a7cb710bd4b68417df4496"><code>459562c</code></a>
Improve function declaration wrapping when it contains generic type
definitio...</li>
<li><a
href="https://github.com/psf/black/commit/99dbf3006b30dd77a0f650b25d9b1c8071f25e1e"><code>99dbf30</code></a>
Cache executor to avoid hitting open file limits (<a
href="https://redirect.github.com/psf/black/issues/4560">#4560</a>)</li>
<li><a
href="https://github.com/psf/black/commit/c0b92f3888a004b95e4626d8007a4b259b8f444f"><code>c0b92f3</code></a>
Prepare the 2025 stable style (<a
href="https://redirect.github.com/psf/black/issues/4558">#4558</a>)</li>
<li><a
href="https://github.com/psf/black/commit/e58baf15b99e0202f10bda09447d3eb246e88df9"><code>e58baf1</code></a>
Add test for <a
href="https://redirect.github.com/psf/black/issues/1187">#1187</a> (<a
href="https://redirect.github.com/psf/black/issues/4559">#4559</a>)</li>
<li><a
href="https://github.com/psf/black/commit/1455ae47311facfaf3ad62d2c223d86ae95c5c68"><code>1455ae4</code></a>
Fix docs CI (<a
href="https://redirect.github.com/psf/black/issues/4555">#4555</a>)</li>
<li><a
href="https://github.com/psf/black/commit/584d0331c8a73785af8a78fa601c540f5fe7bea2"><code>584d033</code></a>
fix: Don't remove parenthesis around long dictionary values (<a
href="https://redirect.github.com/psf/black/issues/4377">#4377</a>)</li>
<li><a
href="https://github.com/psf/black/commit/6e9654065ca5e4b7c7a9491431a6cd7bc4016da3"><code>6e96540</code></a>
Fix CI (<a
href="https://redirect.github.com/psf/black/issues/4551">#4551</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/psf/black/compare/24.3.0...25.1.0">compare
view</a></li>
</ul>
</details>
<br />


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>
Updates the requirements on
[certifi](https://github.com/certifi/python-certifi) to permit the
latest version.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/certifi/python-certifi/commit/088f93122ea7c91cfdaeea7fa76ab2f850b8064d"><code>088f931</code></a>
2025.01.31 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/336">#336</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/1c177954a1d9f46efdff5956fe16de88bdcefc34"><code>1c17795</code></a>
Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/335">#335</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/a2e88f0eb5bab543e97f43dac5d38739bd193bd0"><code>a2e88f0</code></a>
Bump actions/upload-artifact from 4.5.0 to 4.6.0 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/334">#334</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/82284ed1f981c6a3ba4ef9de739cd32918e70a26"><code>82284ed</code></a>
Bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/333">#333</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/10d3d1d86c89e4054ce2c021cf2309af8c26aa57"><code>10d3d1d</code></a>
Bump actions/upload-artifact from 4.4.3 to 4.5.0 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/332">#332</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/4ba39005afa1958ee24af51a11b64299fba61025"><code>4ba3900</code></a>
2024.12.14 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/329">#329</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/9164660735d61e7eee69e7ff28dec5200eddf20f"><code>9164660</code></a>
Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/331">#331</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/3dc36518666bb84a2feeaa45d60a231af494c35b"><code>3dc3651</code></a>
Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/328">#328</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/c5bf18dcd30be7e743268c2d0ce484e539b589c0"><code>c5bf18d</code></a>
Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/327">#327</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/b9083917686e810b56e305cb45364af482b63099"><code>b908391</code></a>
Bump actions/setup-python from 5.2.0 to 5.3.0 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/326">#326</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/certifi/python-certifi/compare/2024.08.30...2025.01.31">compare
view</a></li>
</ul>
</details>
<br />


You can trigger a rebase of this PR 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>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Updates the requirements on [isort](https://github.com/PyCQA/isort) to
permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/PyCQA/isort/releases">isort's
releases</a>.</em></p>
<blockquote>
<h2>6.0.1</h2>
<h2>Changes</h2>
<ul>
<li>fix multi_line_output_modes docs (<a
href="https://redirect.github.com/PyCQA/isort/issues/2096">#2096</a>) <a
href="https://github.com/xinydev"><code>@​xinydev</code></a></li>
<li>Ruff rules PT for pytest (<a
href="https://redirect.github.com/PyCQA/isort/issues/2372">#2372</a>) <a
href="https://github.com/cclauss"><code>@​cclauss</code></a></li>
<li>Ruff rules B017, B028, and E203 (<a
href="https://redirect.github.com/PyCQA/isort/issues/2371">#2371</a>) <a
href="https://github.com/cclauss"><code>@​cclauss</code></a></li>
<li>Lint Python code with ruff (<a
href="https://redirect.github.com/PyCQA/isort/issues/2359">#2359</a>) <a
href="https://github.com/cclauss"><code>@​cclauss</code></a></li>
<li>Fix test_find_imports_in_file_error failing on Windows (<a
href="https://redirect.github.com/PyCQA/isort/issues/2369">#2369</a>) <a
href="https://github.com/kobarity"><code>@​kobarity</code></a></li>
<li>Move flake8 settings into pyproject.toml (<a
href="https://redirect.github.com/PyCQA/isort/issues/2360">#2360</a>) <a
href="https://github.com/cclauss"><code>@​cclauss</code></a></li>
<li>Upgrade to uv&gt;=0.6.0 and enable-cache (<a
href="https://redirect.github.com/PyCQA/isort/issues/2364">#2364</a>) <a
href="https://github.com/cclauss"><code>@​cclauss</code></a></li>
<li>Apply some ruff rules (<a
href="https://redirect.github.com/PyCQA/isort/issues/2353">#2353</a>) <a
href="https://github.com/cclauss"><code>@​cclauss</code></a></li>
</ul>
<h2>:beetle: Fixes</h2>
<ul>
<li>Add OSError handling in find_imports_in_file (<a
href="https://redirect.github.com/PyCQA/isort/issues/2331">#2331</a>) <a
href="https://github.com/kobarity"><code>@​kobarity</code></a></li>
<li>Link GH as changelog (<a
href="https://redirect.github.com/PyCQA/isort/issues/2354">#2354</a>) <a
href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
</ul>
<h2>:construction_worker: Continuous Integration</h2>
<ul>
<li>Remove Safety (<a
href="https://redirect.github.com/PyCQA/isort/issues/2373">#2373</a>) <a
href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyCQA/isort/blob/main/CHANGELOG.md">isort's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<p>NOTE: isort follows the <a href="https://semver.org/">semver</a>
versioning standard.
Find out more about isort's release policy <a
href="https://pycqa.github.io/isort/docs/major_releases/release_policy">here</a>.</p>
<h3>5.13.2 December 13 2023</h3>
<ul>
<li>Apply the bracket fix from issue <a
href="https://redirect.github.com/PyCQA/isort/issues/471">#471</a> only
for use_parentheses=True (<a
href="https://redirect.github.com/PyCQA/isort/issues/2184">#2184</a>) <a
href="https://github.com/bp72"><code>@​bp72</code></a></li>
<li>Confine pre-commit to stages (<a
href="https://redirect.github.com/PyCQA/isort/issues/2213">#2213</a>) <a
href="https://github.com/davidculley"><code>@​davidculley</code></a></li>
<li>Fixed colors extras (<a
href="https://redirect.github.com/PyCQA/isort/issues/2212">#2212</a>) <a
href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
</ul>
<h3>5.13.1 December 11 2023</h3>
<ul>
<li>Fixed integration tests (<a
href="https://redirect.github.com/PyCQA/isort/issues/2208">#2208</a>) <a
href="https://github.com/bp72"><code>@​bp72</code></a></li>
<li>Fixed normalizing imports from more than one level of parent modules
(issue/2152) (<a
href="https://redirect.github.com/PyCQA/isort/issues/2191">#2191</a>) <a
href="https://github.com/bp72"><code>@​bp72</code></a></li>
<li>Remove optional dependencies without extras (<a
href="https://redirect.github.com/PyCQA/isort/issues/2207">#2207</a>) <a
href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
</ul>
<h3>5.13.0 December 9 2023</h3>
<ul>
<li>Cleanup deprecated extras (<a
href="https://redirect.github.com/PyCQA/isort/issues/2089">#2089</a>) <a
href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
<li>Fixed <a
href="https://redirect.github.com/PyCQA/isort/issues/1989">#1989</a>:
settings lookup when working in stream based mode</li>
<li>Fixed 80 line length for wemake linter (<a
href="https://redirect.github.com/PyCQA/isort/issues/2183">#2183</a>) <a
href="https://github.com/skatromb"><code>@​skatromb</code></a></li>
<li>Add support for Python 3.12 (<a
href="https://redirect.github.com/PyCQA/isort/issues/2175">#2175</a>) <a
href="https://github.com/hugovk"><code>@​hugovk</code></a></li>
<li>Fixed: add newest version to pre-commit docs (<a
href="https://redirect.github.com/PyCQA/isort/issues/2190">#2190</a>) <a
href="https://github.com/AzulGarza"><code>@​AzulGarza</code></a></li>
<li>Fixed assertions in test_git_hook (<a
href="https://redirect.github.com/PyCQA/isort/issues/2196">#2196</a>) <a
href="https://github.com/mgorny"><code>@​mgorny</code></a></li>
<li>Removed check for include_trailing_comma for the Hanging Indent wrap
mode (<a
href="https://redirect.github.com/PyCQA/isort/issues/2192">#2192</a>) <a
href="https://github.com/bp72"><code>@​bp72</code></a></li>
<li>Use the standard library tomllib on sufficiently new python (<a
href="https://redirect.github.com/PyCQA/isort/issues/2202">#2202</a>) <a
href="https://github.com/eli-schwartz"><code>@​eli-schwartz</code></a></li>
<li>Update pre-commit.md version number (<a
href="https://redirect.github.com/PyCQA/isort/issues/2197">#2197</a>) <a
href="https://github.com/nicobako"><code>@​nicobako</code></a></li>
<li>doc: Update black_compatibility.md (<a
href="https://redirect.github.com/PyCQA/isort/issues/2177">#2177</a>) <a
href="https://github.com/JSS95"><code>@​JSS95</code></a></li>
<li>Fixed safety sept 2023 (<a
href="https://redirect.github.com/PyCQA/isort/issues/2178">#2178</a>) <a
href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
<li>docs: fix black profile documentation (<a
href="https://redirect.github.com/PyCQA/isort/issues/2163">#2163</a>) <a
href="https://github.com/nijel"><code>@​nijel</code></a></li>
<li>Fixed typo: indended -&gt; indented (<a
href="https://redirect.github.com/PyCQA/isort/issues/2161">#2161</a>) <a
href="https://github.com/vadimkerr"><code>@​vadimkerr</code></a></li>
<li>Docs(configuration/options.md): fix missing trailing spaces for hard
linebreak (<a
href="https://redirect.github.com/PyCQA/isort/issues/2157">#2157</a>) <a
href="https://github.com/JoeyTeng"><code>@​JoeyTeng</code></a></li>
<li>Update pre-commit.md (<a
href="https://redirect.github.com/PyCQA/isort/issues/2148">#2148</a>) <a
href="https://github.com/godiard"><code>@​godiard</code></a></li>
<li>chore: move configurations to pyproject.toml (<a
href="https://redirect.github.com/PyCQA/isort/issues/2115">#2115</a>) <a
href="https://github.com/SauravMaheshkar"><code>@​SauravMaheshkar</code></a></li>
<li>Fixed typo in README (<a
href="https://redirect.github.com/PyCQA/isort/issues/2112">#2112</a>) <a
href="https://github.com/stefmolin"><code>@​stefmolin</code></a></li>
<li>Update version in pre-commit setup to avoid installation issue with
poetry (<a
href="https://redirect.github.com/PyCQA/isort/issues/2103">#2103</a>) <a
href="https://github.com/stefmolin"><code>@​stefmolin</code></a></li>
<li>Skip .pytype directory by default. (<a
href="https://redirect.github.com/PyCQA/isort/issues/2098">#2098</a>) <a
href="https://github.com/manueljacob"><code>@​manueljacob</code></a></li>
<li>Fixed a tip block styling in the Config Files section (<a
href="https://redirect.github.com/PyCQA/isort/issues/2097">#2097</a>) <a
href="https://github.com/Klavionik"><code>@​Klavionik</code></a></li>
<li>Do not cache configuration files (<a
href="https://redirect.github.com/PyCQA/isort/issues/1995">#1995</a>) <a
href="https://github.com/kaste"><code>@​kaste</code></a></li>
<li>Derive settings_path from --filename (<a
href="https://redirect.github.com/PyCQA/isort/issues/1992">#1992</a>) <a
href="https://github.com/kaste"><code>@​kaste</code></a></li>
<li>Fixed year of version 5.12.0 in CHANGELOG.md (<a
href="https://redirect.github.com/PyCQA/isort/issues/2082">#2082</a>) <a
href="https://github.com/DjLegolas"><code>@​DjLegolas</code></a></li>
</ul>
<h3>5.12.0 January 28 2023</h3>
<ul>
<li>Removed support for Python 3.7</li>
<li>Fixed incompatiblity with latest poetry version</li>
<li>Added support for directory limitations within built in git
hook</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyCQA/isort/commit/c8ab4a5b21bac924d106e3103dd7c979fdd0f9bc"><code>c8ab4a5</code></a>
Merge pull request <a
href="https://redirect.github.com/PyCQA/isort/issues/2096">#2096</a>
from xinydev/fix-docs</li>
<li><a
href="https://github.com/PyCQA/isort/commit/ee477e919867ffcd09d25a605f38f08a87c56f2e"><code>ee477e9</code></a>
Merge branch 'main' into fix-docs</li>
<li><a
href="https://github.com/PyCQA/isort/commit/790bb06e294d77461e7696bbdb0186289c9a4f87"><code>790bb06</code></a>
Merge pull request <a
href="https://redirect.github.com/PyCQA/isort/issues/2372">#2372</a>
from cclauss/ruff-rules-PT</li>
<li><a
href="https://github.com/PyCQA/isort/commit/168d8508ae41a5f5f2fb1340b86fde2bfdb8266a"><code>168d850</code></a>
Merge branch 'main' into ruff-rules-PT</li>
<li><a
href="https://github.com/PyCQA/isort/commit/6165d6b6e99dfd15b57896080359a46ba99eacda"><code>6165d6b</code></a>
Merge pull request <a
href="https://redirect.github.com/PyCQA/isort/issues/2373">#2373</a>
from PyCQA/ci/remove-safety</li>
<li><a
href="https://github.com/PyCQA/isort/commit/f776259106076faa8a758ebfd4abb3a736493024"><code>f776259</code></a>
Remove Safety</li>
<li><a
href="https://github.com/PyCQA/isort/commit/176ada2694779b6f4a366c7f8a4d788dc93b5d27"><code>176ada2</code></a>
Ruff rules PT for pytest</li>
<li><a
href="https://github.com/PyCQA/isort/commit/3305894bd9338e715a1ac6eb912cf608154ca471"><code>3305894</code></a>
Merge pull request <a
href="https://redirect.github.com/PyCQA/isort/issues/2371">#2371</a>
from cclauss/ruff-rules-B017-B028-E203</li>
<li><a
href="https://github.com/PyCQA/isort/commit/1708f3e87ad1b1885e5bddcd29799a9434207738"><code>1708f3e</code></a>
Ruff rules B017, B028, and E203</li>
<li><a
href="https://github.com/PyCQA/isort/commit/1157b58fb70b9166f75f567fdbe45d6fa2cbfc5c"><code>1157b58</code></a>
Merge pull request <a
href="https://redirect.github.com/PyCQA/isort/issues/2359">#2359</a>
from cclauss/ruff</li>
<li>Additional commits viewable in <a
href="https://github.com/PyCQA/isort/compare/5.12.0...6.0.1">compare
view</a></li>
</ul>
</details>
<br />


You can trigger a rebase of this PR 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>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Updates the requirements on
[setuptools](https://github.com/pypa/setuptools) to permit the latest
version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's
changelog</a>.</em></p>
<blockquote>
<h1>v78.1.0</h1>
<h2>Features</h2>
<ul>
<li>Restore access to _get_vc_env with a warning. (<a
href="https://redirect.github.com/pypa/setuptools/issues/4874">#4874</a>)</li>
</ul>
<h1>v78.0.2</h1>
<h2>Bugfixes</h2>
<ul>
<li>Postponed removals of deprecated dash-separated and uppercase fields
in <code>setup.cfg</code>.
All packages with deprecated configurations are advised to move before
2026. (<a
href="https://redirect.github.com/pypa/setuptools/issues/4911">#4911</a>)</li>
</ul>
<h1>v78.0.1</h1>
<h2>Misc</h2>
<ul>
<li><a
href="https://redirect.github.com/pypa/setuptools/issues/4909">#4909</a></li>
</ul>
<h1>v78.0.0</h1>
<h2>Bugfixes</h2>
<ul>
<li>Reverted distutils changes that broke the monkey patching of command
classes. (<a
href="https://redirect.github.com/pypa/setuptools/issues/4902">#4902</a>)</li>
</ul>
<h2>Deprecations and Removals</h2>
<ul>
<li>
<p>Setuptools no longer accepts options containing uppercase or dash
characters in <code>setup.cfg</code>.
Please ensure to write the options in <code>setup.cfg</code> using the
:wiki:<code>lower_snake_case &lt;Snake_case&gt;</code> convention
(e.g. <code>Name =&gt; name</code>, <code>install-requires =&gt;
install_requires</code>).
This is a follow-up on deprecations introduced in
<code>v54.1.0
&lt;https://setuptools.pypa.io/en/latest/history.html#v54-1-0&gt;</code>_
(see <a
href="https://redirect.github.com/pypa/setuptools/issues/1608">#1608</a>)
and
<code>v54.1.1
&lt;https://setuptools.pypa.io/en/latest/history.html#v54-1-1&gt;</code>_
(see <a
href="https://redirect.github.com/pypa/setuptools/issues/2592">#2592</a>).</p>
<p>.. note::
This change <em>does not affect configurations in</em>
<code>pyproject.toml</code>
(which uses the :wiki:<code>lower-kebab-case
&lt;Letter_case#Kebab_case&gt;</code> convention following the precedent
set in :pep:<code>517</code>/:pep:<code>518</code>). (<a
href="https://redirect.github.com/pypa/setuptools/issues/4870">#4870</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/setuptools/commit/6ead555c5fb29bc57fe6105b1bffc163f56fd558"><code>6ead555</code></a>
Bump version: 78.0.2 β†’ 78.1.0</li>
<li><a
href="https://github.com/pypa/setuptools/commit/d37cd9ede4c0b529f4239d0c1e26c2a5996131c4"><code>d37cd9e</code></a>
Merge <a
href="https://github.com/pypa/distutils">https://github.com/pypa/distutils</a></li>
<li><a
href="https://github.com/pypa/setuptools/commit/efa2eb231c82f6630468ad358cfe4b65a013b690"><code>efa2eb2</code></a>
Restore access to _get_vc_env with a warning.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/3c88de1c62420c1e0161f48e34af6424ac009aa5"><code>3c88de1</code></a>
Bump version: 78.0.1 β†’ 78.0.2</li>
<li><a
href="https://github.com/pypa/setuptools/commit/a219451f7354816fe479cf2b0fd5bc47de0a57ee"><code>a219451</code></a>
Revert removals introduced in <code>v78.0.0</code> (<a
href="https://redirect.github.com/pypa/setuptools/issues/4911">#4911</a>)</li>
<li><a
href="https://github.com/pypa/setuptools/commit/d4326dd6896caa87dbf928610fa160a536b69323"><code>d4326dd</code></a>
Allow PyPy to fail on CI.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/92e22dd5765b54e1ce7c9f25c419371e666b15dc"><code>92e22dd</code></a>
Manually remove file to try to stop flaky tests on PyPy</li>
<li><a
href="https://github.com/pypa/setuptools/commit/caa48ab040420be2885e9d2a14ce6615bd17f992"><code>caa48ab</code></a>
Add news fragment</li>
<li><a
href="https://github.com/pypa/setuptools/commit/4e9b8caec323aba5b2b3764ef97018a8b1596a4b"><code>4e9b8ca</code></a>
Revert removals introduced in v78.0.0</li>
<li><a
href="https://github.com/pypa/setuptools/commit/5450f57f1cefa44c961fb50fc18e9826c95a5d59"><code>5450f57</code></a>
Bump version: 78.0.0 β†’ 78.0.1</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/setuptools/compare/v75.2.0...v78.1.0">compare
view</a></li>
</ul>
</details>
<br />


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>
Automatically created pull request for release v1.1.14-dev into test
branch.
Automatically created pull request for release v1.1.14-test into prod
branch.
@JuanVilla424 JuanVilla424 merged commit e0500e1 into main Apr 6, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments