Skip to content

Commit 5df6107

Browse files
Bump tomli from 2.0.2 to 2.2.1 (#10213)
Bumps [tomli](https://github.com/hukkin/tomli) from 2.0.2 to 2.2.1. <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> </blockquote> </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><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://redirect.github.com/hukkin/tomli/issues/238">#238</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hukkin/tomli/compare/2.0.2...2.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tomli&package-manager=pip&previous-version=2.0.2&new-version=2.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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>
1 parent 41e224e commit 5df6107

File tree

6 files changed

+8
-26
lines changed

6 files changed

+8
-26
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ sphinxcontrib-spelling==8.0.0 ; platform_system != "Windows"
235235
# via -r requirements/doc-spelling.in
236236
sphinxcontrib-towncrier==0.4.0a0
237237
# via -r requirements/doc.in
238-
tomli==2.0.2
238+
tomli==2.2.1
239239
# via
240240
# build
241241
# cherry-picker

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ sphinxcontrib-serializinghtml==2.0.0
227227
# via sphinx
228228
sphinxcontrib-towncrier==0.4.0a0
229229
# via -r requirements/doc.in
230-
tomli==2.0.2
230+
tomli==2.2.1
231231
# via
232232
# build
233233
# cherry-picker

requirements/doc-spelling.txt

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ idna==3.4
2222
# via requests
2323
imagesize==1.4.1
2424
# via sphinx
25-
importlib-metadata==8.5.0
26-
# via sphinx
27-
importlib-resources==6.4.5
28-
# via towncrier
2925
incremental==24.7.2
3026
# via towncrier
3127
jinja2==3.1.4
@@ -40,8 +36,6 @@ pyenchant==3.2.2
4036
# via sphinxcontrib-spelling
4137
pygments==2.18.0
4238
# via sphinx
43-
pytz==2024.2
44-
# via babel
4539
requests==2.32.3
4640
# via sphinx
4741
snowballstemmer==2.2.0
@@ -67,20 +61,17 @@ sphinxcontrib-spelling==8.0.0 ; platform_system != "Windows"
6761
# via -r requirements/doc-spelling.in
6862
sphinxcontrib-towncrier==0.4.0a0
6963
# via -r requirements/doc.in
70-
tomli==2.0.2
64+
tomli==2.2.1
7165
# via
7266
# incremental
67+
# sphinx
7368
# towncrier
7469
towncrier==23.11.0
7570
# via
7671
# -r requirements/doc.in
7772
# sphinxcontrib-towncrier
7873
urllib3==2.2.3
7974
# via requests
80-
zipp==3.20.2
81-
# via
82-
# importlib-metadata
83-
# importlib-resources
8475

8576
# The following packages are considered to be unsafe in a requirements file:
8677
setuptools==75.2.0

requirements/doc.txt

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ idna==3.4
2222
# via requests
2323
imagesize==1.4.1
2424
# via sphinx
25-
importlib-metadata==8.5.0
26-
# via sphinx
27-
importlib-resources==6.4.5
28-
# via towncrier
2925
incremental==24.7.2
3026
# via towncrier
3127
jinja2==3.1.4
@@ -38,8 +34,6 @@ packaging==24.1
3834
# via sphinx
3935
pygments==2.18.0
4036
# via sphinx
41-
pytz==2024.2
42-
# via babel
4337
requests==2.32.3
4438
# via sphinx
4539
snowballstemmer==2.2.0
@@ -62,20 +56,17 @@ sphinxcontrib-serializinghtml==2.0.0
6256
# via sphinx
6357
sphinxcontrib-towncrier==0.4.0a0
6458
# via -r requirements/doc.in
65-
tomli==2.0.2
59+
tomli==2.2.1
6660
# via
6761
# incremental
62+
# sphinx
6863
# towncrier
6964
towncrier==23.11.0
7065
# via
7166
# -r requirements/doc.in
7267
# sphinxcontrib-towncrier
7368
urllib3==2.2.3
7469
# via requests
75-
zipp==3.20.2
76-
# via
77-
# importlib-metadata
78-
# importlib-resources
7970

8071
# The following packages are considered to be unsafe in a requirements file:
8172
setuptools==75.2.0

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ six==1.17.0
100100
# via python-dateutil
101101
slotscheck==0.19.1
102102
# via -r requirements/lint.in
103-
tomli==2.0.2
103+
tomli==2.2.1
104104
# via
105105
# mypy
106106
# pytest

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ shellingham==1.5.4
127127
# via typer
128128
six==1.17.0
129129
# via python-dateutil
130-
tomli==2.0.2
130+
tomli==2.2.1
131131
# via
132132
# coverage
133133
# mypy

0 commit comments

Comments
 (0)