Skip to content
Closed
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/checkformatting.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip==25.3
pip==26.0
pip-tools
pip-sync-faster
black
Expand Down
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.11.0
# via -r requirements/checkformatting.in
# via -r checkformatting.in
build==1.0.3
# via pip-tools
click==8.1.7
Expand All @@ -15,7 +15,7 @@ click==8.1.7
importlib-metadata==7.0.1
# via pip-sync-faster
isort==6.1.0
# via -r requirements/checkformatting.in
# via -r 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 requirements/checkformatting.in
# via -r checkformatting.in
pip-tools==7.5.2
# via
# -r requirements/checkformatting.in
# -r checkformatting.in
# pip-sync-faster
platformdirs==4.1.0
# via black
Expand All @@ -44,9 +44,9 @@ zipp==3.19.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
pip==26.0
# via
# -r requirements/checkformatting.in
# -r checkformatting.in
# pip-tools
setuptools==78.1.1
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/coverage.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip==25.3
pip==26.0
pip-tools
pip-sync-faster
coverage
10 changes: 5 additions & 5 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ build==1.0.3
click==8.1.7
# via pip-tools
coverage==7.12.0
# via -r requirements/coverage.in
# via -r coverage.in
importlib-metadata==7.0.1
# via pip-sync-faster
packaging==23.2
# via build
pip-sync-faster==0.0.5
# via -r requirements/coverage.in
# via -r coverage.in
pip-tools==7.5.2
# via
# -r requirements/coverage.in
# -r coverage.in
# pip-sync-faster
pyproject-hooks==1.0.0
# via
Expand All @@ -30,9 +30,9 @@ zipp==3.19.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
pip==26.0
# via
# -r requirements/coverage.in
# -r coverage.in
# pip-tools
setuptools==78.1.1
# via pip-tools
Loading
Loading