From df414db3b19a59c66a2d782ecaf68e96efdb9542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:43:48 +0000 Subject: [PATCH] Bump the all-minor-and-patch-dependency-updates group with 4 updates Bumps the all-minor-and-patch-dependency-updates group with 4 updates: [nbsphinx](https://github.com/spatialaudio/nbsphinx), [ruff](https://github.com/astral-sh/ruff), [ase](https://gitlab.com/ase/ase) and [ray[default]](https://github.com/ray-project/ray). Updates `nbsphinx` from 0.9.5 to 0.9.6 - [Release notes](https://github.com/spatialaudio/nbsphinx/releases) - [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst) - [Commits](https://github.com/spatialaudio/nbsphinx/compare/0.9.5...0.9.6) Updates `ruff` from 0.8.1 to 0.8.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.1...0.8.4) Updates `ase` from 3.23.0 to 3.24.0 - [Changelog](https://gitlab.com/ase/ase/blob/master/CHANGELOG.rst) - [Commits](https://gitlab.com/ase/ase/compare/3.23.0...3.24.0) Updates `ray[default]` from 2.39.0 to 2.40.0 - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](https://github.com/ray-project/ray/compare/ray-2.39.0...ray-2.40.0) --- updated-dependencies: - dependency-name: nbsphinx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-minor-and-patch-dependency-updates - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-minor-and-patch-dependency-updates - dependency-name: ase dependency-type: direct:production update-type: version-update:semver-minor 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 ... Signed-off-by: dependabot[bot] --- requirements/build.txt | 2 +- requirements/docs.txt | 2 +- requirements/prd.txt | 4 ++-- requirements/test.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/build.txt b/requirements/build.txt index 4e3383b..8d3b889 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -2,4 +2,4 @@ bandit==1.8.0 build==1.2.2.post1 pytest==8.3.4 pytest-cov==6.0.0 -ruff==0.8.1 +ruff==0.8.4 diff --git a/requirements/docs.txt b/requirements/docs.txt index d4c1150..76c5d5a 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -5,4 +5,4 @@ sphinx_rtd_theme==3.0.2 sphinx_book_theme==1.1.3 sphinx-automodapi==0.18.0 sphinx-issues==5.0.0 -nbsphinx==0.9.5 +nbsphinx==0.9.6 diff --git a/requirements/prd.txt b/requirements/prd.txt index 831a5da..a733be1 100644 --- a/requirements/prd.txt +++ b/requirements/prd.txt @@ -1,7 +1,7 @@ -ase==3.23.0 +ase==3.24.0 dplutils>=0.8.0 pandas==2.2.3 -ray[default]==2.39.0 +ray[default]==2.40.0 rdkit_pypi==2022.9.5 torch==2.5.1 torch_geometric==2.6.1 diff --git a/requirements/test.txt b/requirements/test.txt index 2ebda36..bb908ea 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.1 +ruff==0.8.4