Skip to content

Commit 436878c

Browse files
authored
Upgrade flake8-import-order and flake8-requirements (#572)
- flake8-import-order: 0.18.2 -> 0.19.2 - flake8-requirements: 2.2.1 -> 2.3.0 These packages were using the deprecated pkg_resources module which has been removed from setuptools in version 82.0.0, causing flake8 to fail with 'ModuleNotFoundError: No module named pkg_resources'.
1 parent fd1fd7e commit 436878c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ flake8-bugbear==24.8.19
1111
flake8-builtins==2.5.0
1212
flake8-comprehensions==3.16.0
1313
flake8-copyright==0.2.4
14-
flake8-import-order==0.18.2
14+
flake8-import-order==0.19.2
1515
flake8-pytest-style==2.0.0
16-
flake8-requirements==2.2.1
16+
flake8-requirements==2.3.0
1717
flake8-simplify==0.21.0
1818
mypy==1.10.1
1919
types-colorama==0.4.15.20240311

0 commit comments

Comments
 (0)