From 35e8f4983e79e1b6db41068c43840bdfbfdfc5a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:37:27 +0000 Subject: [PATCH] build: bump the python-dependencies group across 1 directory with 2 updates Bumps the python-dependencies group with 2 updates in the / directory: [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) and [setuptools](https://github.com/pypa/setuptools). Updates `python-semantic-release` from 9.11.0 to 9.12.0 - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.11...v9.12) Updates `setuptools` from 75.1.0 to 75.2.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v75.1.0...v75.2.0) --- updated-dependencies: - dependency-name: python-semantic-release dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 17aae7b..7349b23 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ pytest-cov==5.0.0 black==24.10.0 nbmake==1.5.4 matplotlib==3.9.2 -python-semantic-release==9.11.0 +python-semantic-release==9.12.0 h5py==3.12.1 openpyxl==3.1.5 tabulate==0.9.0 diff --git a/requirements.txt b/requirements.txt index 04c06da..1e7f2d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==2.1.2 pandas==2.2.3 pybind11==2.13.6 -setuptools==75.1.0 +setuptools==75.2.0 click==8.1.7