From 59e60193814bc3e090a3d296937b03b9ffcd342d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 07:08:47 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/source/software_process.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/software_process.rst b/docs/source/software_process.rst index bf765a062..96bf470e7 100644 --- a/docs/source/software_process.rst +++ b/docs/source/software_process.rst @@ -45,8 +45,8 @@ pyproject.toml_ contains a list of package dependencies and their version ranges running HDMF. As a library, upper bound version constraints create more harm than good in the long term (see this `blog post`_) so we avoid setting upper bounds on requirements. -When setting lower bounds, make sure to specify the lower bounds in the ``[project] dependencies`` key and -``[project.optional-dependencies] min-reqs`` key in pyproject.toml_. +When setting lower bounds, make sure to specify the lower bounds in the ``[project] dependencies`` key and +``[project.optional-dependencies] min-reqs`` key in pyproject.toml_. The latter is used in automated testing to ensure that the package runs correctly using the minimum versions of dependencies.