From f4362ea2fb4e7dfc9baa5da3e3c510ef0f39ae07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 00:21:50 +0000 Subject: [PATCH] build(deps): update pytest-flake8 requirement in /.dagger-ci/daggerci Updates the requirements on [pytest-flake8](https://github.com/coherent-oss/pytest-flake8) to permit the latest version. - [Release notes](https://github.com/coherent-oss/pytest-flake8/releases) - [Changelog](https://github.com/coherent-oss/pytest-flake8/blob/main/NEWS.rst) - [Commits](https://github.com/coherent-oss/pytest-flake8/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-flake8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .dagger-ci/daggerci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dagger-ci/daggerci/requirements.txt b/.dagger-ci/daggerci/requirements.txt index 47fe3133..9e8c2f71 100644 --- a/.dagger-ci/daggerci/requirements.txt +++ b/.dagger-ci/daggerci/requirements.txt @@ -4,7 +4,7 @@ prettytable~=3.12 pytest~=8.3 pytest-benchmark~=5.1 pytest-cov~=6.0 -pytest-flake8~=1.2 +pytest-flake8~=1.3 pytest-pylint~=0.21 pytest-timeout~=2.3 PyYAML~=6.0