From 93e66dfde9c036c82046df1ebc55fc27800cd593 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 02:14:44 +0000 Subject: [PATCH] Bump pytest from 8.4.0 to 8.4.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.0 to 8.4.1. - [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.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- development-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development-requirements.txt b/development-requirements.txt index 1a21b145..bd62739d 100644 --- a/development-requirements.txt +++ b/development-requirements.txt @@ -12,7 +12,7 @@ pylint-per-file-ignores==1.4.0 pylint==3.3.7 pytest-cov==6.2.1 pytest-schema==0.1.2 -pytest==8.4.0 +pytest==8.4.1 senzing-core==0.3.15 twine==6.1.0 virtualenv==20.31.2