generated from tugrulates/template-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit d743c6a
authored
Bump the dependencies group with 5 updates (#195)
Bumps the dependencies group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [pydantic](https://github.com/pydantic/pydantic) | `2.11.7` | `2.11.9`
|
|
[flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions)
| `3.16.0` | `3.17.0` |
| [mypy](https://github.com/python/mypy) | `1.17.1` | `1.18.1` |
| [types-pyyaml](https://github.com/typeshed-internal/stub_uploader) |
`6.0.12.20250822` | `6.0.12.20250915` |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.3.0` |
`7.0.0` |
Updates `pydantic` from 2.11.7 to 2.11.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pydantic/pydantic/releases">pydantic's
releases</a>.</em></p>
<blockquote>
<h2>v2.11.9 2025-09-13</h2>
<h3>What's Changed</h3>
<h4>Fixes</h4>
<ul>
<li>Backport v1.10.23 changes by <a
href="https://github.com/Viicos"><code>@Viicos</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pydantic/pydantic/compare/v2.11.8...v2.11.9">https://github.com/pydantic/pydantic/compare/v2.11.8...v2.11.9</a></p>
<h2>v2.11.8 2025-09-13</h2>
<h2>v2.11.8 (2025-09-13)</h2>
<h3>What's Changed</h3>
<h4>Fixes</h4>
<ul>
<li>Fix mypy plugin for mypy 1.18 by <a
href="https://github.com/cdce8p"><code>@cdce8p</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/12209">#12209</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pydantic/pydantic/compare/v2.11.7...v2.11.8">https://github.com/pydantic/pydantic/compare/v2.11.7...v2.11.8</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pydantic/pydantic/blob/v2.11.9/HISTORY.md">pydantic's
changelog</a>.</em></p>
<blockquote>
<h2>v2.11.9 (2025-09-13)</h2>
<p><a
href="https://github.com/pydantic/pydantic/releases/tag/v2.11.9">GitHub
release</a></p>
<h3>What's Changed</h3>
<h4>Fixes</h4>
<ul>
<li>Backport v1.10.23 changes by <a
href="https://github.com/Viicos"><code>@Viicos</code></a></li>
</ul>
<h2>v2.11.8 (2025-09-13)</h2>
<p><a
href="https://github.com/pydantic/pydantic/releases/tag/v2.11.8">GitHub
release</a></p>
<h3>What's Changed</h3>
<h4>Fixes</h4>
<ul>
<li>Fix mypy plugin for mypy 1.18 by <a
href="https://github.com/cdce8p"><code>@cdce8p</code></a> in <a
href="https://redirect.github.com/pydantic/pydantic/pull/12209">#12209</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pydantic/pydantic/commit/92310953c146a2ac668a0141be820c083e325f5d"><code>9231095</code></a>
Prepare release v2.11.9</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/f003a89eeaff35ee18f220a2c790d20536e3d0ab"><code>f003a89</code></a>
Backport v1.10.23 changes</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/96b81ddaf93a1f2e19ff1609080c33de10b8d931"><code>96b81dd</code></a>
Prepare release v2.11.8</li>
<li><a
href="https://github.com/pydantic/pydantic/commit/966f377692194b3f1d6d5155ac78052bec0a751d"><code>966f377</code></a>
Fix mypy v2 plugin for upcoming <code>1.18</code> mypy release</li>
<li>See full diff in <a
href="https://github.com/pydantic/pydantic/compare/v2.11.7...v2.11.9">compare
view</a></li>
</ul>
</details>
<br />
Updates `flake8-comprehensions` from 3.16.0 to 3.17.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/adamchainz/flake8-comprehensions/blob/main/CHANGELOG.rst">flake8-comprehensions's
changelog</a>.</em></p>
<blockquote>
<h2>3.17.0 (2025-09-09)</h2>
<ul>
<li>Support Python 3.14.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/adamchainz/flake8-comprehensions/commit/adc19e260c3f719480fbde7c89c9095f83883eb1"><code>adc19e2</code></a>
Version 3.17.0</li>
<li><a
href="https://github.com/adamchainz/flake8-comprehensions/commit/f636a0fe53473da4b155993c7905fc551fa920b7"><code>f636a0f</code></a>
Handle removal of deprecated ast Constant classes (<a
href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/630">#630</a>)</li>
<li><a
href="https://github.com/adamchainz/flake8-comprehensions/commit/18d3dc2b4cf6a954c6336d51075c4909bb5e236c"><code>18d3dc2</code></a>
Support Python 3.14 (<a
href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/629">#629</a>)</li>
<li><a
href="https://github.com/adamchainz/flake8-comprehensions/commit/a372a8c70738a4f68fea1e5314bb4922a92cca83"><code>a372a8c</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/627">#627</a>)</li>
<li><a
href="https://github.com/adamchainz/flake8-comprehensions/commit/71f7f083194eb7656b13b70ad0907b7a15b15a22"><code>71f7f08</code></a>
Bump actions/checkout from 4 to 5 in the github-actions group (<a
href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/628">#628</a>)</li>
<li><a
href="https://github.com/adamchainz/flake8-comprehensions/commit/2c9cd7d115170258a05264af6483a706351028ac"><code>2c9cd7d</code></a>
Upgrade dependencies (<a
href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/626">#626</a>)</li>
<li><a
href="https://github.com/adamchainz/flake8-comprehensions/commit/5fc74bb8505f3ff00c14054d7b3119632f3d9732"><code>5fc74bb</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/624">#624</a>)</li>
<li><a
href="https://github.com/adamchainz/flake8-comprehensions/commit/c8c13cb806336f6e9b117804aaaaaca64c663389"><code>c8c13cb</code></a>
Use uvx to run tox on GitHub Actions (<a
href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/625">#625</a>)</li>
<li><a
href="https://github.com/adamchainz/flake8-comprehensions/commit/fbb575d0f833611975fe9a71d4100d2884dff6b6"><code>fbb575d</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/623">#623</a>)</li>
<li><a
href="https://github.com/adamchainz/flake8-comprehensions/commit/df3b7d0860b0e3f8d05c2f43c139d79101d031de"><code>df3b7d0</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/620">#620</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/adamchainz/flake8-comprehensions/compare/3.16.0...3.17.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `mypy` from 1.17.1 to 1.18.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>
<h1>Mypy Release Notes</h1>
<h2>Next Release</h2>
<h2>Mypy 1.18</h2>
<p>We’ve just uploaded mypy 1.18 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>Mypy Performance Improvements</h3>
<p>Mypy 1.18 includes numerous performance improvements, resulting in
about 40% speedup
compared to 1.17 when type checking mypy itself. In extreme cases, the
improvement
can be 10x or higher. The list below is an overview of the various mypy
optimizations.
Many mypyc improvements (discussed in a separate section below) also
improve performance.</p>
<p>Type caching optimizations have a small risk of causing regressions.
When
reporting issues with unexpected inferred types, please also check if
<code>--disable-expression-cache</code> will work around the issue, as
it turns off some of
these optimizations.</p>
<ul>
<li>Improve self check performance by 1.8% (Jukka Lehtosalo, PR <a
href="https://redirect.github.com/python/mypy/pull/19768">19768</a>, <a
href="https://redirect.github.com/python/mypy/pull/19769">19769</a>, <a
href="https://redirect.github.com/python/mypy/pull/19770">19770</a>)</li>
<li>Optimize fixed-format deserialization (Ivan Levkivskyi, PR <a
href="https://redirect.github.com/python/mypy/pull/19765">19765</a>)</li>
<li>Use macros to optimize fixed-format deserialization (Ivan
Levkivskyi, PR <a
href="https://redirect.github.com/python/mypy/pull/19757">19757</a>)</li>
<li>Two additional micro‑optimizations (Ivan Levkivskyi, PR <a
href="https://redirect.github.com/python/mypy/pull/19627">19627</a>)</li>
<li>Another set of micro‑optimizations (Ivan Levkivskyi, PR <a
href="https://redirect.github.com/python/mypy/pull/19633">19633</a>)</li>
<li>Cache common types (Ivan Levkivskyi, PR <a
href="https://redirect.github.com/python/mypy/pull/19621">19621</a>)</li>
<li>Skip more method bodies in third‑party libraries for speed (Ivan
Levkivskyi, PR <a
href="https://redirect.github.com/python/mypy/pull/19586">19586</a>)</li>
<li>Simplify the representation of callable types (Ivan Levkivskyi, PR
<a
href="https://redirect.github.com/python/mypy/pull/19580">19580</a>)</li>
<li>Add cache for types of some expressions (Ivan Levkivskyi, PR <a
href="https://redirect.github.com/python/mypy/pull/19505">19505</a>)</li>
<li>Use cache for dictionary expressions (Ivan Levkivskyi, PR <a
href="https://redirect.github.com/python/mypy/pull/19536">19536</a>)</li>
<li>Use cache for binary operations (Ivan Levkivskyi, PR <a
href="https://redirect.github.com/python/mypy/pull/19523">19523</a>)</li>
<li>Cache types of type objects (Ivan Levkivskyi, PR <a
href="https://redirect.github.com/python/mypy/pull/19514">19514</a>)</li>
<li>Avoid duplicate work when checking boolean operations (Ivan
Levkivskyi, PR <a
href="https://redirect.github.com/python/mypy/pull/19515">19515</a>)</li>
<li>Optimize generic inference passes (Ivan Levkivskyi, PR <a
href="https://redirect.github.com/python/mypy/pull/19501">19501</a>)</li>
<li>Speed up the default plugin (Jukka Lehtosalo, PRs <a
href="https://redirect.github.com/python/mypy/pull/19385">19385</a> and
<a
href="https://redirect.github.com/python/mypy/pull/19462">19462</a>)</li>
<li>Remove nested imports from the default plugin (Ivan Levkivskyi, PR
<a
href="https://redirect.github.com/python/mypy/pull/19388">19388</a>)</li>
<li>Micro‑optimize type expansion (Jukka Lehtosalo, PR <a
href="https://redirect.github.com/python/mypy/pull/19461">19461</a>)</li>
<li>Micro‑optimize type indirection (Jukka Lehtosalo, PR <a
href="https://redirect.github.com/python/mypy/pull/19460">19460</a>)</li>
<li>Micro‑optimize the plugin framework (Jukka Lehtosalo, PR <a
href="https://redirect.github.com/python/mypy/pull/19464">19464</a>)</li>
<li>Avoid temporary set creation in subtype checking (Jukka Lehtosalo,
PR <a
href="https://redirect.github.com/python/mypy/pull/19463">19463</a>)</li>
<li>Subtype checking micro‑optimization (Jukka Lehtosalo, PR <a
href="https://redirect.github.com/python/mypy/pull/19384">19384</a>)</li>
<li>Return early where possible in subtype check (Stanislav Terliakov,
PR <a
href="https://redirect.github.com/python/mypy/pull/19400">19400</a>)</li>
<li>Deduplicate some types before joining (Stanislav Terliakov, PR <a
href="https://redirect.github.com/python/mypy/pull/19409">19409</a>)</li>
<li>Speed up type checking by caching argument inference context (Jukka
Lehtosalo, PR <a
href="https://redirect.github.com/python/mypy/pull/19323">19323</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/mypy/commit/03fbaa941bccc3a9f8aea796d586603b67119bf2"><code>03fbaa9</code></a>
bump version to 1.18.1 due to wheels failure</li>
<li><a
href="https://github.com/python/mypy/commit/b44a1fbf0cf9fd90fd29d6bcd9f64c55dd2fd4c8"><code>b44a1fb</code></a>
removed +dev from version</li>
<li><a
href="https://github.com/python/mypy/commit/7197a99d1aebb1b7a584f82a53c44efb7dddf136"><code>7197a99</code></a>
Removed Unreleased in the Changelog for Release 1.18 (<a
href="https://redirect.github.com/python/mypy/issues/19827">#19827</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/ee61cec0d654463874ddee3a60914f0a6cd08222"><code>ee61cec</code></a>
Updates to 1.18 changelog (<a
href="https://redirect.github.com/python/mypy/issues/19826">#19826</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/24eed0bd0bb1107ede163ed314082a0f3e7dbbc4"><code>24eed0b</code></a>
Initial changelog for release 1.18 (<a
href="https://redirect.github.com/python/mypy/issues/19818">#19818</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/0ca1f2a7e50ed38eed95ecf8c1f2df1057da902d"><code>0ca1f2a</code></a>
Expose --fixed-format-cache if compiled (<a
href="https://redirect.github.com/python/mypy/issues/19815">#19815</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/2ce1bb225f3ced0ad4b2080af8a9a0eb39f8b38e"><code>2ce1bb2</code></a>
[mypyc] Fix subclass processing in detect_undefined_bitmap (<a
href="https://redirect.github.com/python/mypy/issues/19787">#19787</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/a6b55f061d6a352e7d272ec5bc890650b7187380"><code>a6b55f0</code></a>
feat: new mypyc primitives for weakref.proxy (<a
href="https://redirect.github.com/python/mypy/issues/19217">#19217</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/5a323dd2f8927eb958835e51916402c27ec2f31f"><code>5a323dd</code></a>
Make --allow-redefinition-new argument public (<a
href="https://redirect.github.com/python/mypy/issues/19796">#19796</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/8638eb40aa7b9d3088f17ab005c538c86c752edd"><code>8638eb4</code></a>
[stubtest] temporary <code>--ignore-disjoint-bases</code> flag (<a
href="https://redirect.github.com/python/mypy/issues/19740">#19740</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/python/mypy/compare/v1.17.1...v1.18.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `types-pyyaml` from 6.0.12.20250822 to 6.0.12.20250915
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/typeshed-internal/stub_uploader/commits">compare
view</a></li>
</ul>
</details>
<br />
Updates `pytest-cov` from 6.3.0 to 7.0.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst">pytest-cov's
changelog</a>.</em></p>
<blockquote>
<h2>7.0.0 (2025-09-09)</h2>
<ul>
<li>
<p>Dropped support for subprocesses measurement.</p>
<p>It was a feature added long time ago when coverage lacked a nice way
to measure subprocesses created in tests.
It relied on a <code>.pth</code> file, there was no way to opt-out and
it created bad interations
with <code>coverage's new patch system
<https://coverage.readthedocs.io/en/latest/config.html#run-patch></code>_
added
in <code>7.10
<https://coverage.readthedocs.io/en/7.10.6/changes.html#version-7-10-0-2025-07-24></code>_.</p>
<p>To migrate to this release you might need to enable the suprocess
patch, example for <code>.coveragerc</code>:</p>
<p>.. code-block:: ini</p>
<p>[run]
patch = subprocess</p>
<p>This release also requires at least coverage 7.10.6.</p>
</li>
<li>
<p>Switched packaging to have metadata completely in
<code>pyproject.toml</code> and use <code>hatchling
<https://pypi.org/project/hatchling/></code>_ for
building.
Contributed by Ofek Lev in
<code>[#551](pytest-dev/pytest-cov#551)
<https://github.com/pytest-dev/pytest-cov/pull/551></code>_
with some extras in
<code>[#716](pytest-dev/pytest-cov#716)
<https://github.com/pytest-dev/pytest-cov/pull/716></code>_.</p>
</li>
<li>
<p>Removed some not really necessary testing deps like
<code>six</code>.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest-cov/commit/224d8964caad90074a8cf6dc8720b8f70f31629b"><code>224d896</code></a>
Bump version: 6.3.0 → 7.0.0</li>
<li><a
href="https://github.com/pytest-dev/pytest-cov/commit/73424e3999f865eac72e27f09d5fe11b9703cfd6"><code>73424e3</code></a>
Cleanup the docs a bit.</li>
<li><a
href="https://github.com/pytest-dev/pytest-cov/commit/36f1cc2967831dbd4c8aa70086fc86dc495f8b9a"><code>36f1cc2</code></a>
Bump pins in template.</li>
<li><a
href="https://github.com/pytest-dev/pytest-cov/commit/f299c590a63a48e51e3ae949993dc7bb1f1d480d"><code>f299c59</code></a>
Bump the github-actions group with 2 updates</li>
<li><a
href="https://github.com/pytest-dev/pytest-cov/commit/25f0b2e0cdbc345c0d3e49170f7a328c3e0d805f"><code>25f0b2e</code></a>
Update docs/config.rst</li>
<li><a
href="https://github.com/pytest-dev/pytest-cov/commit/bb23eacc5531fb8f499213d8420407e0d72f88e3"><code>bb23eac</code></a>
Improve configuration docs</li>
<li><a
href="https://github.com/pytest-dev/pytest-cov/commit/a19531e91e1ab753ccf648a2d9bab08a6fddebb9"><code>a19531e</code></a>
Switch from build/pre-commit to uv/prek - this should make this
faster.</li>
<li><a
href="https://github.com/pytest-dev/pytest-cov/commit/82f999391073f2fb8ae422af452602f310086a2a"><code>82f9993</code></a>
Update changelog.</li>
<li><a
href="https://github.com/pytest-dev/pytest-cov/commit/211b5cd41c29916bc643b4a11b00578ba4fd6fe8"><code>211b5cd</code></a>
Fix links.</li>
<li><a
href="https://github.com/pytest-dev/pytest-cov/commit/97aadd74bcbc00a2078d240e8fe871dd62b83d80"><code>97aadd7</code></a>
Update some ci config, reformat and apply some lint fixes.</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest-cov/compare/v6.3.0...v7.0.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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent ab7004c commit d743c6aCopy full SHA for d743c6a
File tree
Expand file treeCollapse file tree
1 file changed
+5
-5
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+5
-5
lines changedCollapse file: pyproject.toml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
|
0 commit comments