This commit is contained in:
parent
ac3a420a0d
commit
501ea6c1cd
2 changed files with 3 additions and 3 deletions
|
|
@ -213,13 +213,13 @@ bazel_dep(name = "rules_python", version = "1.5.1")
|
||||||
|
|
||||||
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
|
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
|
||||||
python.toolchain(
|
python.toolchain(
|
||||||
python_version = "3.13",
|
python_version = "3.12",
|
||||||
)
|
)
|
||||||
|
|
||||||
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
|
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
|
||||||
pip.parse(
|
pip.parse(
|
||||||
hub_name = "databuild_pypi",
|
hub_name = "databuild_pypi",
|
||||||
python_version = "3.13",
|
python_version = "3.12",
|
||||||
requirements_lock = "//:requirements_lock.txt",
|
requirements_lock = "//:requirements_lock.txt",
|
||||||
)
|
)
|
||||||
use_repo(pip, "databuild_pypi")
|
use_repo(pip, "databuild_pypi")
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# This file is autogenerated by pip-compile with Python 3.13
|
# This file is autogenerated by pip-compile with Python 3.12
|
||||||
# by the following command:
|
# by the following command:
|
||||||
#
|
#
|
||||||
# bazel run //:requirements.update
|
# bazel run //:requirements.update
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue