Skip to content

Commit 52b1e01

Browse files
committed
Update lint requirements
1 parent ee311e4 commit 52b1e01

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ https://semver.org/spec/v2.0.0.html
3636
vulnerabilities [CVE-2023-50447] and [CVE-2024-28219].
3737
- Upgrade upper limit for `pillow` to 11.2.
3838
- Upgrade upper limit for `OWSLib` to 0.33.
39+
- Update lint dependencies:
40+
- Remove dependency on `unittest2`.
41+
- Upgrade lower limit for `flake8` to 3.9.
42+
- Upgrade upper limit for `flake8` to 7.2.
43+
- Upgrade lower limit for `astroid` to 3.0.
44+
- Upgrade upper limit for `astroid` to 3.4.
45+
- Upgrade lower limit for `pylint` to 3.0.
46+
- Upgrade upper limit for `pylint` to 3.4.
3947
- Update test dependencies:
4048
- Remove dependency on `unittest2`.
4149
- Upgrade lower limit for `pytest` to 7.0.
Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
unittest2; python_version <= "3.9"
1+
flake8 >= 3.9, < 7.2
22

3-
flake8 >= 2.6, < 3.0; python_version == "2.6"
4-
flake8 >= 2.6, < 4.0; python_version == "2.7"
5-
flake8 >= 2.6, < 3.0; python_version == "3.2"
6-
flake8 >= 2.6, < 3.0; python_version == "3.3"
7-
flake8 >= 2.6, < 3.9; python_version == "3.4"
8-
flake8 >= 2.6, < 6.2; python_version >= "3.5"
9-
10-
astroid >= 1.6, < 2.0; python_version == "2.7"
11-
astroid >= 2.4, < 2.5; python_version == "3.5"
12-
astroid >= 2.5, < 2.7; python_version == "3.6"
13-
astroid >= 2.8, < 3.1; python_version >= "3.7"
14-
pylint >= 1.9, < 2.0; python_version == "2.7"
15-
pylint >= 2.6, < 2.7; python_version == "3.5"
16-
pylint >= 2.7, < 2.10; python_version == "3.6"
17-
pylint >= 2.11, < 3.1; python_version >= "3.7"
3+
astroid >= 3.0, < 3.4
4+
pylint >= 3.0, < 3.4

0 commit comments

Comments
 (0)