From 4336546b3a2eebab82f9fdfa7c139e014173891b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 06:09:46 +0000 Subject: [PATCH] build: bump the python-dependencies group across 2 directories with 6 updates Bumps the python-dependencies group with 4 updates in the / directory: [setuptools](https://github.com/pypa/setuptools), [black](https://github.com/psf/black), [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) and [pyinstaller](https://github.com/pyinstaller/pyinstaller). Bumps the python-dependencies group with 2 updates in the /tests directory: [pytest](https://github.com/pytest-dev/pytest) and [matplotlib](https://github.com/matplotlib/matplotlib). Updates `setuptools` from 80.9.0 to 80.10.2 - [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/v80.9.0...v80.10.2) Updates `black` from 25.9.0 to 25.11.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.9.0...25.11.0) Updates `python-semantic-release` from 10.4.1 to 10.5.3 - [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.rst) - [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v10.4.1...v10.5.3) Updates `pyinstaller` from 6.16.0 to 6.18.0 - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.16.0...v6.18.0) Updates `pytest` from 8.4.2 to 9.0.2 - [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.4.2...9.0.2) Updates `matplotlib` from 3.10.7 to 3.10.8 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.7...v3.10.8) Updates `pytest` from 8.4.2 to 9.0.2 - [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.4.2...9.0.2) Updates `matplotlib` from 3.10.7 to 3.10.8 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.7...v3.10.8) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: python-semantic-release dependency-version: 10.5.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pyinstaller dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: matplotlib dependency-version: 3.10.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: matplotlib dependency-version: 3.10.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- requirements-exe.txt | 2 +- requirements.txt | 2 +- tests/requirements.txt | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4cad122..d75da70 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,10 +3,10 @@ pre-commit==4.3.0 pyproject_hooks==1.2.0 pytest==8.4.2 pytest-cov==7.0.0 -black==25.9.0 +black==25.11.0 nbmake==1.5.5 matplotlib==3.10.1 -python-semantic-release==10.4.1 +python-semantic-release==10.5.3 h5py==3.14.0 openpyxl==3.1.5 tabulate==0.9.0 diff --git a/requirements-exe.txt b/requirements-exe.txt index bffcb6f..75081a7 100644 --- a/requirements-exe.txt +++ b/requirements-exe.txt @@ -2,5 +2,5 @@ h5py==3.14.0 openpyxl==3.1.5 tabulate==0.9.0 lasio==0.32 -pyinstaller==6.16.0 +pyinstaller==6.18.0 pyyaml==6.0.3 diff --git a/requirements.txt b/requirements.txt index c6b53b8..f54b64e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==2.2.3 pandas==2.3.3 pybind11==3.0.1 -setuptools==80.9.0 +setuptools==80.10.2 click==8.1.8 diff --git a/tests/requirements.txt b/tests/requirements.txt index 877f942..9ce8531 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -pytest==8.4.2 +pytest==9.0.2 pytest-cov==7.0.0 h5py==3.15.1 openpyxl==3.1.5 @@ -6,4 +6,4 @@ tabulate==0.9.0 pyyaml==6.0.3 lasio==0.32 nbmake==1.5.5 -matplotlib==3.10.7 +matplotlib==3.10.8