Skip to content

Commit 65c3424

Browse files
committed
Upgrade lint dependencies
1 parent 28e3409 commit 65c3424

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ https://semver.org/spec/v2.0.0.html
1313
## [1.3.8]
1414

1515
### Changed
16-
- Upgrade documentation dependencies.
16+
- Upgrade documentation and linting dependencies.
1717

1818
### Fixed
1919
- Downgrade upper pin for Cython requirement from 3.1 to 3.0 due to

packages/basemap/requirements-lint.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ flake8 >= 2.6, < 4.0; python_version == "2.7"
55
flake8 >= 2.6, < 3.0; python_version == "3.2"
66
flake8 >= 2.6, < 3.0; python_version == "3.3"
77
flake8 >= 2.6, < 3.9; python_version == "3.4"
8-
flake8 >= 2.6, < 4.1; python_version >= "3.5"
8+
flake8 >= 2.6, < 7.1; python_version >= "3.5"
99

1010
astroid >= 1.6, < 2.0; python_version == "2.7"
11-
astroid >= 2.4, < 3.0; python_version >= "3.5"
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.0; python_version >= "3.7"
1214
pylint >= 1.9, < 2.0; python_version == "2.7"
13-
pylint >= 2.6, < 3.0; python_version >= "3.5"
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.0; python_version >= "3.7"

0 commit comments

Comments
 (0)