Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 29, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
futures 2.2.0 -> 3.4.0 age confidence

Release Notes

agronholm/pythonfutures (futures)

v3.4.0

Compare Source

=====

  • Backported bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor
    (only ThreadPoolExecutor for now; PR by Fahrzin Hemmati)

v3.3.0

Compare Source

=====

  • Backported bpo-24882: Let ThreadPoolExecutor reuse idle threads before creating new thread

v3.2.0

Compare Source

=====

v3.1.1.post1

Compare Source

v3.1.1

=====

  • Backported sanity checks for the max_workers constructor argument for
    ThreadPoolExecutor and ProcessPoolExecutor
  • Set the default value of max_workers in ThreadPoolExecutor to None,
    as in upstream code (computes the thread pool size based on the number of
    CPUs)
  • Added support for old-style exception objects
  • Switched to the PSF license

v3.1.0

=====

  • (Failed release)

v3.0.5

Compare Source

=====

  • Fixed OverflowError with ProcessPoolExecutor on Windows (regression
    introduced in 3.0.4)

v3.0.4

Compare Source

=====

  • Fixed inability to forcibly terminate the process if there are pending workers

v3.0.3

Compare Source

=====

  • Fixed AttributeErrors on exit on Python 2.x

v3.0.2

Compare Source

=====

  • Made multiprocessing optional again on implementations other than just Jython

v3.0.1

Compare Source

=====

  • Made Executor.map() non-greedy

v3.0.0

Compare Source

=====

  • Dropped Python 2.5 and 3.1 support
  • Removed the deprecated "futures" top level package
  • Applied patch for issue 11777 (Executor.map does not submit futures until
    iter.next() is called)
  • Applied patch for issue 15015 (accessing a non-existing attribute)
  • Applied patch for issue 16284 (memory leak)
  • Applied patch for issue 20367 (behavior of concurrent.futures.as_completed()
    for duplicate arguments)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Author

renovate bot commented Sep 29, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: docs/poetry.lock
Updating dependencies
Resolving dependencies...


The current project's supported Python range (>=3.10,<4.0) is not compatible with some of the required packages Python requirement:
  - futures requires Python >=2.6, <3, so it will not be installable for Python >=3.10,<4.0

Because python-driver-docs depends on futures (3.4.0) which requires Python >=2.6, <3, version solving failed.

  * Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For futures, a possible solution would be to set the `python` property to "<empty>"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers


@renovate renovate bot force-pushed the renovate/futures-3.x branch from 7cadca0 to d6743b9 Compare September 29, 2025 12:09
@renovate renovate bot force-pushed the renovate/futures-3.x branch from d6743b9 to 8082b32 Compare September 29, 2025 12:11
@dkropachev
Copy link
Collaborator

Closed in favor of #544

@dkropachev dkropachev closed this Sep 30, 2025
Copy link
Author

renovate bot commented Sep 30, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/futures-3.x branch September 30, 2025 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant