Skip to content

Commit 2925479

Browse files
Bump the dependencies group with 3 updates (#154)
Bumps the dependencies group with 3 updates: [phonenumberslite](https://github.com/daviddrysdale/python-phonenumbers), [pydantic](https://github.com/pydantic/pydantic) and [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions). Updates `phonenumberslite` from 8.13.39 to 8.13.40 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/daviddrysdale/python-phonenumbers/commit/7f60158f325ed2ee14212b71ef7e7dc2ce5f01bb"><code>7f60158</code></a> Prep for 8.13.40 release</li> <li><a href="https://github.com/daviddrysdale/python-phonenumbers/commit/76e63cd7c9da9f2030ec7ed987c3e692fd045c99"><code>76e63cd</code></a> Generated files for metadata</li> <li><a href="https://github.com/daviddrysdale/python-phonenumbers/commit/98befc863081fcff8176d7ff68dd587e56a01108"><code>98befc8</code></a> Merge metadata changes from upstream 8.13.40</li> <li><a href="https://github.com/daviddrysdale/python-phonenumbers/commit/5f28d7f3ec34361ea046200489499ae59a3c8f6f"><code>5f28d7f</code></a> Merge code changes from upstream 8.13.40</li> <li>See full diff in <a href="https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.39...v8.13.40">compare view</a></li> </ul> </details> <br /> Updates `pydantic` from 2.7.4 to 2.8.0 <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.8.0 (2024-07-01)</h2> <p>The code released in <code>v2.8.0</code> is functionally identical to that of <code>v2.8.0b1</code>.</p> <p>Check out our <a href="https://pydantic.dev/articles/pydantic-v2-8-release">blog post</a> to learn more about the release highlights!</p> <h2>What's Changed</h2> <h3>Packaging</h3> <ul> <li>Update citation version automatically with new releases by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9673">#9673</a></li> <li>Bump pyright to <code>v1.1.367</code> and add type checking tests for pipeline API by <a href="https://github.com/adriangb"><code>@​adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9674">#9674</a></li> <li>Update <code>pydantic.v1</code> stub to <code>v1.10.17</code> by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9707">#9707</a></li> <li>General package updates to prep for <code>v2.8.0b1</code> by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9741">#9741</a></li> <li>Bump <code>pydantic-core</code> to <code>v2.20.0</code> by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9745">#9745</a></li> <li>Add support for Python 3.13 by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9743">#9743</a></li> <li>Update <code>pdm</code> version used for <code>pdm.lock</code> to <code>v2.16.1</code> by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9761">#9761</a></li> <li>Update to <code>ruff</code> <code>v0.4.8</code> by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9585">#9585</a></li> </ul> <h3>New Features</h3> <ul> <li>Experimental: support <code>defer_build</code> for <code>TypeAdapter</code> by <a href="https://github.com/MarkusSintonen"><code>@​MarkusSintonen</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/8939">#8939</a></li> <li>Implement <code>deprecated</code> field in json schema by <a href="https://github.com/NeevCohen"><code>@​NeevCohen</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9298">#9298</a></li> <li>Experimental: Add pipeline API by <a href="https://github.com/adriangb"><code>@​adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9459">#9459</a></li> <li>Add support for programmatic title generation by <a href="https://github.com/NeevCohen"><code>@​NeevCohen</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9183">#9183</a></li> <li>Implement <code>fail_fast</code> feature by <a href="https://github.com/uriyyo"><code>@​uriyyo</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9708">#9708</a></li> <li>Add <code>ser_json_inf_nan='strings'</code> mode to produce valid JSON by <a href="https://github.com/josh-newman"><code>@​josh-newman</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1307">pydantic/pydantic-core#1307</a></li> </ul> <h3>Changes</h3> <ul> <li>Add warning when &quot;alias&quot; is set in ignored <code>Annotated</code> field by <a href="https://github.com/nix010"><code>@​nix010</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9170">#9170</a></li> <li>Support serialization of some serializable defaults in JSON schema by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9624">#9624</a></li> <li>Relax type specification for <code>__validators__</code> values in <code>create_model</code> by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9697">#9697</a></li> <li><strong>Breaking Change:</strong> Improve <code>smart</code> union matching logic by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1322">pydantic/pydantic-core#1322</a> You can read more about our <code>smart</code> union matching logic <a href="https://docs.pydantic.dev/dev/concepts/unions/#smart-mode">here</a>. In some cases, if the old behavior is desired, you can switch to <code>left-to-right</code> mode and change the order of your <code>Union</code> members.</li> </ul> <h3>Performance</h3> <h4>Internal Improvements</h4> <ul> <li>⚡️ Speed up <code>_display_error_loc()</code> by 25% in <code>pydantic/v1/error_wrappers.py</code> by <a href="https://github.com/misrasaurabh1"><code>@​misrasaurabh1</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9653">#9653</a></li> <li>⚡️ Speed up <code>_get_all_json_refs()</code> by 34% in <code>pydantic/json_schema.py</code> by <a href="https://github.com/misrasaurabh1"><code>@​misrasaurabh1</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9650">#9650</a></li> <li>⚡️ Speed up <code>is_pydantic_dataclass()</code> by 41% in <code>pydantic/dataclasses.py</code> by <a href="https://github.com/misrasaurabh1"><code>@​misrasaurabh1</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9652">#9652</a></li> <li>⚡️ Speed up <code>to_snake()</code> by 27% in <code>pydantic/alias_generators.py</code> by <a href="https://github.com/misrasaurabh1"><code>@​misrasaurabh1</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9747">#9747</a></li> <li>⚡️ Speed up <code>unwrap_wrapped_function()</code> by 93% in <code>pydantic/_internal/_decorators.py</code> by <a href="https://github.com/misrasaurabh1"><code>@​misrasaurabh1</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9727">#9727</a></li> </ul> <h3>Fixes</h3> <ul> <li>Replace <code>__spec__.parent</code> with <code>__package__</code> by <a href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9331">#9331</a></li> <li>Fix Outputted Model JSON Schema for <code>Sequence</code> type by <a href="https://github.com/anesmemisevic"><code>@​anesmemisevic</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9303">#9303</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/blob/main/HISTORY.md">pydantic's changelog</a>.</em></p> <blockquote> <h2>v2.8.0 (2024-07-01)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.8.0">GitHub release</a></p> <p>The code released in v2.8.0 is functionally identical to that of v2.8.0b1.</p> <h3>What's Changed</h3> <h4>Packaging</h4> <ul> <li>Update citation version automatically with new releases by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9673">#9673</a></li> <li>Bump pyright to <code>v1.1.367</code> and add type checking tests for pipeline API by <a href="https://github.com/adriangb"><code>@​adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9674">#9674</a></li> <li>Update <code>pydantic.v1</code> stub to <code>v1.10.17</code> by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9707">#9707</a></li> <li>General package updates to prep for <code>v2.8.0b1</code> by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9741">#9741</a></li> <li>Bump <code>pydantic-core</code> to <code>v2.20.0</code> by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9745">#9745</a></li> <li>Add support for Python 3.13 by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9743">#9743</a></li> <li>Update <code>pdm</code> version used for <code>pdm.lock</code> to v2.16.1 by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9761">#9761</a></li> <li>Update to <code>ruff</code> <code>v0.4.8</code> by <a href="https://github.com/Viicos"><code>@​Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9585">#9585</a></li> </ul> <h4>New Features</h4> <ul> <li>Experimental: support <code>defer_build</code> for <code>TypeAdapter</code> by <a href="https://github.com/MarkusSintonen"><code>@​MarkusSintonen</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/8939">#8939</a></li> <li>Implement <code>deprecated</code> field in json schema by <a href="https://github.com/NeevCohen"><code>@​NeevCohen</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9298">#9298</a></li> <li>Experimental: Add pipeline API by <a href="https://github.com/adriangb"><code>@​adriangb</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9459">#9459</a></li> <li>Add support for programmatic title generation by <a href="https://github.com/NeevCohen"><code>@​NeevCohen</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9183">#9183</a></li> <li>Implement <code>fail_fast</code> feature by <a href="https://github.com/uriyyo"><code>@​uriyyo</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9708">#9708</a></li> <li>Add <code>ser_json_inf_nan='strings'</code> mode to produce valid JSON by <a href="https://github.com/josh-newman"><code>@​josh-newman</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1307">pydantic/pydantic-core#1307</a></li> </ul> <h4>Changes</h4> <ul> <li>Add warning when &quot;alias&quot; is set in ignored <code>Annotated</code> field by <a href="https://github.com/nix010"><code>@​nix010</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9170">#9170</a></li> <li>Support serialization of some serializable defaults in JSON schema by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9624">#9624</a></li> <li>Relax type specification for <code>__validators__</code> values in <code>create_model</code> by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9697">#9697</a></li> <li><strong>Breaking Change:</strong> Improve <code>smart</code> union matching logic by <a href="https://github.com/sydney-runkle"><code>@​sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1322">pydantic/pydantic-core#1322</a> You can read more about our <code>smart</code> union matching logic <a href="https://docs.pydantic.dev/dev/concepts/unions/#smart-mode">here</a>. In some cases, if the old behavior is desired, you can switch to <code>left-to-right</code> mode and change the order of your <code>Union</code> members.</li> </ul> <h4>Performance</h4> <h5>Internal Improvements</h5> <ul> <li>⚡️ Speed up <code>_display_error_loc()</code> by 25% in <code>pydantic/v1/error_wrappers.py</code> by <a href="https://github.com/misrasaurabh1"><code>@​misrasaurabh1</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9653">#9653</a></li> <li>⚡️ Speed up <code>_get_all_json_refs()</code> by 34% in <code>pydantic/json_schema.py</code> by <a href="https://github.com/misrasaurabh1"><code>@​misrasaurabh1</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9650">#9650</a></li> <li>⚡️ Speed up <code>is_pydantic_dataclass()</code> by 41% in <code>pydantic/dataclasses.py</code> by <a href="https://github.com/misrasaurabh1"><code>@​misrasaurabh1</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9652">#9652</a></li> <li>⚡️ Speed up <code>to_snake()</code> by 27% in <code>pydantic/alias_generators.py</code> by <a href="https://github.com/misrasaurabh1"><code>@​misrasaurabh1</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9747">#9747</a></li> <li>⚡️ Speed up <code>unwrap_wrapped_function()</code> by 93% in <code>pydantic/_internal/_decorators.py</code> by <a href="https://github.com/misrasaurabh1"><code>@​misrasaurabh1</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9727">#9727</a></li> </ul> <h4>Fixes</h4> <ul> <li>Replace <code>__spec__.parent</code> with <code>__package__</code> by <a href="https://github.com/hramezani"><code>@​hramezani</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/9331">#9331</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pydantic/pydantic/commit/1609e2ada1cd74a6d6afdc34e27c5f81d402928b"><code>1609e2a</code></a> Prep for v2.8 release (<a href="https://redirect.github.com/pydantic/pydantic/issues/9806">#9806</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/411dfd896e7f1445e15f4474c62219acf15b9050"><code>411dfd8</code></a> 👥 Update Pydantic People (<a href="https://redirect.github.com/pydantic/pydantic/issues/9803">#9803</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/e280663fd368aac99f5e9b5a7ad36372ec6e627d"><code>e280663</code></a> Add Nested Model Field Validation Examples to Docs (<a href="https://redirect.github.com/pydantic/pydantic/issues/9735">#9735</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/a002e6977d463da80321be91214459f704f14bc0"><code>a002e69</code></a> Fix Python version check for <code>_eval_type</code> (<a href="https://redirect.github.com/pydantic/pydantic/issues/9781">#9781</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/e108fd175401b66c669f7e96e6c52c8e8d5efea2"><code>e108fd1</code></a> Docs updates to prep for v2.8 (<a href="https://redirect.github.com/pydantic/pydantic/issues/9778">#9778</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/011d8b600681528586374a0967634c938e543ca3"><code>011d8b6</code></a> Fix documentation formatting (<a href="https://redirect.github.com/pydantic/pydantic/issues/9779">#9779</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/738b5d71c461eb7579b471f3c79d5c7d2166a6d3"><code>738b5d7</code></a> Add note about Pipeline API recommended usage (<a href="https://redirect.github.com/pydantic/pydantic/issues/9777">#9777</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/8a0f3353966b220f62e661c568ccd31dfe81d872"><code>8a0f335</code></a> Document and test <code>ser_json_inf_nan='strings'</code> variant (<a href="https://redirect.github.com/pydantic/pydantic/issues/9771">#9771</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/764e14881de27183b3ccfcc4b2dbbe0594000b5f"><code>764e148</code></a> Preparing for the v2.8.0b1 release! (<a href="https://redirect.github.com/pydantic/pydantic/issues/9776">#9776</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/fcd20108b3a3efaeb7038566bd40f570e556fb96"><code>fcd2010</code></a> <code>validate_call</code> type params fix (<a href="https://redirect.github.com/pydantic/pydantic/issues/9760">#9760</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pydantic/pydantic/compare/v2.7.4...v2.8.0">compare view</a></li> </ul> </details> <br /> Updates `flake8-comprehensions` from 3.14.0 to 3.15.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.15.0 (2024-06-29)</h2> <ul> <li> <p>Add rule C420 to check for dict comprehensions with constant values, encouraging replacement with <code>dict.fromkeys()</code>.</p> <p>Thanks to Tom Kuson in <code>PR [#553](adamchainz/flake8-comprehensions#553) &lt;https://github.com/adamchainz/flake8-comprehensions/pull/553&gt;</code>__.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/adamchainz/flake8-comprehensions/commit/b348af1c22e8ef34e2fd9b501918b4f45002db20"><code>b348af1</code></a> Version 3.15.0</li> <li><a href="https://github.com/adamchainz/flake8-comprehensions/commit/1ae816f430a668ee527d1fd240640cff291b84cb"><code>1ae816f</code></a> Add rule for dict comprehensions with constant values (<a href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/553">#553</a>)</li> <li><a href="https://github.com/adamchainz/flake8-comprehensions/commit/226a7e0e58b231d8ae47080a4459172b9a29b708"><code>226a7e0</code></a> Improve MyPy configuration</li> <li><a href="https://github.com/adamchainz/flake8-comprehensions/commit/a562c757802890635d0723dfc312be496f2c978b"><code>a562c75</code></a> Tidy pyproject.toml readme and license fields</li> <li><a href="https://github.com/adamchainz/flake8-comprehensions/commit/e609dea5202dd0663a996c11883da7723f69e9c8"><code>e609dea</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/579">#579</a>)</li> <li><a href="https://github.com/adamchainz/flake8-comprehensions/commit/9506eef08eca053bbca03fd8d2eef54b6caff5ec"><code>9506eef</code></a> Upgrade requirements (<a href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/578">#578</a>)</li> <li><a href="https://github.com/adamchainz/flake8-comprehensions/commit/353b7b5f4571ac620fd2db62680cffccc219a2d9"><code>353b7b5</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/577">#577</a>)</li> <li><a href="https://github.com/adamchainz/flake8-comprehensions/commit/419907c69778ad9e3c5fedb1a3e6700a9584a680"><code>419907c</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/576">#576</a>)</li> <li><a href="https://github.com/adamchainz/flake8-comprehensions/commit/75cf66dc88b690941fac2c1a4e5255d1343a2c87"><code>75cf66d</code></a> Upgrade requirements (<a href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/575">#575</a>)</li> <li><a href="https://github.com/adamchainz/flake8-comprehensions/commit/b0dd1652ec50fb9e2b50b69aece0f85fd547894a"><code>b0dd165</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/574">#574</a>)</li> <li>Additional commits viewable in <a href="https://github.com/adamchainz/flake8-comprehensions/compare/3.14.0...3.15.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 25812d5 commit 2925479

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ classifiers = [
2323
]
2424
dependencies = [
2525
"email_validator==2.2.0",
26-
"phonenumberslite==8.13.39",
27-
"pydantic==2.7.4",
26+
"phonenumberslite==8.13.40",
27+
"pydantic==2.8.0",
2828
"rich==13.7.1",
2929
"typer[all]==0.12.3",
3030
"Unidecode==1.3.8",
@@ -36,7 +36,7 @@ dev = [
3636
"black==24.4.2",
3737
"flake8-bugbear==24.4.26",
3838
"flake8-builtins==2.5.0",
39-
"flake8-comprehensions==3.14.0",
39+
"flake8-comprehensions==3.15.0",
4040
"flake8-docstrings==1.7.0",
4141
"flake8-encodings[classes]==0.5.1",
4242
"flake8-return==1.2.0",

0 commit comments

Comments
 (0)