Skip to content

Commit

Permalink
Merge pull request #1698 from buildtesters/dependabot/pip/black-24.1.1
Browse files Browse the repository at this point in the history
Bump black from 24.1.0 to 24.1.1
  • Loading branch information
shahzebsiddiqui committed Feb 5, 2024
2 parents 085c068 + 507fc69 commit 958d732
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies=[
'rich',
'coverage',
'pytest',
'black==24.1.0',
'black==24.1.1',
'pyflakes',
'urllib3>=2.1.0',
]
Expand All @@ -42,7 +42,7 @@ dev = [
'docutils==0.16',
'pre-commit',
'isort',
'black==24.1.0',
'black==24.1.1',
'yamllint'
]
docs = [
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rich
coverage
pytest
isort
black==24.1.0
black==24.1.1
pyflakes
# https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html
urllib3>=2.1.0

0 comments on commit 958d732

Please sign in to comment.