From 432f7e44dd78ec218c58c51eac676a97dd5f1f98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 03:37:33 +0000 Subject: [PATCH] Bump the python-packages group with 8 updates Bumps the python-packages group with 8 updates: | Package | From | To | | --- | --- | --- | | [flake8](https://github.com/pycqa/flake8) | `7.1.0` | `7.1.1` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.7.1` | `3.8.0` | | [pylint](https://github.com/pylint-dev/pylint) | `3.2.6` | `3.2.7` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.1` | `8.3.3` | | [setuptools](https://github.com/pypa/setuptools) | `71.1.0` | `75.0.0` | | [ipython](https://github.com/ipython/ipython) | `8.26.0` | `8.27.0` | | [nbsphinx](https://github.com/spatialaudio/nbsphinx) | `0.9.4` | `0.9.5` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `7.4.7` | `8.0.2` | Updates `flake8` from 7.1.0 to 7.1.1 - [Commits](https://github.com/pycqa/flake8/compare/7.1.0...7.1.1) Updates `pre-commit` from 3.7.1 to 3.8.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.7.1...v3.8.0) Updates `pylint` from 3.2.6 to 3.2.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.6...v3.2.7) Updates `pytest` from 8.3.1 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.1...8.3.3) Updates `setuptools` from 71.1.0 to 75.0.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/v71.1.0...v75.0.0) Updates `ipython` from 8.26.0 to 8.27.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.26.0...8.27.0) Updates `nbsphinx` from 0.9.4 to 0.9.5 - [Release notes](https://github.com/spatialaudio/nbsphinx/releases) - [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst) - [Commits](https://github.com/spatialaudio/nbsphinx/compare/0.9.4...0.9.5) Updates `sphinx` from 7.4.7 to 8.0.2 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.4.7...v8.0.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: nbsphinx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 6 +++--- requirements.txt | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2c863e1..36e6400 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ furo==2024.8.6 -ipython==8.26.0 -nbsphinx==0.9.4 -sphinx==7.4.7 +ipython==8.27.0 +nbsphinx==0.9.5 +sphinx==8.0.2 sphinx-rtd-theme==2.0.0 diff --git a/requirements.txt b/requirements.txt index 5957a8a..4b9b1d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,17 +3,17 @@ defusedxml >= 0.6.0;python_version=='3.10' # minimum working defusedxml >= 0.6.0;python_version=='3.11' # minimum working defusedxml >= 0.6.0;python_version=='3.12' # minimum working -flake8 == 7.1.0 +flake8 == 7.1.1 numpy >= 1.24.0;python_version=='3.10' # minimum recommended numpy >= 1.24.0;python_version=='3.11' # minimum recommended numpy >= 1.26.0;python_version=='3.12' # minimum working -pre-commit == 3.7.1 -pylint == 3.2.6 -pytest == 8.3.1 +pre-commit == 3.8.0 +pylint == 3.2.7 +pytest == 8.3.3 scipy >= 1.10.0;python_version=='3.10' # minimum recommended scipy >= 1.10.0;python_version=='3.11' # minimum recommended scipy >= 1.11.2;python_version=='3.12' # minimum working -setuptools == 71.1.0 +setuptools == 75.0.0 spglib >= 1.16.4;python_version=='3.10' # minimum working spglib >= 1.16.4;python_version=='3.11' # minimum working spglib >= 1.16.4;python_version=='3.12' # minimum working