Skip to content

Commit

Permalink
Bump iniconfig from 1.1.1 to 2.0.0 (#8821)
Browse files Browse the repository at this point in the history
Bumps [iniconfig](https://github.com/pytest-dev/iniconfig) from 1.1.1 to
2.0.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.0.0</h1>
<ul>
<li>add support for Python 3.7-3.11</li>
<li>drop support for Python 2.6-3.6</li>
<li>add encoding argument defaulting to utf-8</li>
<li>inline and clarify type annotations</li>
<li>move parsing code from inline to extra file</li>
<li>add typing overloads for helper methods</li>
</ul>
<p>.. note::</p>
<p>major release due to the major changes in python versions supported +
changes in packaging</p>
<p>the api is expected to be compatible</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pytest-dev/iniconfig/commit/93f5930e668c0d1ddf4597e38dd0dea4e2665e7a"><code>93f5930</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/iniconfig/issues/51">#51</a>
from pytest-dev/add-deploy</li>
<li><a
href="https://github.com/pytest-dev/iniconfig/commit/942655746cf0a0183f04ba7c425b4d4683e688ea"><code>9426557</code></a>
rework deploy pipeline for hatch usage and modern checkout</li>
<li><a
href="https://github.com/pytest-dev/iniconfig/commit/5f617e30ac0c8512f13a0af44e0f94ddbddd4240"><code>5f617e3</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/iniconfig/issues/49">#49</a>
from pytest-dev/rework-types</li>
<li><a
href="https://github.com/pytest-dev/iniconfig/commit/180065cec29f156b1baf9cf684ebbf3f251db073"><code>180065c</code></a>
changelog</li>
<li><a
href="https://github.com/pytest-dev/iniconfig/commit/c7d1d88a398cb64884c30fb03c6581dd2bcd1ae7"><code>c7d1d88</code></a>
add sectionwrapper get overload types</li>
<li><a
href="https://github.com/pytest-dev/iniconfig/commit/90df3d776833fcfba42c9641d73c22956f25bf37"><code>90df3d7</code></a>
hatch-vcs</li>
<li><a
href="https://github.com/pytest-dev/iniconfig/commit/df78c51bfba888c9d145fbd3d66f45b74dac0271"><code>df78c51</code></a>
pre-commit pyproject ftm</li>
<li><a
href="https://github.com/pytest-dev/iniconfig/commit/c113dd6d4c6403ae636e0d69df5b3170c2c32888"><code>c113dd6</code></a>
migrate to hatch</li>
<li><a
href="https://github.com/pytest-dev/iniconfig/commit/0253ff11d9e2ca1967df615185d0f52c983ee642"><code>0253ff1</code></a>
implement review comments</li>
<li><a
href="https://github.com/pytest-dev/iniconfig/commit/10583b86c3de36764f27e24f453eb9fe91c2ab3f"><code>10583b8</code></a>
update changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/iniconfig/compare/v1.1.1...v2.0.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=1.1.1&new-version=2.0.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>
  • Loading branch information
dependabot[bot] authored Aug 21, 2024
1 parent b644f7a commit 3a10ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ importlib-resources==6.1.1
# via towncrier
incremental==24.7.2
# via towncrier
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
# via
Expand Down

0 comments on commit 3a10ee2

Please sign in to comment.