From f85eab71b3239963604394c0d1bed83171d4467e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 00:31:20 +0000 Subject: [PATCH] chore(deps): bump the all-dependencies group across 1 directory with 3 updates Bumps the all-dependencies group with 3 updates in the / directory: torch, [pytest](https://github.com/pytest-dev/pytest) and [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear). Updates `torch` from 2.4.1+cpu to 2.5.1+cpu Updates `pytest` from 8.3.3 to 8.3.4 - [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.3...8.3.4) Updates `flake8-bugbear` from 24.8.19 to 24.12.12 - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.8.19...24.12.12) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: flake8-bugbear dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- requirements-workflows.txt | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-workflows.txt b/requirements-workflows.txt index 4ad01530..7d08dc00 100644 --- a/requirements-workflows.txt +++ b/requirements-workflows.txt @@ -5,5 +5,5 @@ h5py==3.11.0 numpy==2.1.1 pandas==2.2.3 scikit-learn==1.5.2 -torch==2.4.1+cpu +torch==2.5.1+cpu --extra-index-url https://download.pytorch.org/whl/cpu diff --git a/requirements.txt b/requirements.txt index b389f3bf..ddcd4a71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ docker==7.1.0 -pytest==8.3.3 +pytest==8.3.4 dataclasses==0.7;python_version<"3.7" pydantic>=2.3.0, <3.0.0 pytest-xdist==3.6.1 flake8==7.1.1 -flake8-bugbear==24.8.19 +flake8-bugbear==24.12.12 isort==5.13.2 black==24.8.0 towncrier