Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Bump the all-tools group in /Tools with 4 updates#6

Merged
Aasyaco merged 1 commit into
mainfrom
dependabot/pip/Tools/all-tools-41dbfaa5cc
Feb 11, 2026
Merged

Bump the all-tools group in /Tools with 4 updates#6
Aasyaco merged 1 commit into
mainfrom
dependabot/pip/Tools/all-tools-41dbfaa5cc

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-tools group in /Tools with 4 updates: mypy, types-psutil, types-setuptools and hypothesis.

Updates mypy from 1.17.1 to 1.19.1

Changelog

Sourced from mypy's changelog.

Mypy 1.19.1

  • Fix noncommutative joins with bounded TypeVars (Shantanu, PR 20345)
  • Respect output format for cached runs by serializing raw errors in cache metas (Ivan Levkivskyi, PR 20372)
  • Allow types.NoneType in match cases (A5rocks, PR 20383)
  • Fix mypyc generator regression with empty tuple (BobTheBuidler, PR 20371)
  • Fix crash involving Unpack-ed TypeVarTuple (Shantanu, PR 20323)
  • Fix crash on star import of redefinition (Ivan Levkivskyi, PR 20333)
  • Fix crash on typevar with forward ref used in other module (Ivan Levkivskyi, PR 20334)
  • Fail with an explicit error on PyPy (Ivan Levkivskyi, PR 20389)

Acknowledgements

Thanks to all mypy contributors who contributed to this release:

  • A5rocks
  • BobTheBuidler
  • bzoracler
  • Chainfire
  • Christoph Tyralla
  • David Foster
  • Frank Dana
  • Guo Ci
  • iap
  • Ivan Levkivskyi
  • James Hilton-Balfe
  • jhance
  • Joren Hammudoglu
  • Jukka Lehtosalo
  • KarelKenens
  • Kevin Kannammalil
  • Marc Mueller
  • Michael Carlstrom
  • Michael J. Sullivan
  • Piotr Sawicki
  • Randolf Scholz
  • Shantanu
  • Sigve Sebastian Farstad
  • sobolevn
  • Stanislav Terliakov
  • Stephen Morton
  • Theodore Ando
  • Thiago J. Barbalho
  • wyattscarpenter

I’d also like to thank my employer, Dropbox, for supporting mypy development.

Mypy 1.18

We’ve just uploaded mypy 1.18.1 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance

... (truncated)

Commits

Updates types-psutil from 7.0.0.20250801 to 7.2.1.20260116

Commits

Updates types-setuptools from 80.9.0.20250801 to 80.10.0.20260124

Commits

Updates hypothesis from 6.135.26 to 6.151.2

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.151.2

Format our code with the latest version of black.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.151.1

Improve internal categorization of test cases when an alternative backend raises "BackendCannotProceed".

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.151.0

Add 2025.12 to the list of recognized Array API versions in "hypothesis.extra.array_api".

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.150.3

Hypothesis now generates powers of 2 more often when using "integers()".

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.150.2

Update some internal type hints.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.150.1

This patch fixes a bug where "recursive()" would fail in cases where the "extend=" function does not reference it's argument - which was assumed by the recent "min_leaves=" feature, because the strategy can't actually recurse otherwise. (issue #4638)

Now, the historical behavior is working-but-deprecated, or an error if you explicitly pass "min_leaves=".

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.150.0

This release adds a "min_leaves" argument to "recursive()", which ensures that generated recursive structures have at least the specified number of leaf nodes (issue #4205).

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.149.1

Add type hints to an internal class.

The canonical version of these notes (with links) is on readthedocs.

... (truncated)

Commits
  • 7de805f Bump hypothesis-python version to 6.151.2 and update changelog
  • 559b1c1 Merge pull request #4646 from HypothesisWorks/create-pull-request/patch
  • 8cfe8a3 Bump hypothesis-python version to 6.151.1 and update changelog
  • ca75e22 Merge pull request #4647 from Liam-DeVoe/realize-cannot-proceed
  • 6a5f210 more consistent constants coverage
  • 98a5a9a format
  • ba4fbe6 improve BackendCannotProceed handling
  • 4af5e83 drop for_failure deprecation
  • 7795dc9 format
  • 183f0f0 skip database listener tests
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-tools group in /Tools with 4 updates: [mypy](https://github.com/python/mypy), [types-psutil](https://github.com/typeshed-internal/stub_uploader), [types-setuptools](https://github.com/typeshed-internal/stub_uploader) and [hypothesis](https://github.com/HypothesisWorks/hypothesis).


Updates `mypy` from 1.17.1 to 1.19.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.17.1...v1.19.1)

Updates `types-psutil` from 7.0.0.20250801 to 7.2.1.20260116
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

Updates `types-setuptools` from 80.9.0.20250801 to 80.10.0.20260124
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

Updates `hypothesis` from 6.135.26 to 6.151.2
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.135.26...hypothesis-python-6.151.2)

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 1.19.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-tools
- dependency-name: types-psutil
  dependency-version: 7.2.1.20260116
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-tools
- dependency-name: types-setuptools
  dependency-version: 80.10.0.20260124
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-tools
- dependency-name: hypothesis
  dependency-version: 6.151.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-tools
...

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

dependabot Bot commented on behalf of github Feb 10, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: skip issue, skip news. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@Aasyaco

Aasyaco commented Feb 10, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Feb 10, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot attempted to update this pull request, but because the branch dependabot/pip/Tools/all-tools-41dbfaa5cc is protected it was unable to do so.

@dependabot @github

dependabot Bot commented on behalf of github Feb 10, 2026

Copy link
Copy Markdown
Contributor Author

Oh no! Something went wrong on our end. Please try again later.

If the problem persists, please contact GitHub support for assistance 🙇

@Aasyaco
Aasyaco merged commit 1e9d9fd into main Feb 11, 2026
42 of 44 checks passed
@Aasyaco
Aasyaco deleted the dependabot/pip/Tools/all-tools-41dbfaa5cc branch February 11, 2026 04:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant