From 528267f0030a1b63ca0286f813999ba094dfa1f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 17:16:19 +0000 Subject: [PATCH] Bump the release-validation-environment group across 1 directory with 9 updates Bumps the release-validation-environment group with 9 updates in the /maia2 directory: | Package | From | To | | --- | --- | --- | | [chess](https://github.com/niklasf/python-chess) | `1.10.0` | `1.11.2` | | [einops](https://github.com/arogozhnikov/einops) | `0.8.0` | `0.8.2` | | [gdown](https://github.com/wkentaro/gdown) | `5.2.2` | `6.1.0` | | [numpy](https://github.com/numpy/numpy) | `2.1.3` | `2.5.1` | | [pandas](https://github.com/pandas-dev/pandas) | `2.2.3` | `3.0.3` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` | | [requests](https://github.com/psf/requests) | `2.33.0` | `2.34.2` | | [torch](https://github.com/pytorch/pytorch) | `2.8.0` | `2.13.0` | | [tqdm](https://github.com/tqdm/tqdm) | `4.66.3` | `4.68.4` | Updates `chess` from 1.10.0 to 1.11.2 - [Release notes](https://github.com/niklasf/python-chess/releases) - [Changelog](https://github.com/niklasf/python-chess/blob/master/CHANGELOG.rst) - [Commits](https://github.com/niklasf/python-chess/compare/v1.10.0...v1.11.2) Updates `einops` from 0.8.0 to 0.8.2 - [Release notes](https://github.com/arogozhnikov/einops/releases) - [Commits](https://github.com/arogozhnikov/einops/compare/v0.8.0...v0.8.2) Updates `gdown` from 5.2.2 to 6.1.0 - [Release notes](https://github.com/wkentaro/gdown/releases) - [Commits](https://github.com/wkentaro/gdown/compare/v5.2.2...v6.1.0) Updates `numpy` from 2.1.3 to 2.5.1 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.1.3...v2.5.1) Updates `pandas` from 2.2.3 to 3.0.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.3...v3.0.3) Updates `pyyaml` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.2...6.0.3) Updates `requests` from 2.33.0 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.33.0...v2.34.2) Updates `torch` from 2.8.0 to 2.13.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.8.0...v2.13.0) Updates `tqdm` from 4.66.3 to 4.68.4 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.3...v4.68.4) --- updated-dependencies: - dependency-name: chess dependency-version: 1.11.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: release-validation-environment - dependency-name: einops dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: release-validation-environment - dependency-name: gdown dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: release-validation-environment - dependency-name: numpy dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: release-validation-environment - dependency-name: pandas dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: release-validation-environment - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: release-validation-environment - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: release-validation-environment - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: release-validation-environment - dependency-name: tqdm dependency-version: 4.68.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: release-validation-environment ... Signed-off-by: dependabot[bot] --- maia2/requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/maia2/requirements.txt b/maia2/requirements.txt index 83b4a04..3c1d487 100644 --- a/maia2/requirements.txt +++ b/maia2/requirements.txt @@ -1,12 +1,12 @@ # Exact direct dependency versions used for Maia-2 release validation. The # compatible runtime ranges exposed to package installers live in pyproject.toml. -chess==1.10.0 -einops==0.8.0 -gdown==5.2.2 -numpy==2.1.3 -pandas==2.2.3 -pyyaml==6.0.2 +chess==1.11.2 +einops==0.8.2 +gdown==6.1.0 +numpy==2.5.1 +pandas==3.0.3 +pyyaml==6.0.3 pyzstd==0.19.1 -requests==2.33.0 -torch==2.8.0 -tqdm==4.66.3 +requests==2.34.2 +torch==2.13.0 +tqdm==4.68.4