Skip to content

Commit d943a4e

Browse files
chore: update pylint requirement from ~=3.3.8 to ~=4.0.2 (#771)
1 parent 38f32ff commit d943a4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
needs: ["check_black"]
4545
strategy:
4646
matrix:
47-
PYTHON_VERSION: ["3.9", "3.10", "3.11"]
47+
PYTHON_VERSION: ["3.10", "3.11"]
4848
steps:
4949
- uses: actions/checkout@v5
5050
- name: Set up Python ${{ matrix.PYTHON_VERSION }}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jinja2~=3.1.6
2-
pylint~=3.3.8
2+
pylint~=4.0.2
33
black~=25.9.0
44
mkdocs~=1.6.1

0 commit comments

Comments
 (0)