Skip to content

Commit fd9f757

Browse files
Bump tomli from 2.4.0 to 2.4.1 (aio-libs#12277)
Bumps [tomli](https://github.com/hukkin/tomli) from 2.4.0 to 2.4.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.4.1</h2> <ul> <li>Fixed <ul> <li>Limit number of parts of a TOML key to address quadratic time complexity</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hukkin/tomli/commit/c5f44690c68c5ed29534faa8f9df18882113728c"><code>c5f4469</code></a> Bump version: 2.4.0 → 2.4.1</li> <li><a href="https://github.com/hukkin/tomli/commit/2bcd2627d5fcc262f734eaa730b62c0915d1e0d3"><code>2bcd262</code></a> Add change log for 2.4.1 and 2.3.1</li> <li><a href="https://github.com/hukkin/tomli/commit/e1fdb94bc998377f1c2545c7cd4f70ff2a3fb4e4"><code>e1fdb94</code></a> Limit number of parts of a key (<a href="https://redirect.github.com/hukkin/tomli/issues/286">#286</a>)</li> <li><a href="https://github.com/hukkin/tomli/commit/c20c49113890c226ffb27a67befe20d14fcf0c73"><code>c20c491</code></a> pre-commit autoupdate</li> <li><a href="https://github.com/hukkin/tomli/commit/920e20b1cf495b63f6d4a6aa3cd5e4ff25f5f5a7"><code>920e20b</code></a> Update performance benchmark and results</li> <li><a href="https://github.com/hukkin/tomli/commit/064e492919b2338def788753b8c981c9131334c0"><code>064e492</code></a> Merge pull request <a href="https://redirect.github.com/hukkin/tomli/issues/280">#280</a> from hukkin/version-2.4.0</li> <li>See full diff in <a href="https://github.com/hukkin/tomli/compare/2.4.0...2.4.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.4.0&new-version=2.4.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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1954a1 commit fd9f757

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ sphinxcontrib-spelling==8.0.2 ; platform_system != "Windows"
240240
# via -r requirements/doc-spelling.in
241241
sphinxcontrib-towncrier==0.5.0a0
242242
# via -r requirements/doc.in
243-
tomli==2.4.0
243+
tomli==2.4.1
244244
# via
245245
# build
246246
# coverage

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ sphinxcontrib-serializinghtml==2.0.0
230230
# via sphinx
231231
sphinxcontrib-towncrier==0.5.0a0
232232
# via -r requirements/doc.in
233-
tomli==2.4.0
233+
tomli==2.4.1
234234
# via
235235
# build
236236
# coverage

requirements/doc-spelling.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ sphinxcontrib-spelling==8.0.2 ; platform_system != "Windows"
6161
# via -r requirements/doc-spelling.in
6262
sphinxcontrib-towncrier==0.5.0a0
6363
# via -r requirements/doc.in
64-
tomli==2.4.0
64+
tomli==2.4.1
6565
# via
6666
# sphinx
6767
# towncrier

requirements/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ sphinxcontrib-serializinghtml==2.0.0
5454
# via sphinx
5555
sphinxcontrib-towncrier==0.5.0a0
5656
# via -r requirements/doc.in
57-
tomli==2.4.0
57+
tomli==2.4.1
5858
# via
5959
# sphinx
6060
# towncrier

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ six==1.17.0
106106
# via python-dateutil
107107
slotscheck==0.19.1
108108
# via -r requirements/lint.in
109-
tomli==2.4.0
109+
tomli==2.4.1
110110
# via
111111
# mypy
112112
# pytest

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ setuptools-git==1.2
9191
# via -r requirements/test-common.in
9292
six==1.17.0
9393
# via python-dateutil
94-
tomli==2.4.0
94+
tomli==2.4.1
9595
# via
9696
# coverage
9797
# mypy

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ setuptools-git==1.2
124124
# via -r requirements/test-common.in
125125
six==1.17.0
126126
# via python-dateutil
127-
tomli==2.4.0
127+
tomli==2.4.1
128128
# via
129129
# coverage
130130
# mypy

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ setuptools-git==1.2
124124
# via -r requirements/test-common.in
125125
six==1.17.0
126126
# via python-dateutil
127-
tomli==2.4.0
127+
tomli==2.4.1
128128
# via
129129
# coverage
130130
# mypy

0 commit comments

Comments
 (0)