From 42e7d24c2bf87584c85eac8f1c665dbcd38fa561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Han=C3=A1k?= <47626173+phanak-sap@users.noreply.github.com> Date: Mon, 20 May 2024 10:22:08 +0200 Subject: [PATCH 1/3] chore: bump linters in dev-requirements.txt - bump pylint, flake and bandit to current version - set version for sphinx --- dev-requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 88f378e9..bfe21717 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,8 +6,8 @@ httpx>=0.23.0 respx>=0.19.2 setuptools>=38.2.4 setuptools-scm>=1.15.6 -pylint==2.8.3 +pylint==3.2.2 pytest-cov>=3.0.0 -flake8==3.8.4 -bandit==1.7.0 -sphinx +flake8==7.0.0 +bandit==1.7.8 +sphinx==7.3.7 From 7f50ea8d5ff3f57453195838331325c9eb31c905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Han=C3=A1k?= <47626173+phanak-sap@users.noreply.github.com> Date: Mon, 20 May 2024 10:26:16 +0200 Subject: [PATCH 2/3] Update dev-requirements.txt --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index bfe21717..73f621bc 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ httpx>=0.23.0 respx>=0.19.2 setuptools>=38.2.4 setuptools-scm>=1.15.6 -pylint==3.2.2 +pylint==2.17.7 pytest-cov>=3.0.0 flake8==7.0.0 bandit==1.7.8 From f03b549d92104322fa3b6252af43034bb01eac52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Han=C3=A1k?= <47626173+phanak-sap@users.noreply.github.com> Date: Mon, 20 May 2024 10:36:22 +0200 Subject: [PATCH 3/3] Update dev-requirements.txt --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 73f621bc..22b45497 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,6 +8,6 @@ setuptools>=38.2.4 setuptools-scm>=1.15.6 pylint==2.17.7 pytest-cov>=3.0.0 -flake8==7.0.0 -bandit==1.7.8 +flake8==5.0.4 +bandit==1.7.5 sphinx==7.3.7