fix(deps): update dependency futures to v3#552
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
Author
|
7cadca0 to
d6743b9
Compare
d6743b9 to
8082b32
Compare
Collaborator
|
Closed in favor of #544 |
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
2.2.0->3.4.0Release Notes
agronholm/pythonfutures (futures)
v3.4.0Compare Source
=====
(only ThreadPoolExecutor for now; PR by Fahrzin Hemmati)
v3.3.0Compare Source
=====
v3.2.0Compare Source
=====
The ThreadPoolExecutor class constructor now accepts an optional
thread_name_prefixargument to make it possible to customize the names of the threads created by the pool.
Upstream contribution by Gregory P. Smith in https://bugs.python.org/issue27664.
Backported fixes from upstream (thanks Lisandro Dalcin):
python/cpython#1560
python/cpython#3270
python/cpython#3830
v3.1.1.post1Compare Source
v3.1.1=====
max_workersconstructor argument forThreadPoolExecutor and ProcessPoolExecutor
max_workersin ThreadPoolExecutor toNone,as in upstream code (computes the thread pool size based on the number of
CPUs)
v3.1.0=====
v3.0.5Compare Source
=====
introduced in 3.0.4)
v3.0.4Compare Source
=====
v3.0.3Compare Source
=====
v3.0.2Compare Source
=====
v3.0.1Compare Source
=====
v3.0.0Compare Source
=====
iter.next() is called)
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.
This PR was generated by Mend Renovate. View the repository job log.