From ac987bc142859e2cc9991102e12c72fc4d6c2317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:33:09 +0000 Subject: [PATCH] Update pytest requirement from ~=8.1 to ~=8.3 in /kerngen Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.1.0...8.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kerngen/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kerngen/requirements.txt b/kerngen/requirements.txt index 237a983..5a295d2 100644 --- a/kerngen/requirements.txt +++ b/kerngen/requirements.txt @@ -6,4 +6,4 @@ black ~= 24.3 pylint ~= 3.1 # for testing -pytest ~= 8.1 +pytest ~= 8.3