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.2 to 6.143.0

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.143.0

The extras for NumPy and pandas now support automatically inferring a strategy for "dtype="O"". Previously, Hypothesis required an explicit elements strategy to be passed, for example "nps.arrays("O", shape=(1,), elements=st.just(object()))". Now, Hypothesis automatically infers "elements=st.from_type(object)".

Thanks to Shaun Read for identifying and fixing this!

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

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

... (truncated)

Commits
  • 8c62183 Bump hypothesis-python version to 6.143.0 and update changelog
  • 5141ca5 Merge pull request #4444 from philastrophist/allow_objects_in_numpy_arrays_an...
  • f00a894 Merge pull request #4580 from Liam-DeVoe/claude-code-blog
  • aa51f90 also redate in file
  • add0b1d refactor
  • c00251c Merge pull request #4579 from Liam-DeVoe/claude-code-blog
  • 64cf40b move to .claude/commands
  • 38673bc asset fix
  • c9c4dee asset fixes, redate
  • 4cbd566 Merge pull request #4571 from Liam-DeVoe/claude-code-blog
  • 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.2 to 6.143.0
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.140.2...hypothesis-python-6.143.0)

---
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.143.0
  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 23:04
@dependabot dependabot bot added the part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) label Nov 1, 2025
@dependabot dependabot bot added the type:tech-debt Improves the project without visible changes for users label Nov 1, 2025
@llucax llucax closed this Nov 3, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@llucax llucax reopened this Nov 3, 2025
@llucax llucax enabled auto-merge November 3, 2025 07:31
@llucax llucax added this pull request to the merge queue Nov 3, 2025
Merged via the queue into v1.x.x with commit 15b7dfa Nov 3, 2025
14 checks passed
@llucax llucax deleted the dependabot/pip/minor-e35d6adec3 branch November 3, 2025 07:37
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.

2 participants