fix(deps): update dependency futures to v3 #552
Closed
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.0
Release Notes
agronholm/pythonfutures (futures)
v3.4.0
Compare Source
=====
(only ThreadPoolExecutor for now; PR by Fahrzin Hemmati)
v3.3.0
Compare Source
=====
v3.2.0
Compare Source
=====
The ThreadPoolExecutor class constructor now accepts an optional
thread_name_prefix
argument 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.post1
Compare Source
v3.1.1
=====
max_workers
constructor argument forThreadPoolExecutor and ProcessPoolExecutor
max_workers
in ThreadPoolExecutor toNone
,as in upstream code (computes the thread pool size based on the number of
CPUs)
v3.1.0
=====
v3.0.5
Compare Source
=====
introduced in 3.0.4)
v3.0.4
Compare Source
=====
v3.0.3
Compare Source
=====
v3.0.2
Compare Source
=====
v3.0.1
Compare Source
=====
v3.0.0
Compare 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.