Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps the minor group with 2 updates: nox and hypothesis.

Updates nox from 2025.5.1 to 2025.10.16

Release notes

Sourced from nox's releases.

2025.10.16 ⏲️

This is a quick release to make our new dependency, pbs-installer, optional. This is only needed to install Python if you are not using the uv backend. We've also added the time taken to the output when it's over a second.

We'd like to thank the following folks who contributed to this release:

Changes:

Internal:

2025.10.14 🥧

This release updates the default for the GitHub Action to target the current range of recommended Pythons (3.10-3.14). There's now a mechanism to control if nox downloads Python (even when not using uv). Several fixes include better free-threading support, custom filenames in script mode, and support for GitHub Actions Windows ARM runners.

We'd like to thank the following folks who contributed to this release:

Features:

Changes:

Bugfixes:

... (truncated)

Changelog

Sourced from nox's changelog.

2025.10.16

This is a quick release to make our new dependency, pbs-installer, optional. This is only needed to install Python if you are not using the uv backend. We've also added the time taken to the output when it's over a second.

We'd like to thank the following folks who contributed to this release:

Changes:

Internal:

2025.10.14

This release updates the default for the GitHub Action to target the current range of recommended Pythons (3.10-3.14). There's now a mechanism to control if nox downloads Python (even when not using uv). Several fixes include better free-threading support, custom filenames in script mode, and support for GitHub Actions Windows ARM runners.

We'd like to thank the following folks who contributed to this release:

Features:

Changes:

... (truncated)

Commits

Updates hypothesis from 6.140.3 to 6.142.5

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.142.5

This patch fixes "binary_operation()" to include imports for "hypothesis.extra.numpy" strategies such as "arrays()", "scalar_dtypes()", and "array_shapes()" when ghostwriting tests for functions with numpy array parameters (issue #4576).

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

Hypothesis for Python - version 6.142.4

Improve the accuracy of test timing reports, by tracking the start time of each test case closer to when the test is executed.

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

Hypothesis for Python - version 6.142.3

Fix a recursion error when observability is enabled and a test generates an object with a recursive reference, like "a = []; a.append(a)".

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

Hypothesis for Python - version 6.142.2

Remove a case where Hypothesis would interact with the global "random.Random" instance if Hypothesis internals were used directly.

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

Hypothesis for Python - version 6.142.1

Simplify some internal typing logic after dropping Python 3.9.

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

Hypothesis for Python - version 6.142.0

This release drops support for Python 3.9, which reached end of life in October 2025.

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

Hypothesis for Python - version 6.141.1

Fixes an error when using the Ghostwriter with annotations that include "typing.ForwardRef" on Python 3.14 (issue #4565).

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

Hypothesis for Python - version 6.141.0

The "from_field()" and "from_form()" strategies from our Django extra now support "FileField".

Thanks to Arjoonn Sharma for this fix!

... (truncated)

Commits
  • 86d8a4d Bump hypothesis-python version to 6.142.5 and update changelog
  • 54037ee Merge pull request #4578 from HypothesisWorks/claude/investigate-hypothesis-4...
  • b9f0b13 Add RELEASE.rst for patch release documenting ghostwriter fix
  • 0d70446 Fix ghostwriter binary_operation to include numpy strategy imports
  • 7b93827 Bump hypothesis-python version to 6.142.4 and update changelog
  • 7e7fe0c Merge pull request #4573 from Liam-DeVoe/timing
  • 1f63dfb better timing tracking
  • 4a3cbdc Bump hypothesis-python version to 6.142.3 and update changelog
  • edcc041 Merge pull request #4569 from Liam-DeVoe/obervability-recursionerror
  • e99b1ec detect cycles in to_jsonable
  • 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 minor group with 2 updates: [nox](https://github.com/wntrblm/nox) and [hypothesis](https://github.com/HypothesisWorks/hypothesis).


Updates `nox` from 2025.5.1 to 2025.10.16
- [Release notes](https://github.com/wntrblm/nox/releases)
- [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md)
- [Commits](wntrblm/nox@2025.05.01...2025.10.16)

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

---
updated-dependencies:
- dependency-name: nox
  dependency-version: 2025.10.16
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: hypothesis
  dependency-version: 6.142.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Nov 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 1, 2025 02:08
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Nov 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant