Skip to content

Commit

Permalink
pin to isort 5.11.4 for python 3.7 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
toluaina committed Jan 29, 2023
1 parent ec966b9 commit 1be573b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 3 additions & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ sqlparse

# pin these libs because latest flake8 does not allow newer versions of importlib-metadata https://github.com/PyCQA/flake8/issues/1522
importlib-metadata==4.2.0
virtualenv==20.16.2
virtualenv==20.16.2

isort==5.11.*
6 changes: 4 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ importlib-metadata==4.2.0
# via -r requirements/base.in
iniconfig==2.0.0
# via pytest
isort==5.12.0
# via flake8-isort
isort==5.11.4
# via
# -r requirements/base.in
# flake8-isort
jmespath==1.0.1
# via
# boto3
Expand Down
2 changes: 2 additions & 0 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ idna==3.4
# via requests
importlib-metadata==4.2.0
# via -r requirements/base.in
isort==5.11.4
# via -r requirements/base.in
jmespath==1.0.1
# via
# boto3
Expand Down
6 changes: 4 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ importlib-metadata==4.2.0
# via -r requirements/base.in
iniconfig==2.0.0
# via pytest
isort==5.12.0
# via flake8-isort
isort==5.11.4
# via
# -r requirements/base.in
# flake8-isort
jmespath==1.0.1
# via
# boto3
Expand Down

0 comments on commit 1be573b

Please sign in to comment.