From a59e5b82cf54095ec486e350764dd5920c321aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 10:23:20 +0000 Subject: [PATCH] deps: bump the python-dependencies group with 3 updates Updates the requirements on [alpaca-py](https://github.com/alpacahq/alpaca-py), [ccxt](https://github.com/ccxt/ccxt) and [hatchling](https://github.com/pypa/hatch) to permit the latest version. Updates `alpaca-py` from 0.43.5 to 0.44.0 - [Release notes](https://github.com/alpacahq/alpaca-py/releases) - [Commits](https://github.com/alpacahq/alpaca-py/compare/v0.43.5...v0.44.0) Updates `ccxt` to 4.5.73 - [Release notes](https://github.com/ccxt/ccxt/releases) - [Commits](https://github.com/ccxt/ccxt/compare/v4.5.31...v4.5.73) Updates `hatchling` from 1.31.0 to 1.32.0 - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.31.0...hatchling-v1.32.0) --- updated-dependencies: - dependency-name: alpaca-py dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ccxt dependency-version: 4.5.73 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: hatchling dependency-version: 1.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- build-constraints.txt | 2 +- pyproject.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.txt b/build-constraints.txt index 6620047..2393370 100644 --- a/build-constraints.txt +++ b/build-constraints.txt @@ -1,5 +1,5 @@ hatch-vcs==0.5.0 -hatchling==1.31.0 +hatchling==1.32.0 packaging==26.3 pathspec==1.1.1 pluggy==1.6.0 diff --git a/pyproject.toml b/pyproject.toml index 924ac68..249f9a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,9 +18,9 @@ dependencies = [ "ml4t-backtest>=0.1.0,<0.2", "ml4t-specs>=0.1.1,<0.2", "ib-async==2.1.0", - "alpaca-py==0.43.5", + "alpaca-py==0.44.0", "httpx==0.28.1", - "ccxt>=4.5.31,<=4.5.71", + "ccxt>=4.5.31,<=4.5.73", ] [project.scripts] @@ -54,7 +54,7 @@ experimental = [ ] [build-system] -requires = ["hatchling==1.31.0", "hatch-vcs==0.5.0"] +requires = ["hatchling==1.32.0", "hatch-vcs==0.5.0"] build-backend = "hatchling.build" [tool.hatch.version] @@ -78,7 +78,7 @@ exclude = ["**/AGENTS.md"] [dependency-groups] build = [ - "hatchling==1.31.0", + "hatchling==1.32.0", "hatch-vcs==0.5.0", ] test = [