Skip to content

Commit

Permalink
chore(deps-dev): update tomli requirement from 2.0.2 to 2.1.0 (#739)
Browse files Browse the repository at this point in the history
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.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 &quot;t&quot; and &quot;z&quot; 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>
<li>First argument of <code>load</code> and <code>loads</code> can no
longer be passed by keyword.</li>
</ul>
</li>
<li>Fixed
<ul>
<li>Allow lower case &quot;t&quot; and &quot;z&quot; in datetimes</li>
</ul>
</li>
<li>Improved
<ul>
<li>Raise an error when dotted keys define values outside the
&quot;current table&quot;.
Technically speaking TOML v1.0.0 does allow such assignments
but that isn't intended by specification writers,
and will change in a future specification version (see the <a
href="https://github.com/toml-lang/toml/pull/848">pull
request</a>).</li>
</ul>
</li>
</ul>
<h2>1.2.2</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hukkin/tomli/commit/d6e045b1e6b36c56271d9f003794d915d713f962"><code>d6e045b</code></a>
Bump version: 2.0.2 → 2.1.0</li>
<li><a
href="https://github.com/hukkin/tomli/commit/d1d6a8571b06b18005af8bf9078c1d37de5353e1"><code>d1d6a85</code></a>
Add attributes to TOMLDecodeError. Deprecate free-form
<code>__init__</code> args (<a
href="https://github.com/hukkin/tomli/issues/238">#238</a>)</li>
<li><a
href="https://github.com/hukkin/tomli/commit/59ed9efb3d6bb7ec71454601a72088b0a6853b8c"><code>59ed9ef</code></a>
Add a comment about implicit lru_cache bound</li>
<li><a
href="https://github.com/hukkin/tomli/commit/9d25b3f99e37426d33eb8b5513890d723fefd441"><code>9d25b3f</code></a>
Test against Python 3.13 final (<a
href="https://github.com/hukkin/tomli/issues/237">#237</a>)</li>
<li><a
href="https://github.com/hukkin/tomli/commit/f57fb669e9147bc69e2681ce7eeea2ed6294c039"><code>f57fb66</code></a>
Add test coverage for text mode error (<a
href="https://github.com/hukkin/tomli/issues/231">#231</a>)</li>
<li><a
href="https://github.com/hukkin/tomli/commit/4be816b4070f1705e19231166aedf9256aa38086"><code>4be816b</code></a>
Convert tox config to native TOML</li>
<li><a
href="https://github.com/hukkin/tomli/commit/e2f8d2dd15313d5ffca65dd8d1aaf70e6386dddc"><code>e2f8d2d</code></a>
Merge pull request <a
href="https://github.com/hukkin/tomli/issues/233">#233</a> from
hukkin/version-2.0.2</li>
<li>See full diff in <a
href="https://github.com/hukkin/tomli/compare/2.0.2...2.1.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 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
dependabot[bot] authored Nov 18, 2024
1 parent 5788bc1 commit 79454d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pep8-naming = "0.14.1"
isort = "5.13.2"
autopep8 = "2.3.1"
mypy = "1.13.0"
tomli = { version = "2.0.2", python = "<3.11" }
tomli = { version = "2.1.0", python = "<3.11" }
tox = "4.23.2"
xmldiff = "2.7.0"
bandit = "1.7.10"
Expand Down

0 comments on commit 79454d8

Please sign in to comment.