Skip to content

Commit 5aff1f7

Browse files
authored
Merge pull request #13 from awslabs/dependabot/pip/black-gte-23.3.0-and-lt-26.0.0
chore(deps): update black requirement from <25.0.0,>=23.3.0 to >=23.3.0,<26.0.0
2 parents aebc521 + a81fd6d commit 5aff1f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ requests-mock>=1.11.0,<2.0.0
2020
PyYAML>=6.0.0,<7.0.0 # Fix compatibility issues with PyYAML 5.4.1
2121

2222
# Linting and Type Checking
23-
black>=23.3.0,<25.0.0
23+
black>=23.3.0,<26.0.0
2424
isort>=5.12.0,<6.0.0
2525
autopep8>=2.3.0,<3.0.0
2626
mypy>=1.3.0,<2.0.0

0 commit comments

Comments
 (0)