From f2b49bdc21b9d01a064d1f5f094572f4b122138d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 08:54:48 +0000 Subject: [PATCH] chore(deps): bump the python group across 1 directory with 7 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), [hyperliquid-python-sdk](https://github.com/hyperliquid-dex/hyperliquid-python-sdk) 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.155.1 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.100.0...v6.155.1) 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.16 - [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.16) Updates `hyperliquid-python-sdk` to 0.24.0 - [Release notes](https://github.com/hyperliquid-dex/hyperliquid-python-sdk/releases) - [Commits](https://github.com/hyperliquid-dex/hyperliquid-python-sdk/compare/0.23.0...0.24.0) 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.155.1 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.16 dependency-type: direct:development dependency-group: python - dependency-name: hyperliquid-python-sdk dependency-version: 0.24.0 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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/engine/pyproject.toml b/engine/pyproject.toml index 3246e59..c260684 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.155.1", + "pytest>=9.0.3", + "ruff>=0.15.16", ] live = [ - "hyperliquid-python-sdk>=0.23,<1", + "hyperliquid-python-sdk>=0.24.0,<1", ] [build-system] -requires = ["setuptools>=69"] +requires = ["setuptools>=82.0.1"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find]