From 649775ba198062aece47f97ee76c64d645de07dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 04:03:30 +0000 Subject: [PATCH] Bump the all group with 2 updates Bumps the all group with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and ruamel-yaml. Updates `pytest` from 8.4.0 to 8.4.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.0...8.4.2) Updates `ruamel-yaml` from 0.18.13 to 0.18.15 --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: ruamel-yaml dependency-version: 0.18.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f5d217e..015998c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ pygments==2.19.1 # via pytest pyparsing==2.4.7 # via packaging -pytest==8.4.0 +pytest==8.4.2 # via -r requirements.in quantities==0.16.2 # via -r requirements.in diff --git a/setup.py b/setup.py index c945794..907c4d0 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ ], install_requires=[ "numpy>=1.20", - "ruamel.yaml==0.18.13", + "ruamel.yaml==0.18.15", ], python_requires=">=3.7", zip_safe=False,