Skip to content

Commit a29d9f5

Browse files
Bump the all-minor-and-patch-dependency-updates group across 1 directory with 8 updates
Bumps the all-minor-and-patch-dependency-updates group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bandit](https://github.com/PyCQA/bandit) | `1.8.5` | `1.8.6` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.1` | `0.12.11` | | [ase](https://gitlab.com/ase/ase) | `3.25.0` | `3.26.0` | | [pandas](https://github.com/pandas-dev/pandas) | `2.3.0` | `2.3.2` | | [ray[default]](https://github.com/ray-project/ray) | `2.47.1` | `2.49.0` | | [torch](https://github.com/pytorch/pytorch) | `2.7.1` | `2.8.0` | | [build](https://github.com/pypa/build) | `1.2.2.post1` | `1.3.0` | | [tox](https://github.com/tox-dev/tox) | `4.27.0` | `4.29.0` | Updates `bandit` from 1.8.5 to 1.8.6 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.8.5...1.8.6) Updates `ruff` from 0.12.1 to 0.12.11 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.12.1...0.12.11) Updates `ase` from 3.25.0 to 3.26.0 - [Changelog](https://gitlab.com/ase/ase/blob/master/CHANGELOG.rst) - [Commits](https://gitlab.com/ase/ase/compare/3.25.0...3.26.0) Updates `pandas` from 2.3.0 to 2.3.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.3.0...v2.3.2) Updates `ray[default]` from 2.47.1 to 2.49.0 - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](ray-project/ray@ray-2.47.1...ray-2.49.0) Updates `torch` from 2.7.1 to 2.8.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.7.1...v2.8.0) Updates `build` from 1.2.2.post1 to 1.3.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.2.2.post1...1.3.0) Updates `tox` from 4.27.0 to 4.29.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.27.0...4.29.0) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.8.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-minor-and-patch-dependency-updates - dependency-name: ruff dependency-version: 0.12.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-minor-and-patch-dependency-updates - dependency-name: ase dependency-version: 3.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: pandas dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-minor-and-patch-dependency-updates - dependency-name: ray[default] dependency-version: 2.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: build dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: tox dependency-version: 4.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5b84fc7 commit a29d9f5

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

requirements/build.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
bandit==1.8.5
2-
build==1.2.2.post1
1+
bandit==1.8.6
2+
build==1.3.0
33
pytest==8.4.1
44
pytest-cov==6.2.1
5-
ruff==0.12.1
5+
ruff==0.12.11

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tox==4.27.0
1+
tox==4.29.0

requirements/prd.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ase==3.25.0
1+
ase==3.26.0
22
dplutils>=0.8.0
3-
pandas==2.3.0
4-
ray[default]==2.47.1
3+
pandas==2.3.2
4+
ray[default]==2.49.0
55
rdkit_pypi==2022.9.5
6-
torch==2.7.1
6+
torch==2.8.0
77
torch_geometric==2.6.1

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest==8.4.1
22
pytest-cov==6.2.1
3-
bandit==1.8.5
4-
ruff==0.12.1
3+
bandit==1.8.6
4+
ruff==0.12.11

0 commit comments

Comments
 (0)