Skip to content

Commit

Permalink
Update pip_parse invocation (#240)
Browse files Browse the repository at this point in the history
The `requirements` argument is deprecated and will be removed in the
next rules_python release.

Fixes #239
  • Loading branch information
tpudlik authored Nov 16, 2023
1 parent 0315295 commit 67ba026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzing/init.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ def rules_fuzzing_init():
pip_parse(
name = "fuzzing_py_deps",
extra_pip_args = ["--require-hashes"],
requirements = "@rules_fuzzing//fuzzing:requirements.txt",
requirements_lock = "@rules_fuzzing//fuzzing:requirements.txt",
)
bazel_skylib_workspace()

0 comments on commit 67ba026

Please sign in to comment.