From f0a8b2465227c5211b09d3662207f45988734323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 09:01:00 +0000 Subject: [PATCH] chore(deps): bump the python group in /engine with 6 updates Updates the requirements on [cryptography](https://github.com/pyca/cryptography), [build](https://github.com/pypa/build), [hypothesis](https://github.com/HypothesisWorks/hypothesis), [pytest](https://github.com/pytest-dev/pytest), [ruff](https://github.com/astral-sh/ruff) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `cryptography` to 48.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...48.0.0) Updates `build` to 1.5.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.2.0...1.5.0) Updates `hypothesis` to 6.152.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.100.0...hypothesis-python-6.152.9) Updates `pytest` to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...9.0.3) Updates `ruff` to 0.15.14 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.8.0...0.15.14) Updates `setuptools` to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v69.0.0...v82.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:production dependency-group: python - dependency-name: build dependency-version: 1.5.0 dependency-type: direct:development dependency-group: python - dependency-name: hypothesis dependency-version: 6.152.9 dependency-type: direct:development dependency-group: python - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: python - dependency-name: ruff dependency-version: 0.15.14 dependency-type: direct:development dependency-group: python - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] --- engine/pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/engine/pyproject.toml b/engine/pyproject.toml index 3246e59..16a588a 100644 --- a/engine/pyproject.toml +++ b/engine/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "cryptography>=42", + "cryptography>=48.0.0", ] [project.urls] @@ -59,17 +59,17 @@ zero-journal-proof = "zero_engine.journal_proof_pack:main" [project.optional-dependencies] dev = [ - "build>=1.2", - "hypothesis>=6.100", - "pytest>=8.0", - "ruff>=0.8", + "build>=1.5.0", + "hypothesis>=6.152.9", + "pytest>=9.0.3", + "ruff>=0.15.14", ] live = [ "hyperliquid-python-sdk>=0.23,<1", ] [build-system] -requires = ["setuptools>=69"] +requires = ["setuptools>=82.0.1"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find]