From 2848dbd4eb696de0fbd4ec2aa6a6aeb6f72e1d47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:49:18 +0000 Subject: [PATCH] deps(python): bump hypothesis Bumps the python-flow-minor group in /python/arco with 1 update: [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `hypothesis` from 6.152.4 to 6.152.12 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.152.4...v6.152.12) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.152.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-flow-minor ... Signed-off-by: dependabot[bot] --- python/arco/pyproject.toml | 2 +- python/arco/uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python/arco/pyproject.toml b/python/arco/pyproject.toml index 41998fa5..aaf3eca1 100644 --- a/python/arco/pyproject.toml +++ b/python/arco/pyproject.toml @@ -40,7 +40,7 @@ dev = [ "pytest-asyncio>=0.21.0", "pytest-cov>=7.1.0", "pytest-mock>=3.12.0", - "hypothesis>=6.152.4", + "hypothesis>=6.152.12", "ruff>=0.15.14", "mypy>=1.20.1", "pre-commit>=4.6.0", diff --git a/python/arco/uv.lock b/python/arco/uv.lock index 23ced86e..6bc15f17 100644 --- a/python/arco/uv.lock +++ b/python/arco/uv.lock @@ -68,7 +68,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "httpx", specifier = ">=0.25.0" }, - { name = "hypothesis", marker = "extra == 'dev'", specifier = ">=6.152.4" }, + { name = "hypothesis", marker = "extra == 'dev'", specifier = ">=6.152.12" }, { name = "mypy", marker = "extra == 'dev'", specifier = ">=1.20.1" }, { name = "pre-commit", marker = "extra == 'dev'", specifier = ">=4.6.0" }, { name = "pydantic", specifier = ">=2.13.4" }, @@ -287,14 +287,14 @@ wheels = [ [[package]] name = "hypothesis" -version = "6.152.4" +version = "6.152.12" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "sortedcontainers" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/fa/c7/3147bd903d6b18324a016d43a259cf5b4bb4545e1ead6773dc8a0374e70a/hypothesis-6.152.4.tar.gz", hash = "sha256:31c8f9ce619716f543e2710b489b1633c833586641d9e6c94cee03f109a5afc4", size = 466444, upload-time = "2026-04-27T20:18:37.594Z" } +sdist = { url = "https://files.pythonhosted.org/packages/83/f8/99434460ee2f80dd3fcc78157fbbb9167278df249b552dbc1b12c70d39db/hypothesis-6.152.12.tar.gz", hash = "sha256:839c86213343f7329a64f143c8139c2be532b3dbf3cc8f82e4777ac099cd0afe", size = 473648, upload-time = "2026-05-26T04:10:50.514Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/19/89/0f50dd0d92e8a7dffc24f69ab910ff81db89b2f082ba42682bd57695e4d2/hypothesis-6.152.4-py3-none-any.whl", hash = "sha256:e730fd93c7578182efadc7f90b3c5437ee4d55edf738930eb5043c81ac1d97e8", size = 532145, upload-time = "2026-04-27T20:18:35.043Z" }, + { url = "https://files.pythonhosted.org/packages/61/a3/dba6c4d0260f1335f3d4dcb0b0c77b46e7831109cd41374d759e2c84bd41/hypothesis-6.152.12-py3-none-any.whl", hash = "sha256:5024bf4d31a1a6a2255e23f453a7aead91192123a111f7053c86fd4921e4ecde", size = 539805, upload-time = "2026-05-26T04:10:47.521Z" }, ] [[package]]