From a20d04abd00dced916dc9def15d1df9fc579f9fd Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Sat, 5 Jul 2025 05:03:13 +0000 Subject: [PATCH] Update dependency flake8-colors to v0.1.9 Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> --- src/pybind/mgr/dashboard/requirements-lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/requirements-lint.txt b/src/pybind/mgr/dashboard/requirements-lint.txt index 571c92a4ebfbc..e15fe0105d0c7 100644 --- a/src/pybind/mgr/dashboard/requirements-lint.txt +++ b/src/pybind/mgr/dashboard/requirements-lint.txt @@ -1,6 +1,6 @@ pylint==2.6.0 flake8==3.9.0 -flake8-colors==0.1.6 +flake8-colors==0.1.9 #TODO: Fix docstring issues: https://tracker.ceph.com/issues/41224 #flake8-docstrings #pep8-naming