ashwinstr / UX-jutsu

GNU General Public License v3.0
38 stars 131 forks source link

Bump futures from 2.2.0 to 3.0.5 #73

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps futures from 2.2.0 to 3.0.5.

Changelog

Sourced from futures's changelog.

3.0.5

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

3.0.4

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

3.0.3

  • Fixed AttributeErrors on exit on Python 2.x

3.0.2

  • Made multiprocessing optional again on implementations other than just Jython

3.0.1

  • Made Executor.map() non-greedy

3.0.0

  • 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)
Commits
  • e3a43c1 Fixed OverflowError with ProcessPoolExecutor on Windows
  • 515263a Made thread joins interruptible by specifying a timeout (fixes #25)
  • b60cc06 Merge pull request #43 from leojay/master
  • a6b180a Issue #20319: concurrent.futures.wait() can block forever even if Futures hav...
  • 35e7764 Merge pull request #42 from mlsteele/master
  • e6d5340 Fix typo in docs
  • fdb0bd5 Added pypy to tox environments and fixed tests on pypy
  • 6532a74 Updated the changelog and bumped up version
  • 135add7 Guard against TypeError in atexit handlers
  • d2d37b9 Bumped up version
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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 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)
dependabot[bot] commented 1 year ago

Looks like futures is no longer updatable, so this is no longer needed.