Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps the python-packages group with 5 updates:

Package From To
libpass 1.9.1 1.9.1.post0
hypothesis 6.131.18 6.137.2
pre-commit 4.2.0 4.3.0
pyupgrade 3.19.1 3.20.0
pylint 3.3.7 3.3.8

Updates libpass from 1.9.1 to 1.9.1.post0

Release notes

Sourced from libpass's releases.

1.9.1.post0

Full Changelog: notypecheck/passlib@1.9.1...1.9.1.post0

Changelog

Sourced from libpass's changelog.

1.9.1.post0 (2025-05-17)

Commits

Updates hypothesis from 6.131.18 to 6.137.2

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.137.2

Add support for Python 3.14, which is currently in release candidate 1.

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

Hypothesis for Python - version 6.137.1

Fixes a bug with solver-based alternative backends (like crosshair) where symbolic values passed to "event()" would not be realized to concrete values at the end of the test case.

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

Hypothesis for Python - version 6.137.0

Add the "add_observability_callback", "remove_observability_callback", "with_observability_callback", and "observability_enabled" methods to the observability interface. The previous "TESTCASE_CALLBACKS" is deprecated.

This release also adds better threading support to observability callbacks. An observability callback will now only be called for observations generated by the same thread.

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

Hypothesis for Python - version 6.136.9

Fix a threading race condition in "one_of()" initialization.

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

Hypothesis for Python - version 6.136.8

Improve the error messages and documentation for "HealthCheck". Among others, the messaging is now more clear that health checks are proactive warnings, not correctness errors.

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

Hypothesis for Python - version 6.136.7

Improve detection of sys.monitoring to avoid errors on GraalPy.

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

Hypothesis for Python - version 6.136.6

When a test is executed concurrently from multiple threads, "HealthCheck.too_slow" is now disabled, since the Python runtime may decide to switch away from a thread for arbitrarily long and Hypothesis cannot track execution time per-thread.

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

... (truncated)

Commits
  • 891297c Bump hypothesis-python version to 6.137.2 and update changelog
  • 1d44ef7 Merge pull request #4490 from tybug/314
  • be3dfb6 skip a few threading tests
  • d3d045e correct sorting, fix Set[int] bug, add tests
  • f91f504 Merge branch 'master' into 314
  • 3e1afcb don't override supertype registration in the special case
  • d5c4be6 cleanup
  • 1f6cd9c Merge pull request #4503 from jobh/test-annoyances
  • b8990bd Merge pull request #4502 from tybug/free-threading-blog
  • ea64bff Avoid leaving un-cleanable temporary directories
  • Additional commits viewable in compare view

Updates pre-commit from 4.2.0 to 4.3.0

Release notes

Sourced from pre-commit's releases.

pre-commit v4.3.0

Features

Changelog

Sourced from pre-commit's changelog.

4.3.0 - 2025-08-09

Features

Commits
  • b74a22d v4.3.0
  • cc899de Merge pull request #3507 from bc-lee/dart-fix
  • 2a0bcea Downgrade Dart SDK version installed in the CI
  • f1cc7a4 Make Dart pre-commit hook compatible with the latest Dart SDKs
  • 72a3b71 Merge pull request #3504 from pre-commit/pre-commit-ci-update-config
  • c8925a4 [pre-commit.ci] pre-commit autoupdate
  • a5fe6c5 Merge pull request #3496 from ericphanson/eph/jl-startup
  • 6f1f433 Julia language: skip startup.jl file
  • c681721 Merge pull request #3499 from pre-commit/pre-commit-ci-update-config
  • 4fd4537 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Updates pyupgrade from 3.19.1 to 3.20.0

Commits
  • 37bfa06 v3.20.0
  • 40ed0a9 Merge pull request #1013 from asottile/py314
  • 6f8432d pyupgrade fixes for python 3.14
  • 99080c3 Merge pull request #1007 from asottile/pre-commit-ci-update-config
  • ca2eb6b [pre-commit.ci] auto fixes from pre-commit.com hooks
  • f0aa7a8 [pre-commit.ci] pre-commit autoupdate
  • 5955327 Merge pull request #1002 from asottile/pre-commit-ci-update-config
  • 780f392 [pre-commit.ci] pre-commit autoupdate
  • dbe967d Merge pull request #1000 from asottile/pre-commit-ci-update-config
  • b182521 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Updates pylint from 3.3.7 to 3.3.8

Commits
  • 98942ba Bump pylint to 3.3.8, update changelog (#10486)
  • 6a1620a Update pytest-benchmark requirement from ~=4.0 to ~=5.1 (#10066) (#10484)
  • cef60cc Fix false-negative for used-before-assignment with postponed evaluation in fu...
  • 5a5a9be Fix unused-variable false positive when using same name for multiple except...
  • 6ec71ba Respect docstring-min-length in docparams extension (#10104) (#10434)
  • fbde890 Fix Mermaid printer rendering double underscores as bold formatting (#10403) ...
  • 51234e5 Fix Pyreverse: Aggregations aren't filtered according to filter mode (PUB_ONL...
  • 329c967 Use custom Github App to authenticate backport job (#10394) (#10396)
  • 7038ef4 [Backport maintenance/3.3.x] Resolve possibly-used-before-assignment false po...
  • 045f179 Resolve possibly-used-before-assignment false positives from match block ...
  • 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 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 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 python-packages group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [libpass](https://github.com/notypecheck/passlib) | `1.9.1` | `1.9.1.post0` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.131.18` | `6.137.2` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.2.0` | `4.3.0` |
| [pyupgrade](https://github.com/asottile/pyupgrade) | `3.19.1` | `3.20.0` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.7` | `3.3.8` |


Updates `libpass` from 1.9.1 to 1.9.1.post0
- [Release notes](https://github.com/notypecheck/passlib/releases)
- [Changelog](https://github.com/notypecheck/passlib/blob/main/CHANGELOG.md)
- [Commits](notypecheck/passlib@1.9.1...1.9.1.post0)

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

Updates `pre-commit` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.2.0...v4.3.0)

Updates `pyupgrade` from 3.19.1 to 3.20.0
- [Commits](asottile/pyupgrade@v3.19.1...v3.20.0)

Updates `pylint` from 3.3.7 to 3.3.8
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.7...v3.3.8)

---
updated-dependencies:
- dependency-name: libpass
  dependency-version: 1.9.1.post0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: hypothesis
  dependency-version: 6.137.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pre-commit
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pyupgrade
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pylint
  dependency-version: 3.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 11, 2025
Copy link
Owner

@mpenning mpenning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved

@mpenning mpenning merged commit e3f5ca1 into dependabot-pr Aug 17, 2025
1 check failed
@dependabot dependabot bot deleted the dependabot/pip/dependabot-pr/python-packages-da02e352be branch August 17, 2025 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant