Skip to content

Commit

Permalink
chore(deps): update dependency bazel-runfiles to v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent fb47806 commit 6a1dfd1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
11 changes: 5 additions & 6 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
"tzdata==2023.3",
"pyinfra==2.7",
"semver==2.13.0",
"bazel-runfiles==0.25.0",
"bazel-runfiles==0.27.0",
"requests==2.31.0",
"pyOpenSSL==23.1.0",
"setuptools>=68.2.2",
Expand Down
2 changes: 1 addition & 1 deletion rules/rules_task/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Jinja2==3.1.2;
bazel-runfiles==0.25.0;
bazel-runfiles==0.27.0;
pytest==7.3.1;
pytest-cov==3.0.0;
black==23.3.0;
Expand Down
8 changes: 5 additions & 3 deletions rules/rules_task/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
# pip-compile --allow-unsafe --generate-hashes requirements.in
#
bazel-runfiles==0.25.0 \
--hash=sha256:f74c1865bbb27824c21775a76d6939206eaa3be75106093ee11615875dd2c935
bazel-runfiles==0.27.0 \
--hash=sha256:ff2081001e27085a4c57bb828202603d3f3c349d3e9683c44aedf02836e8deab
# via -r requirements.in
black==23.3.0 \
--hash=sha256:064101748afa12ad2291c2b91c960be28b817c0c7eaa35bec09cc63aa56493c5 \
Expand Down Expand Up @@ -97,7 +97,9 @@ coverage[toml]==7.3.1 \
--hash=sha256:f1a317fdf5c122ad642db8a97964733ab7c3cf6009e1a8ae8821089993f175ff \
--hash=sha256:f2781fd3cabc28278dc982a352f50c81c09a1a500cc2086dc4249853ea96b981 \
--hash=sha256:f4f456590eefb6e1b3c9ea6328c1e9fa0f1006e7481179d749b3376fc793478e
# via pytest-cov
# via
# coverage
# pytest-cov
deepdiff==6.6.0 \
--hash=sha256:d78e8a83c8f5b223008983144308b214e29a25fc37a3354148e7eddacd0f9bb1 \
--hash=sha256:e96424a57befa3f85238d10d9fb73d7a8cfd2228f1c2ab3cedd58b97d2acd80e
Expand Down

0 comments on commit 6a1dfd1

Please sign in to comment.