From 8f8e86579c20037c24ed78af11fc6fb9ea494604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:18:26 +0000 Subject: [PATCH] Bump the all-minor-and-patch-dependency-updates group with 10 updates Bumps the all-minor-and-patch-dependency-updates group with 10 updates: | Package | From | To | | --- | --- | --- | | [bandit](https://github.com/PyCQA/bandit) | `1.7.9` | `1.7.10` | | [build](https://github.com/pypa/build) | `1.2.1` | `1.2.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.3` | `0.6.8` | | [tox](https://github.com/tox-dev/tox) | `4.18.0` | `4.21.0` | | [sphinx-automodapi](https://github.com/astropy/sphinx-automodapi) | `0.17.0` | `0.18.0` | | [pandas](https://github.com/pandas-dev/pandas) | `2.2.2` | `2.2.3` | | [ray[default]](https://github.com/ray-project/ray) | `2.35.0` | `2.37.0` | | [torch](https://github.com/pytorch/pytorch) | `2.4.0` | `2.4.1` | | [torch-geometric](https://github.com/pyg-team/pytorch_geometric) | `2.5.3` | `2.6.1` | Updates `bandit` from 1.7.9 to 1.7.10 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.9...1.7.10) Updates `build` from 1.2.1 to 1.2.2 - [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.1...1.2.2) Updates `pytest` from 8.3.2 to 8.3.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.3.2...8.3.3) Updates `ruff` from 0.6.3 to 0.6.8 - [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.6.3...0.6.8) Updates `tox` from 4.18.0 to 4.21.0 - [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.18.0...4.21.0) Updates `sphinx-automodapi` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/astropy/sphinx-automodapi/releases) - [Changelog](https://github.com/astropy/sphinx-automodapi/blob/main/CHANGES.rst) - [Commits](https://github.com/astropy/sphinx-automodapi/compare/v0.17.0...v0.18.0) Updates `pandas` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.2...v2.2.3) Updates `ray[default]` from 2.35.0 to 2.37.0 - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](https://github.com/ray-project/ray/compare/ray-2.35.0...ray-2.37.0) Updates `torch` from 2.4.0 to 2.4.1 - [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.4.0...v2.4.1) Updates `torch-geometric` from 2.5.3 to 2.6.1 - [Release notes](https://github.com/pyg-team/pytorch_geometric/releases) - [Changelog](https://github.com/pyg-team/pytorch_geometric/blob/master/CHANGELOG.md) - [Commits](https://github.com/pyg-team/pytorch_geometric/compare/2.5.3...2.6.1) --- 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: build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-minor-and-patch-dependency-updates - dependency-name: pytest 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: tox dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: sphinx-automodapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: pandas 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-patch dependency-group: all-minor-and-patch-dependency-updates - dependency-name: torch-geometric 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 | 8 ++++---- requirements/dev.txt | 2 +- requirements/docs.txt | 2 +- requirements/prd.txt | 8 ++++---- requirements/test.txt | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements/build.txt b/requirements/build.txt index 8943372..c3b6781 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,5 +1,5 @@ -bandit==1.7.9 -build==1.2.1 -pytest==8.3.2 +bandit==1.7.10 +build==1.2.2 +pytest==8.3.3 pytest-cov==5.0.0 -ruff==0.6.3 +ruff==0.6.8 diff --git a/requirements/dev.txt b/requirements/dev.txt index ec232c4..25dfde7 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1 +1 @@ -tox==4.18.0 +tox==4.21.0 diff --git a/requirements/docs.txt b/requirements/docs.txt index 803c8d1..fbb7aba 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -3,6 +3,6 @@ sphinx==7.3.7 sphinx_rtd_theme==2.0.0 sphinx_book_theme==1.1.3 -sphinx-automodapi==0.17.0 +sphinx-automodapi==0.18.0 sphinx-issues==4.1.0 nbsphinx==0.9.5 diff --git a/requirements/prd.txt b/requirements/prd.txt index 02f1185..3ddbe32 100644 --- a/requirements/prd.txt +++ b/requirements/prd.txt @@ -1,7 +1,7 @@ ase==3.23.0 dplutils==0.5.5 -pandas==2.2.2 -ray[default]==2.35.0 +pandas==2.2.3 +ray[default]==2.37.0 rdkit_pypi==2022.9.5 -torch==2.4.0 -torch_geometric==2.5.3 +torch==2.4.1 +torch_geometric==2.6.1 diff --git a/requirements/test.txt b/requirements/test.txt index 1612ccf..568fc22 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,4 +1,4 @@ -pytest==8.3.2 +pytest==8.3.3 pytest-cov==5.0.0 -bandit==1.7.9 -ruff==0.6.3 +bandit==1.7.10 +ruff==0.6.8