Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): update tomli requirement from 2.1.0 to 2.2.1 (#744)
Updates the requirements on [tomli](https://github.com/hukkin/tomli) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hukkin/tomli/blob/master/CHANGELOG.md">tomli's changelog</a>.</em></p> <blockquote> <h2>2.2.1</h2> <ul> <li>Fixed <ul> <li>Don't attempt to compile binary wheels for Python 3.8, 3.9 and 3.10 where cibuildwheel depends on a conflicting Tomli version</li> </ul> </li> </ul> <h2>2.2.0</h2> <ul> <li>Added <ul> <li>mypyc generated binary wheels for common platforms</li> </ul> </li> </ul> <h2>2.1.0</h2> <ul> <li>Deprecated <ul> <li>Instantiating <code>TOMLDecodeError</code> with free-form arguments. <code>msg</code>, <code>doc</code> and <code>pos</code> arguments should be given.</li> </ul> </li> <li>Added <ul> <li><code>msg</code>, <code>doc</code>, <code>pos</code>, <code>lineno</code> and <code>colno</code> attributes to <code>TOMLDecodeError</code></li> </ul> </li> </ul> <h2>2.0.2</h2> <ul> <li>Removed <ul> <li>Python 3.7 support</li> </ul> </li> <li>Improved <ul> <li>Make <code>loads</code> raise <code>TypeError</code> not <code>AttributeError</code> on bad input types that do not have the <code>replace</code> attribute. Improve error message when <code>bytes</code> is received.</li> </ul> </li> <li>Type annotations <ul> <li>Type annotate <code>load</code> input as <code>typing.IO[bytes]</code> (previously <code>typing.BinaryIO</code>).</li> </ul> </li> </ul> <h2>2.0.1</h2> <ul> <li>Improved <ul> <li>Make bundling easier by using relative imports internally and adding license and copyright notice to source files.</li> <li>Make error messages more uniform</li> <li>Raise a friendly <code>TypeError</code> for wrong file mode</li> <li>Allow <code>parse_float</code> to return objects having the <code>append</code> attr</li> <li>Eagerly raise an error if <code>parse_float</code> returns an illegal type</li> </ul> </li> <li>Packaging <ul> <li>Move from <code>pytest</code> testing framework to <code>unittest</code> and remove <code>python-dateutil</code> test dependency. Tests now only require Python interpreter.</li> </ul> </li> </ul> <h2>1.2.3</h2> <ul> <li>Fixed <ul> <li>Backport: Allow lower case "t" and "z" in datetimes</li> </ul> </li> </ul> <h2>2.0.0</h2> <ul> <li>Removed <ul> <li>Python 3.6 support</li> <li>Support for text file objects as <code>load</code> input. Use binary file objects instead.</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hukkin/tomli/commit/73c3d102eb81fe0d2b87f905df4f740f8878d8da"><code>73c3d10</code></a> Bump version: 2.2.0 → 2.2.1</li> <li><a href="https://github.com/hukkin/tomli/commit/7c2368d2cb6c2a49b0fca08765fbba65686efd88"><code>7c2368d</code></a> Don't build wheels for Python versions requiring tomli</li> <li><a href="https://github.com/hukkin/tomli/commit/c48e4e111c8558abcfe141f19fcaada3365f836c"><code>c48e4e1</code></a> Bump version: 2.1.0 → 2.2.0</li> <li><a href="https://github.com/hukkin/tomli/commit/76047414ff1a7c150bb10f0a171da13c5e6af743"><code>7604741</code></a> Update README</li> <li><a href="https://github.com/hukkin/tomli/commit/0724e2ab1858da7f5e05a9bffdb24c33589d951c"><code>0724e2a</code></a> Annotate global constants as Final to speed up compiled code</li> <li><a href="https://github.com/hukkin/tomli/commit/149547d2ec5b7d1badf8d0c1ab603735fa9b5a70"><code>149547d</code></a> Create binary wheels with mypyc (<a href="https://redirect.github.com/hukkin/tomli/issues/242">#242</a>)</li> <li><a href="https://github.com/hukkin/tomli/commit/443a0c1bc5da39b7ed84306912ee1900e6b72e2f"><code>443a0c1</code></a> pre-commit autoupdate and autofix</li> <li><a href="https://github.com/hukkin/tomli/commit/48461cfbaf0775c9025720f80d8afa4fa50c0183"><code>48461cf</code></a> Merge pull request <a href="https://redirect.github.com/hukkin/tomli/issues/240">#240</a> from hukkin/version-2.1.0</li> <li>See full diff in <a href="https://github.com/hukkin/tomli/compare/2.1.0...2.2.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information