Skip to content

Commit 7e59c5c

Browse files
authored
Update name of compile_pip_requirements (bazel-contrib#945)
1 parent 8a6b15d commit 7e59c5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/compile_pip_requirements/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ EOF
2020
)
2121

2222
compile_pip_requirements(
23-
name = "pip_dependencies",
23+
name = "requirements",
2424
data = [
2525
"requirements_extra.in",
2626
],

tests/compile_pip_requirements/requirements_lock.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# bazel run //:pip_dependencies.update
5+
# bazel run //:requirements.update
66
#
77
pip==22.3.1 \
88
--hash=sha256:65fd48317359f3af8e593943e6ae1506b66325085ea64b706a998c6e83eeaf38 \

0 commit comments

Comments
 (0)