Skip to content

chore(deps): bump hypothesis from 6.155.2 to 6.156.6#25

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/hypothesis-6.156.6
Closed

chore(deps): bump hypothesis from 6.155.2 to 6.156.6#25
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/hypothesis-6.156.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps hypothesis from 6.155.2 to 6.156.6.

Commits
  • 276c391 Bump hypothesis version to 6.156.6 and update changelog
  • c6e2305 Merge pull request #4791 from dylan-bakr/strip-auth-on-redirect
  • 988999a use add_unredirected_header instead
  • e8458dd Bump hypothesis version to 6.156.5 and update changelog
  • db2968a Merge pull request #4794 from Liam-DeVoe/publish-x86-wheels
  • a4d3a6d build 32bit wheels for windows and linux
  • 8683661 Bump hypothesis version to 6.156.4 and update changelog
  • d55de5a Merge pull request #4793 from Liam-DeVoe/abi3-wheels
  • 81be9b1 Merge pull request #4792 from HypothesisWorks/fix-version-import
  • 503f86d ship abi3 wheels
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.155.2 to 6.156.6.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@v6.155.2...v6.156.6)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.156.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github

dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: python. Please create it before Dependabot can add it to a pull request.

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

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 22, 2026
hironow added a commit that referenced this pull request Jul 23, 2026
## Why

The 5 open Dependabot uv PRs (#21 click, #22 click*, #23 ruff, #24
pyright, #25 hypothesis + coverage) each failed CI with:

```
The lockfile at `uv.lock` needs to be updated, but `--locked` was provided.
```

Root cause: this repo routes installs through **Takumi Guard**
(`pypi.flatt.tech`). Dependabot resolves against public PyPI and
rewrites the lock's URLs to `files.pythonhosted.org`, so `uv sync
--locked` (running behind the Takumi index) sees the lock as
inconsistent and fails. It is **not** a code problem — `main` is green.

## What

One relock via `uv lock --upgrade-package
{click,coverage,hypothesis,pyright,ruff}` against the `pypi.flatt.tech`
index, honoring the pinned `exclude-newer = 2026-07-22`. Only `uv.lock`
changes; the index URLs stay on `pypi.flatt.tech` (0 pythonhosted
leaks).

Resolved: click 8.4.2 · coverage 7.15.2 · hypothesis 6.157.0 · pyright
1.1.411 · ruff 0.15.22.

Supersedes #21, #22, #23, #24, #25.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.8 <[email protected]>
@hironow

hironow commented Jul 23, 2026

Copy link
Copy Markdown
Owner

Superseded by #26, which relocks these bumps against the Takumi Guard index (pypi.flatt.tech) in one consolidated uv.lock. Individual Dependabot PRs fail because they rewrite the lock URLs to files.pythonhosted.org.

@hironow hironow closed this Jul 23, 2026
@hironow
hironow deleted the dependabot/uv/hypothesis-6.156.6 branch July 23, 2026 10:00
@dependabot @github

dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant