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
8 changes: 5 additions & 3 deletions requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@ netaddr==1.3.0
# checkmatelib
newrelic==11.0.1
# via -r requirements.txt
packaging==23.2
# via build
packaging==26.0
# via
# build
# wheel
pip-sync-faster==0.0.5
# via -r build.in
pip-tools==7.5.2
Expand Down Expand Up @@ -220,7 +222,7 @@ werkzeug==2.2.3
# via
# -r requirements.txt
# pywb
wheel==0.42.0
wheel==0.46.2
# via pip-tools
whitenoise==6.11.0
# via
Expand Down
13 changes: 7 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,20 +15,21 @@ 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
packaging==26.0
# via
# black
# build
# wheel
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 @@ -38,7 +39,7 @@ pyproject-hooks==1.0.0
# pip-tools
pytokens==0.3.0
# via black
wheel==0.42.0
wheel==0.46.2
# via pip-tools
zipp==3.19.1
# via importlib-metadata
Expand Down
8 changes: 5 additions & 3 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ coverage==7.11.3
# via -r coverage.in
importlib-metadata==7.0.1
# via pip-sync-faster
packaging==23.2
# via build
packaging==26.0
# via
# build
# wheel
pip-sync-faster==0.0.5
# via -r coverage.in
pip-tools==7.5.2
Expand All @@ -24,7 +26,7 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
wheel==0.42.0
wheel==0.46.2
# via pip-tools
zipp==3.19.1
# via importlib-metadata
Expand Down
Loading
Loading