Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the all group across 1 directory with 9 updates #586

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps the all group with 9 updates in the / directory:

Package From To
copier 9.3.1 9.4.1
tomli 2.0.1 2.0.2
mslex 1.2.0 1.3.0
keyring 25.2.1 25.4.1
cryptography 43.0.1 43.0.3
pyinstaller 6.10.0 6.11.0
ruff 0.4.10 0.7.0
mypy 1.11.2 1.12.1
poethepoet 0.26.1 0.29.0

Updates copier from 9.3.1 to 9.4.1

Release notes

Sourced from copier's releases.

v9.4.1 (2024-10-18)

Fix

  • restore support for preserve_symlinks: false for directories (#1820)

v9.4.0 (2024-10-15)

Fix

  • exclude: support negative exclude matching child of excluded parent
  • parse new answer when --skip-answered is used
  • validate answers to secret questions
  • updating: do not recreate deleted paths on update (#1719)
  • support Git config without user identity

Refactor

  • set default value for keep_trailing_newline more idiomatically
  • drop support for Python 3.8

Perf

  • updating: avoid creating subproject copy
Changelog

Sourced from copier's changelog.

v9.4.1 (2024-10-18)

Fix

  • restore support for preserve_symlinks: false for directories (#1820)

v9.4.0 (2024-10-15)

Fix

  • exclude: support negative exclude matching child of excluded parent
  • parse new answer when --skip-answered is used
  • validate answers to secret questions
  • updating: do not recreate deleted paths on update (#1719)
  • support Git config without user identity

Refactor

  • set default value for keep_trailing_newline more idiomatically
  • drop support for Python 3.8

Perf

  • updating: avoid creating subproject copy
Commits
  • e824d4f bump: version 9.4.0 → 9.4.1
  • 558f51c fix: restore support for preserve_symlinks: false for directories (#1820)
  • c53b928 build(deps-dev): bump mkdocs-material from 9.5.40 to 9.5.41
  • 59f13c0 bump: version 9.3.1 → 9.4.0
  • 34bde5a fix(exclude): support negative exclude matching child of excluded parent
  • 9ddee99 build(typing): fix Question.render_value() return type
  • 9d0d977 build(deps-dev): bump mypy from 1.11.2 to 1.12.0
  • 92a1b74 build(deps): update lock file
  • d0b3e26 refactor: set default value for keep_trailing_newline more idiomatically
  • 3c39738 refactor: drop support for Python 3.8
  • Additional commits viewable in compare view

Updates tomli from 2.0.1 to 2.0.2

Changelog

Sourced from tomli's changelog.

2.0.2

  • Removed
    • Python 3.7 support
  • Improved
    • Make loads raise TypeError not AttributeError on bad input types that do not have the replace attribute. Improve error message when bytes is received.
  • Type annotations
    • Type annotate load input as typing.IO[bytes] (previously typing.BinaryIO).
Commits
  • 3ec6775 Bump version: 2.0.1 → 2.0.2
  • 1dcd317 Add v2.0.2 changelog
  • c94ee69 Fix GitHub Actions badge
  • 4e245a4 tomli.loads: Raise TypeError not AttributeError. Improve message (#229)
  • facdab0 Update pre-commit. Remove docformatter
  • a613867 Use sys.version_info in compatibility layer (#220)
  • 39eff9b Add support for Python 3.12, drop EOL 3.7 (#224)
  • 0054e60 [pre-commit.ci] pre-commit autoupdate (#208)
  • 1bd3345 Test against Python 3.12-dev
  • 5646e69 Type annotate as IO[bytes], not BinaryIO
  • Additional commits viewable in compare view

Updates mslex from 1.2.0 to 1.3.0

Commits
  • aece39b Merge pull request #14 from smoofra/ucrt
  • 7181889 Bump version: 1.2.0 → 1.3.0
  • 382584e cleanup examples
  • 8090206 add ucrt output to examples
  • d9188f2 added python 3.12 to tox
  • 7735738 added parser for modern argument parsing rules
  • ba267b8 bugfix: fix splitting of examples like 'foo"^'
  • See full diff in compare view

Updates keyring from 25.2.1 to 25.4.1

Changelog

Sourced from keyring's changelog.

v25.4.1

Bugfixes

  • Fixed ValueError for AnonymousCredentials in CLI. (#694)

v25.4.0

Features

  • Refined type spec and interfaces on credential objects. Introduced AnonymousCredential to model a secret without a username. (#689)

v25.3.0

Features

  • Deprecated support for empty usernames. Now all backends will reject an empty string as input for the 'username' field when setting a password. Later this deprecation will become a more visible user warning and even later an error. If this warning is triggered in your environment, please consider using a static value (even 'username') or comment in the issue and describe the use-case that demands support for empty usernames. (#668)
Commits
  • 24ec25d Finalize
  • 5bc7149 Merge pull request #695 from ffissore/anon-fix
  • e9f7851 Add another test to cover Credential._vars.
  • b75609e Add news fragment.
  • ef69469 Move class-specific behaviors into the classes.
  • c5c06ce Merge branch 'test/694' into anon-fix
  • 41892e7 Add test for get_credential with no username.
  • bd2a372 Not accessing credentials.username if credentials is an instance of `Anon...
  • 0041050 Finalize
  • 98f027b Merge pull request #691 from Avasam/add-typed-libraries-to-type-checking
  • Additional commits viewable in compare view

Updates cryptography from 43.0.1 to 43.0.3

Changelog

Sourced from cryptography's changelog.

43.0.3 - 2024-10-18


* Fixed release metadata for ``cryptography-vectors``

.. _v43-0-2:

43.0.2 - 2024-10-18

  • Fixed compilation when using LibreSSL 4.0.0.

.. _v43-0-1:

Commits

Updates pyinstaller from 6.10.0 to 6.11.0

Release notes

Sourced from pyinstaller's releases.

v6.11.0

Please see the v6.11.0 section of the changelog for a list of the changes since v6.10.0.

Changelog

Sourced from pyinstaller's changelog.

6.11.0 (2024-10-15)

Features


* Implement a mechanism that allows hooks to inform PyInstaller's binary
  dependency analysis that it should not create symbolic links to top-level
  application directory for certain shared libraries (applicable to platforms
  where such symbolic links are created in the first place). This mechanism
  is intended as a work around for corner cases when such symbolic links
  disrupt run-time discovery of other shared libraries that are stored in
  the linked library's true location. (:issue:`8761`)

Bugfix


* (Windows) Allow PyInstaller to be launched from SYSTEM user's home
  directory (``%WINDIR%\system32\config\systemprofile``) and its
  sub-directories, as an exception to general prohibition of running
  from Windows directory and its sub-directories (which was introduced
  in :issue:`8570`). (:issue:`8816`)
* (Windows) Attempt to mitigate timing issues that prevented console
  hiding/minimization mechanism (:issue:`7735`) from taking effect when
  Windows Terminal is used as the default terminal app. (:issue:`8798`)
* (Windows) Fix binary dependency analysis for files found under
  SYSTEM user's home directory (``%WINDIR%\system32\config\systemprofile``)
  when running PyInstaller as SYSTEM user. (:issue:`8810`)
* (Windows) Fix regression with PyInstaller 6.x and ``numpy`` < 1.26
  that resulted in duplicated shared libraries bundled with ``numpy``
  PyPI wheels. (:issue:`8736`)
* (Windows) Fix the leak of ``VCRUNTIME140.dll`` in ``onefile`` applications
  with splash screen enabled, this time in scenarios with full application
  restart (regression introduced by :issue:`8650`). (:issue:`8701`)
* Fix a regression when trying to use ``runpy.run_path`` to run a python
  script bundled with the frozen application. (:issue:`8767`)

Hooks


* Add hook for ``PySide6.QtGraphsWidgets``, which was introduced with
  ``PySide6`` v6.8.0. (:issue:`8828`)
* Tweak the ``setuptools`` hook to minimize collection of vendored
  packages/modules and their (meta)data when using ``setuptools`` >= 71.0;
  the aim is to have the run-time behavior of collected vendored package
  closely match the behavior of its non-vendored counterpart. (:issue:`8737`)
* Update ``babel`` hook to collect all submodules that are needed to
  unpickle the bundled locale data files. (:issue:`8750`)
</tr></table> 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/2996af6ba7615b2b5b822252b51e4d39d1c76f2e"><code>2996af6</code></a> Release v2024.8. [skip ci]</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/a52f9b60ec8a21ffb1066b347a1e4b893c98ddd6"><code>a52f9b6</code></a> tests: have signal-forward/ignore test use a single program build</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/71abbcc91992e97fed859504e7fd57d286fd630a"><code>71abbcc</code></a> tests: rewrite the onefile signal-forward/ignore test</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/67157e4aac509b801f4896eb982b9a2361a488a5"><code>67157e4</code></a> Tests: Requirements: Scheduled weekly dependency update for week 41 (<a href="https://redirect.github.com/pyinstaller/pyinstaller/issues/8827">#8827</a>)</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/b346ec3c5983ad068c1a994bc9f2d4893b7235a3"><code>b346ec3</code></a> hooks: add hook for PySide6.QtGraphsWidgets</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/9c2bba57bfbd97268f1023ffc394eb6b261c4cf8"><code>9c2bba5</code></a> setup: Fix too-soon check for available bootloaders</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/2ebca31568e4d84371845a9358245aa4b2de0337"><code>2ebca31</code></a> ci: split macOS test workflows between macos-13 and macos-14 runners</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/fcc9526cd77735ba70ecb4d10639f10d20c1f407"><code>fcc9526</code></a> tests: apple events: use UUID for unique URL scheme and file extension</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/1d7fcb32959ae76112456c78ca9a460da47a554f"><code>1d7fcb3</code></a> tests: apple events: fix path to Carbon.framework</li>
<li><a href="https://github.com/pyinstaller/pyinstaller/commit/d5f56ba37291add6139f624cdf1ca3c97be86cd7"><code>d5f56ba</code></a> tests: remove keyring pin for old python + macOS combination</li>
<li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller/compare/v6.10.0...v6.11.0">compare view</a></li>
</ul>
</details>

<br />
</code></pre>

Updates `ruff` from 0.4.10 to 0.7.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/astral-sh/ruff/releases">ruff's releases</a>.</em></p>
<blockquote>
<h2>0.7.0</h2>
<h2>Release Notes</h2>
<p>Check out the <a href="https://astral.sh/blog/ruff-v0.7.0">blog post</a> for a migration guide and overview of the changes!</p>
<h3>Breaking changes</h3>
<ul>
<li>The pytest rules <code>PT001</code> and <code>PT023</code> now default to omitting the decorator parentheses when there are no arguments
(<a href="https://redirect.github.com/astral-sh/ruff/pull/12838">#12838</a>, <a href="https://redirect.github.com/astral-sh/ruff/pull/13292">#13292</a>).
This was a change that we attempted to make in Ruff v0.6.0, but only partially made due to an error on our part.
See the <a href="https://astral.sh/blog/ruff-v0.7.0">blog post</a> for more details.</li>
<li>The <code>useless-try-except</code> rule (in our <code>tryceratops</code> category) has been recoded from <code>TRY302</code> to
<code>TRY203</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/13502">#13502</a>). This ensures Ruff's code is consistent with
the same rule in the <a href="https://github.com/guilatrova/tryceratops"><code>tryceratops</code></a> linter.</li>
<li>The <code>lint.allow-unused-imports</code> setting has been removed (<a href="https://redirect.github.com/astral-sh/ruff/pull/13677">#13677</a>). Use
<a href="https://docs.astral.sh/ruff/settings/#lint_pyflakes_allowed-unused-imports"><code>lint.pyflakes.allow-unused-imports</code></a>
instead.</li>
</ul>
<h3>Formatter preview style</h3>
<ul>
<li>Normalize implicit concatenated f-string quotes per part (<a href="https://redirect.github.com/astral-sh/ruff/pull/13539">#13539</a>)</li>
</ul>
<h3>Preview linter features</h3>
<ul>
<li>[<code>refurb</code>] implement <code>hardcoded-string-charset</code> (FURB156) (<a href="https://redirect.github.com/astral-sh/ruff/pull/13530">#13530</a>)</li>
<li>[<code>refurb</code>] Count codepoints not bytes for <code>slice-to-remove-prefix-or-suffix (FURB188)</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/13631">#13631</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>pylint</code>] Mark <code>PLE1141</code> fix as unsafe (<a href="https://redirect.github.com/astral-sh/ruff/pull/13629">#13629</a>)</li>
<li>[<code>flake8-async</code>] Consider async generators to be &quot;checkpoints&quot; for <code>cancel-scope-no-checkpoint</code> (<code>ASYNC100</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/13639">#13639</a>)</li>
<li>[<code>flake8-bugbear</code>] Do not suggest setting parameter <code>strict=</code> to <code>False</code> in <code>B905</code> diagnostic message (<a href="https://redirect.github.com/astral-sh/ruff/pull/13656">#13656</a>)</li>
<li>[<code>flake8-todos</code>] Only flag the word &quot;TODO&quot;, not words starting with &quot;todo&quot; (<code>TD006</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/13640">#13640</a>)</li>
<li>[<code>pycodestyle</code>] Fix whitespace-related false positives and false negatives inside type-parameter lists (<code>E231</code>, <code>E251</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/13704">#13704</a>)</li>
<li>[<code>flake8-simplify</code>] Stabilize preview behavior for <code>SIM115</code> so that the rule can detect files
being opened from a wider range of standard-library functions (<a href="https://redirect.github.com/astral-sh/ruff/pull/12959">#12959</a>).</li>
</ul>
<h3>CLI</h3>
<ul>
<li>Add explanation of fixable in <code>--statistics</code> command (<a href="https://redirect.github.com/astral-sh/ruff/pull/13774">#13774</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>[<code>pyflakes</code>] Allow <code>ipytest</code> cell magic (<code>F401</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/13745">#13745</a>)</li>
<li>[<code>flake8-use-pathlib</code>] Fix <code>PTH123</code> false positive when <code>open</code> is passed a file descriptor (<a href="https://redirect.github.com/astral-sh/ruff/pull/13616">#13616</a>)</li>
<li>[<code>flake8-bandit</code>] Detect patterns from multi line SQL statements (<code>S608</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/13574">#13574</a>)</li>
<li>[<code>flake8-pyi</code>] - Fix dropped expressions in <code>PYI030</code> autofix (<a href="https://redirect.github.com/astral-sh/ruff/pull/13727">#13727</a>)</li>
</ul>
<h2>Contributors</h2>
<ul>
<li><a href="https://github.com/AlexWaygood"><code>@​AlexWaygood</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's changelog</a>.</em></p>
<blockquote>
<h2>0.7.0</h2>
<p>Check out the <a href="https://astral.sh/blog/ruff-v0.7.0">blog post</a> for a migration guide and overview of the changes!</p>
<h3>Breaking changes</h3>
<ul>
<li>The pytest rules <code>PT001</code> and <code>PT023</code> now default to omitting the decorator parentheses when there are no arguments
(<a href="https://redirect.github.com/astral-sh/ruff/pull/12838">#12838</a>, <a href="https://redirect.github.com/astral-sh/ruff/pull/13292">#13292</a>).
This was a change that we attempted to make in Ruff v0.6.0, but only partially made due to an error on our part.
See the <a href="https://astral.sh/blog/ruff-v0.7.0">blog post</a> for more details.</li>
<li>The <code>useless-try-except</code> rule (in our <code>tryceratops</code> category) has been recoded from <code>TRY302</code> to
<code>TRY203</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/13502">#13502</a>). This ensures Ruff's code is consistent with
the same rule in the <a href="https://github.com/guilatrova/tryceratops"><code>tryceratops</code></a> linter.</li>
<li>The <code>lint.allow-unused-imports</code> setting has been removed (<a href="https://redirect.github.com/astral-sh/ruff/pull/13677">#13677</a>). Use
<a href="https://docs.astral.sh/ruff/settings/#lint_pyflakes_allowed-unused-imports"><code>lint.pyflakes.allow-unused-imports</code></a>
instead.</li>
</ul>
<h3>Formatter preview style</h3>
<ul>
<li>Normalize implicit concatenated f-string quotes per part (<a href="https://redirect.github.com/astral-sh/ruff/pull/13539">#13539</a>)</li>
</ul>
<h3>Preview linter features</h3>
<ul>
<li>[<code>refurb</code>] implement <code>hardcoded-string-charset</code> (FURB156) (<a href="https://redirect.github.com/astral-sh/ruff/pull/13530">#13530</a>)</li>
<li>[<code>refurb</code>] Count codepoints not bytes for <code>slice-to-remove-prefix-or-suffix (FURB188)</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/13631">#13631</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>pylint</code>] Mark <code>PLE1141</code> fix as unsafe (<a href="https://redirect.github.com/astral-sh/ruff/pull/13629">#13629</a>)</li>
<li>[<code>flake8-async</code>] Consider async generators to be &quot;checkpoints&quot; for <code>cancel-scope-no-checkpoint</code> (<code>ASYNC100</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/13639">#13639</a>)</li>
<li>[<code>flake8-bugbear</code>] Do not suggest setting parameter <code>strict=</code> to <code>False</code> in <code>B905</code> diagnostic message (<a href="https://redirect.github.com/astral-sh/ruff/pull/13656">#13656</a>)</li>
<li>[<code>flake8-todos</code>] Only flag the word &quot;TODO&quot;, not words starting with &quot;todo&quot; (<code>TD006</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/13640">#13640</a>)</li>
<li>[<code>pycodestyle</code>] Fix whitespace-related false positives and false negatives inside type-parameter lists (<code>E231</code>, <code>E251</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/13704">#13704</a>)</li>
<li>[<code>flake8-simplify</code>] Stabilize preview behavior for <code>SIM115</code> so that the rule can detect files
being opened from a wider range of standard-library functions (<a href="https://redirect.github.com/astral-sh/ruff/pull/12959">#12959</a>).</li>
</ul>
<h3>CLI</h3>
<ul>
<li>Add explanation of fixable in <code>--statistics</code> command (<a href="https://redirect.github.com/astral-sh/ruff/pull/13774">#13774</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>[<code>pyflakes</code>] Allow <code>ipytest</code> cell magic (<code>F401</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/13745">#13745</a>)</li>
<li>[<code>flake8-use-pathlib</code>] Fix <code>PTH123</code> false positive when <code>open</code> is passed a file descriptor (<a href="https://redirect.github.com/astral-sh/ruff/pull/13616">#13616</a>)</li>
<li>[<code>flake8-bandit</code>] Detect patterns from multi line SQL statements (<code>S608</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/13574">#13574</a>)</li>
<li>[<code>flake8-pyi</code>] - Fix dropped expressions in <code>PYI030</code> autofix (<a href="https://redirect.github.com/astral-sh/ruff/pull/13727">#13727</a>)</li>
</ul>
<h2>0.6.9</h2>
<h3>Preview features</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/astral-sh/ruff/commit/5e6de4e0c69660e8ca8608d1ac965216197756ce"><code>5e6de4e</code></a> Changelog for Ruff v0.7 (<a href="https://redirect.github.com/astral-sh/ruff/issues/13794">#13794</a>)</li>
<li><a href="https://github.com/astral-sh/ruff/commit/70e5c4a8ba679e80554c02bce7435dde085eb5bf"><code>70e5c4a</code></a> Recode <code>TRY302</code> to <code>TRY203</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/13502">#13502</a>)</li>
<li><a href="https://github.com/astral-sh/ruff/commit/9218d6bedc1063c110a8205db144fedc4366a3ec"><code>9218d6b</code></a> Remove <code>allow-unused-imports</code> setting from the common lint options (<a href="https://redirect.github.com/astral-sh/ruff/issues/13677">#13677</a>)</li>
<li><a href="https://github.com/astral-sh/ruff/commit/1b79ae9817d2c5da6ac81b069c5dff71e1e771c8"><code>1b79ae9</code></a> [ruff-0.7] Stabilise the expansion of <code>open-file-with-context-handler</code> to wor...</li>
<li><a href="https://github.com/astral-sh/ruff/commit/2b87587ac2b407c9dfb0d020339218e12321a898"><code>2b87587</code></a> [<code>flake8-pytest-style</code>] Fix defaults when <code>lint.flake8-pytest-style</code> config s...</li>
<li><a href="https://github.com/astral-sh/ruff/commit/d1e15f6246265dab43bbfbc0f9c10c8a8e720347"><code>d1e15f6</code></a> Remove tab-size setting (<a href="https://redirect.github.com/astral-sh/ruff/issues/12835">#12835</a>)</li>
<li><a href="https://github.com/astral-sh/ruff/commit/89a82158a12fe903c0bcbbbeafc9e00b9f888539"><code>89a8215</code></a> Remove error messages for removed CLI aliases (<a href="https://redirect.github.com/astral-sh/ruff/issues/12833">#12833</a>)</li>
<li><a href="https://github.com/astral-sh/ruff/commit/202c6a6d753ba07aee27220eaece04b7f52b9d6a"><code>202c6a6</code></a> Remove <code>output-format=text</code> setting (<a href="https://redirect.github.com/astral-sh/ruff/issues/12836">#12836</a>)</li>
<li><a href="https://github.com/astral-sh/ruff/commit/5c3c0c4705dfba0ba777df384482464e29e7d86c"><code>5c3c0c4</code></a> [red-knot] Inference for comparison of union types (<a href="https://redirect.github.com/astral-sh/ruff/issues/13781">#13781</a>)</li>
<li><a href="https://github.com/astral-sh/ruff/commit/6b7a738825a5268590fbf4e9724930734d326f32"><code>6b7a738</code></a> Add explanation of fixable in <code>--statistics</code> command (<a href="https://redirect.github.com/astral-sh/ruff/issues/13774">#13774</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/v0.4.10...0.7.0">compare view</a></li>
</ul>
</details>
<br />

Updates `mypy` from 1.11.2 to 1.12.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/python/mypy/blob/master/CHANGELOG.md">mypy's changelog</a>.</em></p>
<blockquote>
<h3>Mypy 1.12.1</h3>
<ul>
<li>Fix crash when showing partially analyzed type in error message (Ivan Levkivskyi, PR <a href="https://redirect.github.com/python/mypy/pull/17961">17961</a>)</li>
<li>Fix iteration over union (when self type is involved) (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17976">17976</a>)</li>
<li>Fix type object with type var default in union context (Jukka Lehtosalo, PR <a href="https://redirect.github.com/python/mypy/pull/17991">17991</a>)</li>
<li>Revert change to <code>os.path</code> stubs affecting use of <code>os.PathLike[Any]</code> (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/17995">17995</a>)</li>
</ul>
<h3>Acknowledgements</h3>
<p>Thanks to all mypy contributors who contributed to this release:</p>
<ul>
<li>Ali Hamdan</li>
<li>Anders Kaseorg</li>
<li>Bénédikt Tran</li>
<li>Brian Schubert</li>
<li>bzoracler</li>
<li>Chelsea Durazo</li>
<li>Danny Yang</li>
<li>Edgar Ramírez Mondragón</li>
<li>Eric Mark Martin</li>
<li>InSync</li>
<li>Ivan Levkivskyi</li>
<li>Jordandev678</li>
<li>Katrina Connors</li>
<li>Kirill Podoprigora</li>
<li>Marc Mueller</li>
<li>Max Muoto</li>
<li>Max Murin</li>
<li>Michael Carlstrom</li>
<li>Michael I Chen</li>
<li>Pradyun Gedam</li>
<li>quinn-sasha</li>
<li>Raphael Krupinski</li>
<li>Sebastian Rittau</li>
<li>Shantanu</li>
<li>sobolevn</li>
<li>Soubhik Kumar Mitra</li>
<li>Stanislav Terliakov</li>
<li>wyattscarpenter</li>
</ul>
<p>I’d also like to thank my employer, Dropbox, for supporting mypy development.</p>
<h2>Mypy 1.11</h2>
<p>We’ve just uploaded mypy 1.11 to the Python Package Index (<a href="https://pypi.org/project/mypy/">PyPI</a>). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:</p>
<pre><code>python3 -m pip install -U mypy
</code></pre>
<p>You can read the full documentation for this release on <a href="http://mypy.readthedocs.io">Read the Docs</a>.</p>
<h3>Support Python 3.12 Syntax for Generics (PEP 695)</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/python/mypy/commit/050d12f8d5b07a892fc4e24fabc485cfafce3ff0"><code>050d12f</code></a> Bump version to 1.12.1</li>
<li><a href="https://github.com/python/mypy/commit/346e370fc314b3c7c84a1e3e920dd9afe039b4bd"><code>346e370</code></a> [1.12 backport] revert os.path change (<a href="https://redirect.github.com/python/mypy/issues/17995">#17995</a>)</li>
<li><a href="https://github.com/python/mypy/commit/71e1f055f0fcfa289a8ed6e82297ceb0a3e74417"><code>71e1f05</code></a> Fix type object with type var default in union context (<a href="https://redirect.github.com/python/mypy/issues/17991">#17991</a>)</li>
<li><a href="https://github.com/python/mypy/commit/34d86038bab0b79251019fd1cbb438b7aef1a592"><code>34d8603</code></a> Fix iteration over union (when self type is involved) (<a href="https://redirect.github.com/python/mypy/issues/17976">#17976</a>)</li>
<li><a href="https://github.com/python/mypy/commit/2485bed372cbc82ea4789c480eb6359905693e86"><code>2485bed</code></a> Use kw-only args for member access booleans (<a href="https://redirect.github.com/python/mypy/issues/17975">#17975</a>)</li>
<li><a href="https://github.com/python/mypy/commit/a5e9b0b7fe5f2b5e3b3efac844216159a24ebd9c"><code>a5e9b0b</code></a> Fix crash when showing partially analyzed type in error message (<a href="https://redirect.github.com/python/mypy/issues/17961">#17961</a>)</li>
<li><a href="https://github.com/python/mypy/commit/4775da1977dc116d2005e61e819df1603780178a"><code>4775da1</code></a> Bump version to 1.12.1+dev</li>
<li><a href="https://github.com/python/mypy/commit/f2a39b16f00e2b7b1922aa9324c092cabbae57a9"><code>f2a39b1</code></a> Update version to 1.12.0</li>
<li><a href="https://github.com/python/mypy/commit/b4ec37acce8e0b47518f62a87710375a5b91afed"><code>b4ec37a</code></a> Add one more 1.12 changelog item (<a href="https://redirect.github.com/python/mypy/issues/17936">#17936</a>)</li>
<li><a href="https://github.com/python/mypy/commit/cc1c679a9296e9f66b8ed54d5aea559829b4fcfb"><code>cc1c679</code></a> Better handling of generic functions in partial plugin (<a href="https://redirect.github.com/python/mypy/issues/17925">#17925</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/python/mypy/compare/v1.11.2...v1.12.1">compare view</a></li>
</ul>
</details>
<br />

Updates `poethepoet` from 0.26.1 to 0.29.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/nat-n/poethepoet/releases">poethepoet's releases</a>.</em></p>
<blockquote>
<h2>0.29.0</h2>
<h2>Enhancements</h2>
<ul>
<li>Add support for poe_tasks.toml or yaml or json files by <a href="https://github.com/nat-n"><code>@​nat-n</code></a> in <a href="https://redirect.github.com/nat-n/poethepoet/pull/241">nat-n/poethepoet#241</a> <a href="https://poethepoet.natn.io/guides/without_poetry.html#usage-without-pyproject-toml">📖</a></li>
<li>Add support for help messages spanning multiple lines by <a href="https://github.com/taconi"><code>@​taconi</code></a> in <a href="https://redirect.github.com/nat-n/poethepoet/pull/240">nat-n/poethepoet#240</a></li>
<li>Only depend on tomli for python&lt;3.11 by <a href="https://github.com/nat-n"><code>@​nat-n</code></a> in <a href="https://redirect.github.com/nat-n/poethepoet/pull/243">nat-n/poethepoet#243</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/taconi"><code>@​taconi</code></a> made their first contribution in <a href="https://redirect.github.com/nat-n/poethepoet/pull/240">nat-n/poethepoet#240</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/nat-n/poethepoet/compare/v0.28.0...v0.29.0">https://github.com/nat-n/poethepoet/compare/v0.28.0...v0.29.0</a></p>
<h2>0.28.0</h2>
<h2>Enhancements</h2>
<ul>
<li>Document support for global tasks and improve completion scripts by <a href="https://github.com/nat-n"><code>@​nat-n</code></a> in <a href="https://redirect.github.com/nat-n/poethepoet/pull/235">nat-n/poethepoet#235</a></li>
<li>Add --executor CLI option to override the executor at runtime. by <a href="https://github.com/nat-n"><code>@​nat-n</code></a> in <a href="https://redirect.github.com/nat-n/poethepoet/pull/238">nat-n/poethepoet#238</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/nat-n/poethepoet/compare/v0.27.0...v0.28.0">https://github.com/nat-n/poethepoet/compare/v0.27.0...v0.28.0</a></p>
<h2>0.27.0</h2>
<h2>Enhancements</h2>
<ul>
<li>Add support for POE_GIT_DIR and POE_GIT_ROOT variables in config by <a href="https://github.com/nat-n"><code>@​nat-n</code></a> in <a href="https://redirect.github.com/nat-n/poethepoet/pull/229">nat-n/poethepoet#229</a></li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fix handling of comments in multiline cmd tasks <a href="https://github.com/snejus"><code>@​snejus</code></a> in <a href="https://redirect.github.com/nat-n/poethepoet/pull/225">nat-n/poethepoet#225</a></li>
<li>Fix ordered substitution of templated variables in env vars config <a href="https://redirect.github.com/nat-n/poethepoet/issues/223">#223</a> by <a href="https://github.com/dbohdan"><code>@​dbohdan</code></a> in <a href="https://redirect.github.com/nat-n/poethepoet/pull/227">nat-n/poethepoet#227</a></li>
<li>Fix typos in docs and code by <a href="https://github.com/kianmeng"><code>@​kianmeng</code></a> in <a href="https://redirect.github.com/nat-n/poethepoet/pull/228">nat-n/poethepoet#228</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/kianmeng"><code>@​kianmeng</code></a> made their first contribution in <a href="https://redirect.github.com/nat-n/poethepoet/pull/228">nat-n/poethepoet#228</a></li>
<li><a href="https://github.com/snejus"><code>@​snejus</code></a> made their first contribution in <a href="https://redirect.github.com/nat-n/poethepoet/pull/225">nat-n/poethepoet#225</a></li>
<li><a href="https://github.com/dbohdan"><code>@​dbohdan</code></a> made their first contribution in <a href="https://redirect.github.com/nat-n/poethepoet/pull/227">nat-n/poethepoet#227</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/nat-n/poethepoet/compare/v0.26.1...v0.27.0">https://github.com/nat-n/poethepoet/compare/v0.26.1...v0.27.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nat-n/poethepoet/commit/72892b100e40d4fd6ba64edf8401ef9c5faad1d6"><code>72892b1</code></a> Bump version to 0.29.0</li>
<li><a href="https://github.com/nat-n/poethepoet/commit/1bcc691a0a925a4cbe32c84e7d5facc5b1408d5d"><code>1bcc691</code></a> chore: only depend on tomli for older pythons (<a href="https://redirect.github.com/nat-n/poethepoet/issues/243">#243</a>)</li>
<li><a href="https://github.com/nat-n/poethepoet/commit/62c6061d319e6da481f4683a3aff746c53d870be"><code>62c6061</code></a> Allow help text with line breaks (<a href="https://redirect.github.com/nat-n/poethepoet/issues/240">#240</a>)</li>
<li><a href="https://github.com/nat-n/poethepoet/commit/de19a429af70fe0dfa57d7d77f77c0f4d55edbdb"><code>de19a42</code></a> docs: Suggest edgar as name for global tasks alias</li>
<li><a href="https://github.com/nat-n/poethepoet/commit/ad24166fc48be6acc4e721cafa7457862bb5f300"><code>ad24166</code></a> chore: update CONTRIBUTING.md and add pull_request_template.md</li>
<li><a href="https://github.com/nat-n/poethepoet/commit/0dc3cc0153a0b4536dbc023df2ca317d8e669a80"><code>0dc3cc0</code></a> chore: Update GH action</li>
<li><a href="https://github.com/nat-n/poethepoet/commit/fa2f2cdc6d4a7ffff6e88f26e7fad589e6cecd1d"><code>fa2f2cd</code></a> Add support for poe_tasks files in toml, yaml, or json (<a href="https://redirect.github.com/nat-n/poethepoet/issues/241">#241</a>)</li>
<li><a href="https://github.com/nat-n/poethepoet/commit/c5841bc3ef14dab3aeea71dc89f93690948e9191"><code>c5841bc</code></a> Update GH actions</li>
<li><a href="https://github.com/nat-n/poethepoet/commit/e9689ad51a56b08b2fb230e76dda02c29c558b00"><code>e9689ad</code></a> Bump the version to 0.28.0</li>
<li><a href="https://github.com/nat-n/poethepoet/commit/6e195de40bb715f9992f9b6aa9bf0e7552f4ba51"><code>6e195de</code></a> Add --executor CLI option to override the executor at runtime. (<a href="https://redirect.github.com/nat-n/poethepoet/issues/238">#238</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/nat-n/poethepoet/compare/v0.26.1...v0.29.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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions


</details>

Bumps the all group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [copier](https://github.com/copier-org/copier) | `9.3.1` | `9.4.1` |
| [tomli](https://github.com/hukkin/tomli) | `2.0.1` | `2.0.2` |
| [mslex](https://github.com/smoofra/mslex) | `1.2.0` | `1.3.0` |
| [keyring](https://github.com/jaraco/keyring) | `25.2.1` | `25.4.1` |
| [cryptography](https://github.com/pyca/cryptography) | `43.0.1` | `43.0.3` |
| [pyinstaller](https://github.com/pyinstaller/pyinstaller) | `6.10.0` | `6.11.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.4.10` | `0.7.0` |
| [mypy](https://github.com/python/mypy) | `1.11.2` | `1.12.1` |
| [poethepoet](https://github.com/nat-n/poethepoet) | `0.26.1` | `0.29.0` |



Updates `copier` from 9.3.1 to 9.4.1
- [Release notes](https://github.com/copier-org/copier/releases)
- [Changelog](https://github.com/copier-org/copier/blob/master/CHANGELOG.md)
- [Commits](copier-org/copier@v9.3.1...v9.4.1)

Updates `tomli` from 2.0.1 to 2.0.2
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)
- [Commits](hukkin/tomli@2.0.1...2.0.2)

Updates `mslex` from 1.2.0 to 1.3.0
- [Commits](smoofra/mslex@v1.2.0...v1.3.0)

Updates `keyring` from 25.2.1 to 25.4.1
- [Release notes](https://github.com/jaraco/keyring/releases)
- [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst)
- [Commits](jaraco/keyring@v25.2.1...v25.4.1)

Updates `cryptography` from 43.0.1 to 43.0.3
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.1...43.0.3)

Updates `pyinstaller` from 6.10.0 to 6.11.0
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v6.10.0...v6.11.0)

Updates `ruff` from 0.4.10 to 0.7.0
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.10...0.7.0)

Updates `mypy` from 1.11.2 to 1.12.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11.2...v1.12.1)

Updates `poethepoet` from 0.26.1 to 0.29.0
- [Release notes](https://github.com/nat-n/poethepoet/releases)
- [Commits](nat-n/poethepoet@v0.26.1...v0.29.0)

---
updated-dependencies:
- dependency-name: copier
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tomli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: mslex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: keyring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: pyinstaller
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: poethepoet
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 21, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 28, 2024
@dependabot dependabot bot deleted the dependabot/pip/all-0bac02bb42 branch October 28, 2024 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants