Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements_dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ selenium>=4.7.2,<4.27

flake8>=6.0,<6.1

black>=22.12.0,<23
black>=22.12.0,<27
# black changes the format slightly in newer versions
# Stability Policy: https://black.readthedocs.io/en/stable/the_black_code_style/index.html#stability-policy

Expand Down
10 changes: 7 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ attrs==25.3.0
# trio
backports-datetime-fromisoformat==2.0.3
# via flattentool
black==22.12.0
black==26.3.1
# via -r requirements_dev.in
btrees==6.1
# via zodb
Expand Down Expand Up @@ -123,8 +123,10 @@ outcome==1.3.0.post0
# trio
# trio-websocket
packaging==25.0
# via chromedriver-autoinstaller
pathspec==0.12.1
# via
# black
# chromedriver-autoinstaller
pathspec==1.0.4
# via black
persistent==6.1.1
# via
Expand All @@ -150,6 +152,8 @@ python-dateutil==2.9.0.post0
# via
# faker
# lib360dataquality
pytokens==0.4.1
# via black
pytz==2025.2
# via flattentool
pyyaml==6.0.2
Expand Down
Loading