Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump execnet from 2.0.2 to 2.1.1 in /tools/deps #5292

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps execnet from 2.0.2 to 2.1.1.

Changelog

Sourced from execnet's changelog.

2.1.1 (2024-04-08)

  • [#267](https://github.com/pytest-dev/execnet/issues/267) <https://github.com/pytest-dev/execnet/issue/267>__ Fixed regression in 2.1.0 where the strconfig argument to load/loads is ignored.

2.1.0 (2024-04-05)

  • [#243](https://github.com/pytest-dev/execnet/issues/243) <https://github.com/pytest-dev/execnet/pull/243>__: Added main_thread_only execmodel which is derived from the thread execmodel and only executes remote_exec calls in the main thread.

    Callers of remote_exec must use the returned channel to wait for a task to complete before they call remote_exec again, otherwise the remote_exec call will fail with a concurrent remote_exec would cause deadlock error. The main_thread_only execmodel provides solutions for [#96](https://github.com/pytest-dev/execnet/issues/96) <https://github.com/pytest-dev/execnet/issues/96>__ and pytest-dev/pytest-xdist#620 <https://github.com/pytest-dev/pytest-xdist/issues/620>__ (pending a new pytest-xdist release).

    Also fixed init_popen_io to use closefd=False for shared stdin and stdout file descriptors, preventing Bad file descriptor errors triggered by test_stdouterrin_setnull.

  • The library is now typed and the typing is exposed to type-checkers.

  • Re-exported Gateway, Channel, DumpError and LoadError from execnet. The constructors are private.

  • Fixed GatewayBase.join() timeout argument getting ignored.

  • Removed support for Python 3.7.

  • Added official support for Python 3.12.

Commits
  • e1332b1 Update CHANGELOG for 2.1.1
  • 8481612 Merge pull request #268 from bluetech/fix-strconfig-ignored
  • d08b7e7 gateway_base: fix load(strconfig) getting ignored
  • d0fc2c2 Merge pull request #265 from pytest-dev/release-2.1.0
  • 64ecf67 Update CHANGELOG for 2.1.0
  • eb7f7bc Merge pull request #266 from bluetech/up-download-artifact
  • 89c99c9 ci: update download-artifact action to fix deploy job
  • 42aeb82 Merge pull request #263 from bluetech/typing-fixes
  • 5035913 Export DumpError, LoadError
  • e218d45 gateway_base: replace -> object return types to -> Any
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Copy link
Contributor

sourcery-ai bot commented Sep 30, 2024

🧙 Sourcery has finished reviewing your pull request!


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

@poojadaine
Copy link
Contributor

@dependabot rebase

Bumps [execnet](https://github.com/pytest-dev/execnet) from 2.0.2 to 2.1.1.
- [Changelog](https://github.com/pytest-dev/execnet/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/execnet@v2.0.2...v2.1.1)

---
updated-dependencies:
- dependency-name: execnet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/tools/deps/execnet-2.1.1 branch from a8e31b9 to 730f30d Compare November 25, 2024 06:21
@poojadaine poojadaine changed the base branch from master to dependabot/pip/tools/deps/pytest-xdist-3.6.1 November 28, 2024 06:08
@poojadaine poojadaine merged commit 74b848b into dependabot/pip/tools/deps/pytest-xdist-3.6.1 Nov 28, 2024
14 checks passed
@poojadaine poojadaine deleted the dependabot/pip/tools/deps/execnet-2.1.1 branch November 28, 2024 06:09
mr-shekhar pushed a commit that referenced this pull request Dec 2, 2024
* Bump pytest-xdist from 3.5.0 to 3.6.1 in /tools/deps

Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.5.0 to 3.6.1.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases)
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-xdist@v3.5.0...v3.6.1)

---
updated-dependencies:
- dependency-name: pytest-xdist
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Checking with execnet2.1.1

* Bump execnet from 2.0.2 to 2.1.1 in /tools/deps (#5292)

Bumps [execnet](https://github.com/pytest-dev/execnet) from 2.0.2 to 2.1.1.

* Bump more-itertools from 10.2.0 to 10.5.0 in /tools/deps (#5299)

Bumps [more-itertools](https://github.com/more-itertools/more-itertools) from 10.2.0 to 10.5.0.

* Bump nodeenv from 1.8.0 to 1.9.1 in /tools/deps (#5272)

Bumps [nodeenv](https://github.com/ekalinin/nodeenv) from 1.8.0 to 1.9.1.

* Bump attrs from 23.2.0 to 24.2.0 in /tools/deps (#5281)

Bumps [attrs](https://github.com/sponsors/hynek) from 23.2.0 to 24.2.0.

* Bump macholib from 1.14 to 1.16.3 in /tools/deps (#4495)

Bumps [macholib](https://github.com/ronaldoussoren/macholib) from 1.14 to 1.16.3.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pooja Ramkrishna Daine <Pooja.RamkrishnaDaine@hyland.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants