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
12 changes: 6 additions & 6 deletions requirements/checkformatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --allow-unsafe requirements/checkformatting.in
#
black==25.1.0
# via -r checkformatting.in
# via -r requirements/checkformatting.in
build==1.0.3
# via pip-tools
click==8.1.7
Expand All @@ -14,8 +14,8 @@ click==8.1.7
# pip-tools
importlib-metadata==7.0.1
# via pip-sync-faster
isort==6.0.1
# via -r checkformatting.in
isort==6.1.0
# via -r requirements/checkformatting.in
mypy-extensions==1.0.0
# via black
packaging==23.2
Expand All @@ -25,10 +25,10 @@ packaging==23.2
pathspec==0.12.1
# via black
pip-sync-faster==0.0.5
# via -r checkformatting.in
# via -r requirements/checkformatting.in
pip-tools==7.5.2
# via
# -r checkformatting.in
# -r requirements/checkformatting.in
# pip-sync-faster
platformdirs==4.1.0
# via black
Expand All @@ -44,7 +44,7 @@ zipp==3.19.1
# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via
# -r checkformatting.in
# -r requirements/checkformatting.in
# pip-tools
setuptools==78.1.1
# via pip-tools
12 changes: 6 additions & 6 deletions requirements/format.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --allow-unsafe requirements/format.in
#
black==25.1.0
# via -r format.in
# via -r requirements/format.in
build==1.0.3
# via pip-tools
click==8.1.7
Expand All @@ -14,8 +14,8 @@ click==8.1.7
# pip-tools
importlib-metadata==7.0.1
# via pip-sync-faster
isort==6.0.1
# via -r format.in
isort==6.1.0
# via -r requirements/format.in
mypy-extensions==1.0.0
# via black
packaging==23.2
Expand All @@ -25,10 +25,10 @@ packaging==23.2
pathspec==0.12.1
# via black
pip-sync-faster==0.0.5
# via -r format.in
# via -r requirements/format.in
pip-tools==7.5.2
# via
# -r format.in
# -r requirements/format.in
# pip-sync-faster
platformdirs==4.1.0
# via black
Expand All @@ -44,7 +44,7 @@ zipp==3.19.1
# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via
# -r format.in
# -r requirements/format.in
# pip-tools
setuptools==78.1.1
# via pip-tools
Loading