Skip to content

Commit 4be14ca

Browse files
chore(deps-dev): Bump hypothesis from 6.165.0 to 6.165.3 in /data-pipeline in the data-pipeline-dependencies group across 1 directory (#1366)
Bumps the data-pipeline-dependencies group with 1 update in the /data-pipeline directory: [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `hypothesis` from 6.165.0 to 6.165.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/0b818d6db2f57a1ca7ff6af6618318490be5c427"><code>0b818d6</code></a> Bump hypothesis version to 6.165.3 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/8388d0d51863c372911e0bbc248f250d991eb5ca"><code>8388d0d</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4846">#4846</a> from reachsridhard/fix/bytestring-provider-negative-...</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/219b2c1779def45d4d92c5c19e47b1a1b080ef03"><code>219b2c1</code></a> Fix RELEASE.rst: use plain RST backticks instead of markdown links</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/1b028df3f254f62037a4ec4c62ebb59bd9bf74b6"><code>1b028df</code></a> Add RELEASE.rst for bytestring provider float fix</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/5520d9e5ed12340f05f9d84faed34771c6ab23f4"><code>5520d9e</code></a> fix: draw 65 bits in BytestringProvider.draw_float to support negative floats</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/d139e32f8c64334b2aea6480181e771d095bb850"><code>d139e32</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4844">#4844</a> from msimacek/msimacek/graalpy</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/850d0dad67fdc51bcd9bce461b0965e629dcfcb6"><code>850d0da</code></a> Update PyO3 to 0.29.2</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/deb4d49221ae2a133f9ebe17bf39b859283fbf2c"><code>deb4d49</code></a> Bump hypothesis version to 6.165.2 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/a9eff283ec34679482d41941ac96d66d7e1f3fbd"><code>a9eff28</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4842">#4842</a> from HypothesisWorks/claude/invert-everything</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/c555e58c37bf456fd5e7b7ea40a80cf41d172146"><code>c555e58</code></a> Cover the remaining _invert error paths in tests</li> <li>Additional commits viewable in <a href="https://github.com/HypothesisWorks/hypothesis/compare/v6.165.0...v6.165.3">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7e8be18 commit 4be14ca

2 files changed

Lines changed: 46 additions & 46 deletions

File tree

data-pipeline/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ output = "logs/coverage.xml"
4848

4949
[dependency-groups]
5050
dev = [
51-
"hypothesis==6.165.0",
51+
"hypothesis==6.165.3",
5252
"pytest==9.1.1",
5353
"pytest-cov==7.1.0",
5454
]

0 commit comments

Comments
 (0)