| diff --git a/MODULE.bazel b/MODULE.bazel |
| index f32d869..915d8ec 100644 |
| --- a/MODULE.bazel |
| +++ b/MODULE.bazel |
| @@ -42,11 +42,11 @@ pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip") |
| |
| [ |
| pip.parse( |
| - hub_name = "pypi_protobuf", |
| + hub_name = "pybind11_protobuf_py_deps", |
| python_version = version, |
| requirements_lock = "//pybind11_protobuf/requirements:requirements_lock_" + version.replace(".", "_") + ".txt", |
| ) |
| for version in SUPPORTED_PYTHON_VERSIONS |
| ] |
| |
| -use_repo(pip, pypi = "pypi_protobuf") |
| +use_repo(pip, pypi = "pybind11_protobuf_py_deps") |