Skip to content

Commit 6d1358c

Browse files
Bump execnet from 2.1.1 to 2.1.2 (aio-libs#11784)
Bumps [execnet](https://github.com/pytest-dev/execnet) from 2.1.1 to 2.1.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/execnet/blob/master/CHANGELOG.rst">execnet's changelog</a>.</em></p> <blockquote> <h2>2.1.2 (2025-11-11)</h2> <ul> <li><code>[#376](pytest-dev/execnet#376) &lt;https://github.com/pytest-dev/execnet/issues/376&gt;</code>__ fix artifact building - pin minimal version of hatch.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/execnet/commit/9313ece783ba2bd565eb1a2a8a71be441af56199"><code>9313ece</code></a> Release 2.1.2</li> <li><a href="https://github.com/pytest-dev/execnet/commit/45a4d872775ae77366b62d6c93adb5c3ec51c966"><code>45a4d87</code></a> Test on pypy-3.11 instead of pypy-3.8 (<a href="https://redirect.github.com/pytest-dev/execnet/issues/375">#375</a>)</li> <li><a href="https://github.com/pytest-dev/execnet/commit/03462f5ad357cb28de83f28af6977e620b81c607"><code>03462f5</code></a> Update hatchling version requirement in pyproject.toml (<a href="https://redirect.github.com/pytest-dev/execnet/issues/377">#377</a>)</li> <li><a href="https://github.com/pytest-dev/execnet/commit/f05618084b3e524babe6d684e97443a16c4ecaf2"><code>f056180</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pytest-dev/execnet/issues/378">#378</a>)</li> <li><a href="https://github.com/pytest-dev/execnet/commit/a9d75e74b6913b9f4940de4d90e796b464ca88f9"><code>a9d75e7</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pytest-dev/execnet/issues/373">#373</a>)</li> <li><a href="https://github.com/pytest-dev/execnet/commit/9bfff13008d02cb5e0943ac57811b07ed7d81ffd"><code>9bfff13</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pytest-dev/execnet/issues/372">#372</a>)</li> <li><a href="https://github.com/pytest-dev/execnet/commit/caf108da5946aa4355eb853cb0f1fb5d6a359013"><code>caf108d</code></a> build(deps): bump actions/download-artifact from 5 to 6 (<a href="https://redirect.github.com/pytest-dev/execnet/issues/371">#371</a>)</li> <li><a href="https://github.com/pytest-dev/execnet/commit/d3074cd90921317e8d9510bf2fb41e48ed7b62fd"><code>d3074cd</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pytest-dev/execnet/issues/370">#370</a>)</li> <li><a href="https://github.com/pytest-dev/execnet/commit/35aa8073a2ae51a38bb787784fd79d0bfba517cb"><code>35aa807</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pytest-dev/execnet/issues/369">#369</a>)</li> <li><a href="https://github.com/pytest-dev/execnet/commit/d823f13ba81a1d14051dda54eb0931c73b7afdf7"><code>d823f13</code></a> build(deps): bump hynek/build-and-inspect-python-package (<a href="https://redirect.github.com/pytest-dev/execnet/issues/368">#368</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/execnet/compare/v2.1.1...v2.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=execnet&package-manager=pip&previous-version=2.1.1&new-version=2.1.2)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fbfe833 commit 6d1358c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ docutils==0.21.2
6767
# via sphinx
6868
exceptiongroup==1.3.0
6969
# via pytest
70-
execnet==2.1.1
70+
execnet==2.1.2
7171
# via pytest-xdist
7272
filelock==3.20.0
7373
# via virtualenv

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ docutils==0.21.2
6565
# via sphinx
6666
exceptiongroup==1.3.0
6767
# via pytest
68-
execnet==2.1.1
68+
execnet==2.1.2
6969
# via pytest-xdist
7070
filelock==3.20.0
7171
# via virtualenv

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cryptography==46.0.3
2222
# via trustme
2323
exceptiongroup==1.3.0
2424
# via pytest
25-
execnet==2.1.1
25+
execnet==2.1.2
2626
# via pytest-xdist
2727
forbiddenfruit==0.1.4
2828
# via blockbuster

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cryptography==46.0.3
3535
# via trustme
3636
exceptiongroup==1.3.0
3737
# via pytest
38-
execnet==2.1.1
38+
execnet==2.1.2
3939
# via pytest-xdist
4040
forbiddenfruit==0.1.4
4141
# via blockbuster

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cryptography==46.0.3
3535
# via trustme
3636
exceptiongroup==1.3.0
3737
# via pytest
38-
execnet==2.1.1
38+
execnet==2.1.2
3939
# via pytest-xdist
4040
forbiddenfruit==0.1.4
4141
# via blockbuster

0 commit comments

Comments
 (0)