Skip to content

Commit

Permalink
Restrict range of isort dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-n committed Nov 13, 2022
1 parent df68ae7 commit e8963e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions poethepoet/config.py
Expand Up @@ -5,9 +5,8 @@
import tomllib as tomli
except ImportError:
import tomli # type: ignore
from typing import Any, Dict, Mapping, Optional, Sequence, Tuple, Union

import tomli
from typing import Any, Dict, Mapping, Optional, Sequence, Tuple, Union

from .exceptions import PoeException

Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -18,7 +18,7 @@ poetry = {version = "^1.0", allow-prereleases = true, optional = true}
black = "^22.3.0"
bpython = "^0.22.1"
filelock = "^3.7.1"
isort = { version = "^5.10.1", python = "<3.11" }
isort = { version = "^5.10.1", python = "<4" }
mypy = "^0.960"
pylint = "^2.13.0"
pytest = "^7.1.2"
Expand Down

0 comments on commit e8963e3

Please sign in to comment.