Skip to content

Commit 87d4d5f

Browse files
chore(deps-dev): bump the development-dependencies group across 1 directory with 3 updates (#481)
Bumps the development-dependencies group with 3 updates in the / directory: [faker](https://github.com/joke2k/faker), [mypy](https://github.com/python/mypy) and [ty](https://github.com/astral-sh/ty). Updates `faker` from 38.2.0 to 39.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/joke2k/faker/releases">faker's releases</a>.</em></p> <blockquote> <h2>Release v39.0.0</h2> <p>See <a href="https://github.com/joke2k/faker/blob/refs/tags/v39.0.0/CHANGELOG.md">CHANGELOG.md</a>.</p> <h2>Release v38.3.0</h2> <p>See <a href="https://github.com/joke2k/faker/blob/refs/tags/v38.3.0/CHANGELOG.md">CHANGELOG.md</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/joke2k/faker/blob/master/CHANGELOG.md">faker's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/joke2k/faker/compare/v38.3.0...v39.0.0">v39.0.0 - 2025-12-17</a></h3> <ul> <li>Delete duplicates in Russian professions. Thanks <a href="https://github.com/sergiusnick"><code>@​sergiusnick</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v38.2.0...v38.3.0">v38.3.0 - 2025-12-17</a></h3> <ul> <li>Add french company RCS number. Thanks <a href="https://github.com/fabien-michel"><code>@​fabien-michel</code></a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/joke2k/faker/commit/b5a1bb49daecc0e8ae957756ed21839247f195c3"><code>b5a1bb4</code></a> Bump version: 38.3.0 → 39.0.0</li> <li><a href="https://github.com/joke2k/faker/commit/24de1418c09a02c573da7114fad6bb3227f62b6a"><code>24de141</code></a> :pencil: Update CHANGELOG.md</li> <li><a href="https://github.com/joke2k/faker/commit/06ffa770ba4a24ea3bca91312e72ab47b5a258e8"><code>06ffa77</code></a> fix: Delete duplicates in Russian professions</li> <li><a href="https://github.com/joke2k/faker/commit/5d9667f9b8113180503d32257a2aea5ee50c94e4"><code>5d9667f</code></a> Bump version: 38.2.0 → 38.3.0</li> <li><a href="https://github.com/joke2k/faker/commit/b9a6b1b29cc747ffa0ab0aae5df7c632c6a42f0e"><code>b9a6b1b</code></a> :pencil: Update CHANGELOG.md</li> <li><a href="https://github.com/joke2k/faker/commit/9ca6bac978c09d1b5667acf596fd8a3c11a4bc7d"><code>9ca6bac</code></a> :lipstick: lint code</li> <li><a href="https://github.com/joke2k/faker/commit/63fc7f6237fc3f25821013f6470c4d45fada45f1"><code>63fc7f6</code></a> feat: add french company RCS number (<a href="https://redirect.github.com/joke2k/faker/issues/2264">#2264</a>)</li> <li><a href="https://github.com/joke2k/faker/commit/4553744a4cc0d669bdf2d5bc7a6b888fbe927f7b"><code>4553744</code></a> Bump actions/cache from 4 to 5 (<a href="https://redirect.github.com/joke2k/faker/issues/2292">#2292</a>)</li> <li><a href="https://github.com/joke2k/faker/commit/4244b4e409202072c57377c08b85d14f4d98abab"><code>4244b4e</code></a> Bump actions/checkout from 5 to 6 (<a href="https://redirect.github.com/joke2k/faker/issues/2284">#2284</a>)</li> <li>See full diff in <a href="https://github.com/joke2k/faker/compare/v38.2.0...v39.0.0">compare view</a></li> </ul> </details> <br /> Updates `mypy` from 1.19.0 to 1.19.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.19.1</h3> <ul> <li>Fix noncommutative joins with bounded TypeVars (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/20345">20345</a>)</li> <li>Respect output format for cached runs by serializing raw errors in cache metas (Ivan Levkivskyi, PR <a href="https://redirect.github.com/python/mypy/pull/20372">20372</a>)</li> <li>Allow <code>types.NoneType</code> in match cases (A5rocks, PR <a href="https://redirect.github.com/python/mypy/pull/20383">20383</a>)</li> <li>Fix mypyc generator regression with empty tuple (BobTheBuidler, PR <a href="https://redirect.github.com/python/mypy/pull/20371">20371</a>)</li> <li>Fix crash involving Unpack-ed TypeVarTuple (Shantanu, PR <a href="https://redirect.github.com/python/mypy/pull/20323">20323</a>)</li> <li>Fix crash on star import of redefinition (Ivan Levkivskyi, PR <a href="https://redirect.github.com/python/mypy/pull/20333">20333</a>)</li> <li>Fix crash on typevar with forward ref used in other module (Ivan Levkivskyi, PR <a href="https://redirect.github.com/python/mypy/pull/20334">20334</a>)</li> <li>Fail with an explicit error on PyPy (Ivan Levkivskyi, PR <a href="https://redirect.github.com/python/mypy/pull/20389">20389</a>)</li> </ul> <h3>Acknowledgements</h3> <p>Thanks to all mypy contributors who contributed to this release:</p> <ul> <li>A5rocks</li> <li>BobTheBuidler</li> <li>bzoracler</li> <li>Chainfire</li> <li>Christoph Tyralla</li> <li>David Foster</li> <li>Frank Dana</li> <li>Guo Ci</li> <li>iap</li> <li>Ivan Levkivskyi</li> <li>James Hilton-Balfe</li> <li>jhance</li> <li>Joren Hammudoglu</li> <li>Jukka Lehtosalo</li> <li>KarelKenens</li> <li>Kevin Kannammalil</li> <li>Marc Mueller</li> <li>Michael Carlstrom</li> <li>Michael J. Sullivan</li> <li>Piotr Sawicki</li> <li>Randolf Scholz</li> <li>Shantanu</li> <li>Sigve Sebastian Farstad</li> <li>sobolevn</li> <li>Stanislav Terliakov</li> <li>Stephen Morton</li> <li>Theodore Ando</li> <li>Thiago J. Barbalho</li> <li>wyattscarpenter</li> </ul> <p>I’d also like to thank my employer, Dropbox, for supporting mypy development.</p> <h2>Mypy 1.18</h2> <p>We’ve just uploaded mypy 1.18.1 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</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/412c19a6bde31e7afa7f41afdf8356664689ae80"><code>412c19a</code></a> Bump version to 1.19.1</li> <li><a href="https://github.com/python/mypy/commit/20aea0a6ca0710f5427239bdd2fd8e8bf1caf634"><code>20aea0a</code></a> Update changelog for 1.19.1 (<a href="https://redirect.github.com/python/mypy/issues/20414">#20414</a>)</li> <li><a href="https://github.com/python/mypy/commit/2b23b507524bf1bd7513eea6f2a16fb91e072cb6"><code>2b23b50</code></a> Serialize raw errors in cache metas (<a href="https://redirect.github.com/python/mypy/issues/20372">#20372</a>)</li> <li><a href="https://github.com/python/mypy/commit/f60f90fb8872bf722e32aefd548daaf6d8560e05"><code>f60f90f</code></a> Fail on PyPy in main instead of setup.py (<a href="https://redirect.github.com/python/mypy/issues/20389">#20389</a>)</li> <li><a href="https://github.com/python/mypy/commit/58d485b4ea4776e0b9d4045b306cb0818ecc2aa6"><code>58d485b</code></a> Fail with an explicit error on PyPy (<a href="https://redirect.github.com/python/mypy/issues/20384">#20384</a>)</li> <li><a href="https://github.com/python/mypy/commit/a4b31a26788b70c4a2a19adbafa2bbda43dc2e8b"><code>a4b31a2</code></a> Allow <code>types.NoneType</code> in match cases (<a href="https://redirect.github.com/python/mypy/issues/20383">#20383</a>)</li> <li><a href="https://github.com/python/mypy/commit/8a6eff478416cd3ed3931a6ed77ce61c88ab69e9"><code>8a6eff4</code></a> [mypyc] fix generator regression with empty tuple (<a href="https://redirect.github.com/python/mypy/issues/20371">#20371</a>)</li> <li><a href="https://github.com/python/mypy/commit/70eceea682c041c0d8e8462dffef9c7bb252e014"><code>70eceea</code></a> Fix noncommutative joins with bounded TypeVars (<a href="https://redirect.github.com/python/mypy/issues/20345">#20345</a>)</li> <li><a href="https://github.com/python/mypy/commit/3890fc49bf7cc02db04b1e63eb2540aaacdeecc0"><code>3890fc4</code></a> Fix crash involving Unpack-ed TypeVarTuple (<a href="https://redirect.github.com/python/mypy/issues/20323">#20323</a>)</li> <li><a href="https://github.com/python/mypy/commit/c93d917a86993e06dcc88e508f28f4f5199ce1c8"><code>c93d917</code></a> Fix crash on star import of redefinition (<a href="https://redirect.github.com/python/mypy/issues/20333">#20333</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python/mypy/compare/v1.19.0...v1.19.1">compare view</a></li> </ul> </details> <br /> Updates `ty` from 0.0.1a32 to 0.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ty/releases">ty's releases</a>.</em></p> <blockquote> <h2>0.0.5</h2> <h2>Release Notes</h2> <p>Released on 2025-12-20.</p> <h3>Bug fixes</h3> <ul> <li>Fix debug-mode server panic when a user typed a class definition by ensuring class arguments are visited in source order for semantic tokens (<a href="https://redirect.github.com/astral-sh/ruff/pull/22063">#22063</a>)</li> </ul> <h3>LSP server</h3> <ul> <li>Classify docstrings in semantic tokens during syntax highlighting (<a href="https://redirect.github.com/astral-sh/ruff/pull/22031">#22031</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Add <code>--force-exclude</code> option (<a href="https://redirect.github.com/astral-sh/ruff/pull/22076">#22076</a>)</li> <li>Only clear output between two successful checks (<a href="https://redirect.github.com/astral-sh/ruff/pull/22078">#22078</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>Add support for <code>dict(...)</code> calls in <code>TypedDict</code> contexts (<a href="https://redirect.github.com/astral-sh/ruff/pull/22113">#22113</a>)</li> <li>Speedup bidirectional type-checking involving large unions by avoiding narrowing on non-generic calls (<a href="https://redirect.github.com/astral-sh/ruff/pull/22102">#22102</a>)</li> <li>Simplify inferred types by avoiding storing multi-inference attempts (<a href="https://redirect.github.com/astral-sh/ruff/pull/22062">#22062</a>, <a href="https://redirect.github.com/astral-sh/ruff/pull/22103">#22103</a>)</li> <li>Improve union builder performance (<a href="https://redirect.github.com/astral-sh/ruff/pull/22048">#22048</a>)</li> <li>Only prefer declared types in non-covariant positions (<a href="https://redirect.github.com/astral-sh/ruff/pull/22068">#22068</a>)</li> <li>Respect intersections in iterations (<a href="https://redirect.github.com/astral-sh/ruff/pull/21965">#21965</a>)</li> <li>Sync vendored typeshed stubs (<a href="https://redirect.github.com/astral-sh/ruff/pull/22091">#22091</a>). <a href="https://github.com/python/typeshed/compare/ef2b90c67e5c668b91b3ae121baf00ee5165c30b...3c2dbb1fde8e8d1d59b10161c8bf5fd06c0011cd">Typeshed diff</a></li> <li>Understand that the type of <code>X</code> on an enum class will be <code>int</code> if <code>X</code> is defined using <code>enum.nonmember</code> in the class definition (<a href="https://redirect.github.com/astral-sh/ruff/pull/22025">#22025</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li> <li><a href="https://github.com/ibraheemdev"><code>@​ibraheemdev</code></a></li> <li><a href="https://github.com/RasmusNygren"><code>@​RasmusNygren</code></a></li> <li><a href="https://github.com/Hugo-Polloli"><code>@​Hugo-Polloli</code></a></li> <li><a href="https://github.com/carljm"><code>@​carljm</code></a></li> <li><a href="https://github.com/Gankra"><code>@​Gankra</code></a></li> <li><a href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li> </ul> <h2>Install ty 0.0.5</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ty/releases/download/0.0.5/ty-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <pre lang="sh"><code>&lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ty/blob/main/CHANGELOG.md">ty's changelog</a>.</em></p> <blockquote> <h2>0.0.5</h2> <p>Released on 2025-12-20.</p> <h3>Bug fixes</h3> <ul> <li>Fix debug-mode server panic when a user typed a class definition by ensuring class arguments are visited in source order for semantic tokens (<a href="https://redirect.github.com/astral-sh/ruff/pull/22063">#22063</a>)</li> </ul> <h3>LSP server</h3> <ul> <li>Classify docstrings in semantic tokens during syntax highlighting (<a href="https://redirect.github.com/astral-sh/ruff/pull/22031">#22031</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Add <code>--force-exclude</code> option (<a href="https://redirect.github.com/astral-sh/ruff/pull/22076">#22076</a>)</li> <li>Only clear output between two successful checks (<a href="https://redirect.github.com/astral-sh/ruff/pull/22078">#22078</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>Add support for <code>dict(...)</code> calls in <code>TypedDict</code> contexts (<a href="https://redirect.github.com/astral-sh/ruff/pull/22113">#22113</a>)</li> <li>Speedup bidirectional type-checking involving large unions by avoiding narrowing on non-generic calls (<a href="https://redirect.github.com/astral-sh/ruff/pull/22102">#22102</a>)</li> <li>Simplify inferred types by avoiding storing multi-inference attempts (<a href="https://redirect.github.com/astral-sh/ruff/pull/22062">#22062</a>, <a href="https://redirect.github.com/astral-sh/ruff/pull/22103">#22103</a>)</li> <li>Improve union builder performance (<a href="https://redirect.github.com/astral-sh/ruff/pull/22048">#22048</a>)</li> <li>Only prefer declared types in non-covariant positions (<a href="https://redirect.github.com/astral-sh/ruff/pull/22068">#22068</a>)</li> <li>Respect intersections in iterations (<a href="https://redirect.github.com/astral-sh/ruff/pull/21965">#21965</a>)</li> <li>Sync vendored typeshed stubs (<a href="https://redirect.github.com/astral-sh/ruff/pull/22091">#22091</a>). <a href="https://github.com/python/typeshed/compare/ef2b90c67e5c668b91b3ae121baf00ee5165c30b...3c2dbb1fde8e8d1d59b10161c8bf5fd06c0011cd">Typeshed diff</a></li> <li>Understand that the type of <code>X</code> on an enum class will be <code>int</code> if <code>X</code> is defined using <code>enum.nonmember</code> in the class definition (<a href="https://redirect.github.com/astral-sh/ruff/pull/22025">#22025</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li> <li><a href="https://github.com/ibraheemdev"><code>@​ibraheemdev</code></a></li> <li><a href="https://github.com/RasmusNygren"><code>@​RasmusNygren</code></a></li> <li><a href="https://github.com/Hugo-Polloli"><code>@​Hugo-Polloli</code></a></li> <li><a href="https://github.com/carljm"><code>@​carljm</code></a></li> <li><a href="https://github.com/Gankra"><code>@​Gankra</code></a></li> <li><a href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li> </ul> <h2>0.0.4</h2> <p>Released on 2025-12-18.</p> <h3>LSP server</h3> <ul> <li>Add support for attribute docstrings (<a href="https://redirect.github.com/astral-sh/ruff/pull/22036">#22036</a>)</li> <li>Correctly encode multiline tokens for clients not supporting multiline tokens (<a href="https://redirect.github.com/astral-sh/ruff/pull/22033">#22033</a>)</li> <li>Autocompletions: Don't suggest keyword statements when only expressions are valid (<a href="https://redirect.github.com/astral-sh/ruff/pull/22002">#22002</a>)</li> <li>Fix goto-declaration on the right-hand side of <code>from module import submodule</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/22042">#22042</a>)</li> <li>Fix some configuration panics in the LSP (<a href="https://redirect.github.com/astral-sh/ruff/pull/22040">#22040</a>)</li> <li>Gracefully handle client requests that can't be deserialized (<a href="https://redirect.github.com/astral-sh/ruff/pull/22051">#22051</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ty/commit/d37b7dbd96d5c7ba419191171e63e237109cf620"><code>d37b7db</code></a> Bump version to 0.0.5 (<a href="https://redirect.github.com/astral-sh/ty/issues/2132">#2132</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/06b98384044927abd6f9b897f2802d93e65e5b95"><code>06b9838</code></a> two new typing FAQ entries (<a href="https://redirect.github.com/astral-sh/ty/issues/2126">#2126</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/c1e6188b13d584626adbe14d14b218c1e98bf60f"><code>c1e6188</code></a> Bump version to 0.0.4 (<a href="https://redirect.github.com/astral-sh/ty/issues/2092">#2092</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/75d61944b2cc4f4e9a92cb626a57cb08ae631459"><code>75d6194</code></a> Typing FAQ: Attributes on Callable (<a href="https://redirect.github.com/astral-sh/ty/issues/2055">#2055</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/64f5802668da2d25ce2c928755adf91722424b95"><code>64f5802</code></a> Create patch releases by default (<a href="https://redirect.github.com/astral-sh/ty/issues/2049">#2049</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/fadfe09665bef14b09214095553a4505f0a5ee93"><code>fadfe09</code></a> Bump version to 0.0.3 (<a href="https://redirect.github.com/astral-sh/ty/issues/2046">#2046</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/a15bc9c2490eded8de93330b0a45a9f2784fce83"><code>a15bc9c</code></a> Link to the typing faq in the README (<a href="https://redirect.github.com/astral-sh/ty/issues/2009">#2009</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/c9049610b784d487540669aa6ac51604015109c8"><code>c904961</code></a> Improve link to PyCharm docs on ty integration (<a href="https://redirect.github.com/astral-sh/ty/issues/2012">#2012</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/c0ebde9c998949c865db2182c09178cdd28d5d34"><code>c0ebde9</code></a> Add typing FAQ (<a href="https://redirect.github.com/astral-sh/ty/issues/2006">#2006</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/e29c0de22452066722c51fe45eabe3588c6679b6"><code>e29c0de</code></a> Fix the documentation links in the README (<a href="https://redirect.github.com/astral-sh/ty/issues/1963">#1963</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ty/compare/0.0.1-alpha.32...0.0.5">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 12d253a commit 87d4d5f

File tree

1 file changed

+56
-56
lines changed

1 file changed

+56
-56
lines changed

0 commit comments

Comments
 (0)