Skip to content

Commit

Permalink
Update python dependencies (#1058)
Browse files Browse the repository at this point in the history
Fixes command for updating python dependencies file: #1055 and updates dependencies.

Signed-off-by: chipmunkie <[email protected]>
  • Loading branch information
chipmunkie committed Jan 5, 2024
1 parent f0ea25f commit f72f7bd
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 118 deletions.
1 change: 1 addition & 0 deletions tools/base/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ envoy_package()

compile_pip_requirements(
name = "requirements",
src = "requirements.in",
extra_args = [
"--generate-hashes",
"--reuse-hashes",
Expand Down
2 changes: 1 addition & 1 deletion tools/base/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Last updated 2023-11-26
# Last updated 2024-01-04
apipkg
attrs
certifi
Expand Down
Loading

0 comments on commit f72f7bd

Please sign in to comment.