From 15b755ab239a35e670c198b6eed7fd8095356dd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 13:59:19 +0000 Subject: [PATCH] Bump the all-minor-and-patch-dependency-updates group with 5 updates Bumps the all-minor-and-patch-dependency-updates group with 5 updates: | Package | From | To | | --- | --- | --- | | [bandit](https://github.com/PyCQA/bandit) | `1.8.0` | `1.8.2` | | [ray[default]](https://github.com/ray-project/ray) | `2.40.0` | `2.41.0` | | [torch](https://github.com/pytorch/pytorch) | `2.5.1` | `2.6.0` | | [tox](https://github.com/tox-dev/tox) | `4.23.2` | `4.24.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.4` | `0.9.4` | Updates `bandit` from 1.8.0 to 1.8.2 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.0...1.8.2) Updates `ray[default]` from 2.40.0 to 2.41.0 - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](https://github.com/ray-project/ray/compare/ray-2.40.0...ray-2.41.0) Updates `torch` from 2.5.1 to 2.6.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.5.1...v2.6.0) Updates `tox` from 4.23.2 to 4.24.1 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.23.2...4.24.1) Updates `ruff` from 0.8.4 to 0.9.4 - [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.4...0.9.4) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-minor-and-patch-dependency-updates - dependency-name: ray[default] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates ... Signed-off-by: dependabot[bot] --- requirements/build.txt | 4 ++-- requirements/dev.txt | 2 +- requirements/prd.txt | 4 ++-- requirements/test.txt | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements/build.txt b/requirements/build.txt index 8d3b889..1a8e203 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,5 +1,5 @@ -bandit==1.8.0 +bandit==1.8.2 build==1.2.2.post1 pytest==8.3.4 pytest-cov==6.0.0 -ruff==0.8.4 +ruff==0.9.4 diff --git a/requirements/dev.txt b/requirements/dev.txt index 9747511..fc411d5 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1 +1 @@ -tox==4.23.2 +tox==4.24.1 diff --git a/requirements/prd.txt b/requirements/prd.txt index a733be1..19d03ae 100644 --- a/requirements/prd.txt +++ b/requirements/prd.txt @@ -1,7 +1,7 @@ ase==3.24.0 dplutils>=0.8.0 pandas==2.2.3 -ray[default]==2.40.0 +ray[default]==2.41.0 rdkit_pypi==2022.9.5 -torch==2.5.1 +torch==2.6.0 torch_geometric==2.6.1 diff --git a/requirements/test.txt b/requirements/test.txt index bb908ea..6fb774f 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,4 +1,4 @@ pytest==8.3.4 pytest-cov==6.0.0 -bandit==1.8.0 -ruff==0.8.4 +bandit==1.8.2 +ruff==0.9.4