Skip to content

Commit d9340d8

Browse files
authored
Merge pull request #39 from ColeMurray/dependabot/pip/isort-gte-5.13.0-and-lt-8.0.0
deps(deps): update isort requirement from <6.0.0,>=5.13.0 to >=5.13.0,<8.0.0
2 parents 7568701 + 5877361 commit d9340d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dev = [
3535
"pytest-asyncio>=0.21.0,<2.0.0",
3636
"pytest-cov>=4.1.0,<8.0.0",
3737
"black>=23.12.0,<24.0.0",
38-
"isort>=5.13.0,<6.0.0",
38+
"isort>=5.13.0,<8.0.0",
3939
"mypy>=1.8.0,<2.0.0",
4040
"moto[athena]>=4.2.0,<6.0.0", # For mocking AWS services in tests
4141
"types-boto3>=1.0.0,<2.0.0", # Type stubs for boto3

0 commit comments

Comments
 (0)