Skip to content

Commit 069a863

Browse files
Bump iniconfig from 2.0.0 to 2.1.0 (#10606)
Bumps [iniconfig](https://github.com/pytest-dev/iniconfig) from 2.0.0 to 2.1.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/iniconfig/blob/main/CHANGELOG">iniconfig's changelog</a>.</em></p> <blockquote> <h1>2.1.0</h1> <ul> <li>fix artifact building - pin minimal version of hatch</li> <li>drop eol python 3.8</li> <li>add python 3.12 and 3.13</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/iniconfig/commit/34793a6417e35e511d0c17ffdd8a02ade0f9568e"><code>34793a6</code></a> pre-commit</li> <li><a href="https://github.com/pytest-dev/iniconfig/commit/136435d0a4345bb048dca98e7c2f4e938d74521b"><code>136435d</code></a> update changelog</li> <li><a href="https://github.com/pytest-dev/iniconfig/commit/0bb99ad0f7a6b21d5eb24214a260132317a11e43"><code>0bb99ad</code></a> fix <a href="https://redirect.github.com/pytest-dev/iniconfig/issues/62">#62</a>: require a minimal hatch version with correct metadata</li> <li><a href="https://github.com/pytest-dev/iniconfig/commit/16793eaddac67de0b8d621ae4e42e05b927e8d67"><code>16793ea</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/iniconfig/issues/56">#56</a> from hugovk/add-3.12</li> <li><a href="https://github.com/pytest-dev/iniconfig/commit/3dc2b2d6bf03e4b7cc92949a8ef0983fdd7ee442"><code>3dc2b2d</code></a> Add support for Python 3.13</li> <li><a href="https://github.com/pytest-dev/iniconfig/commit/2eb8abfd9d3843100d7f138efe5bcd989a885024"><code>2eb8abf</code></a> Bump GitHub Actions</li> <li><a href="https://github.com/pytest-dev/iniconfig/commit/8c4bb5bf57dde613c8cdcf0e02a09b2fff630907"><code>8c4bb5b</code></a> Set python-version for pre-commit to remove CI warning</li> <li><a href="https://github.com/pytest-dev/iniconfig/commit/58b22b2d672564ff1925df51f4a8e07486765ed2"><code>58b22b2</code></a> Drop support for EOL Python 3.7</li> <li><a href="https://github.com/pytest-dev/iniconfig/commit/4a53042252a109bcdd64422058de91c5dffff763"><code>4a53042</code></a> Add support for Python 3.12</li> <li><a href="https://github.com/pytest-dev/iniconfig/commit/9cae43103df70bac6fde7b9f35ad11a9f1be0cb4"><code>9cae431</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/iniconfig/issues/54">#54</a> from webknjaz/patch-1</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/iniconfig/compare/v2.0.0...v2.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=iniconfig&package-manager=pip&previous-version=2.0.0&new-version=2.1.0)](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 8fbf5ca commit 069a863

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ imagesize==1.4.1
9797
# via sphinx
9898
incremental==24.7.2
9999
# via towncrier
100-
iniconfig==2.0.0
100+
iniconfig==2.1.0
101101
# via pytest
102102
jinja2==3.1.6
103103
# via

requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ imagesize==1.4.1
9595
# via sphinx
9696
incremental==24.7.2
9797
# via towncrier
98-
iniconfig==2.0.0
98+
iniconfig==2.1.0
9999
# via pytest
100100
jinja2==3.1.6
101101
# via

requirements/lint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ identify==2.6.9
3737
# via pre-commit
3838
idna==3.7
3939
# via trustme
40-
iniconfig==2.0.0
40+
iniconfig==2.1.0
4141
# via pytest
4242
markdown-it-py==3.0.0
4343
# via rich

requirements/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ idna==3.6
4949
# via
5050
# trustme
5151
# yarl
52-
iniconfig==2.0.0
52+
iniconfig==2.1.0
5353
# via pytest
5454
markdown-it-py==3.0.0
5555
# via rich

0 commit comments

Comments
 (0)