Skip to content

Commit

Permalink
[internal] Update to toolchain.pants.plugin==0.17.0. (cherrypick of #…
Browse files Browse the repository at this point in the history
…14050) (#14052)

`requests` released `2.27.0` this morning, but the Toolchain plugin was pinned to `2.26.0`: meanwhile, Pants uses a floating version, and so newly created virtualenvs would have incompatible plugin versions.

Bump to a version with a range requirement for `requests`.

[ci skip-rust]
  • Loading branch information
stuhood committed Jan 3, 2022
1 parent 79de6ca commit 74be905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-support/bin/generate_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def run_pants_help_all() -> dict[str, Any]:
"pants.backend.python.lint.pylint",
"pants.backend.python.lint.yapf",
]
deactivated_plugins = ["toolchain.pants.plugin==0.16.0"]
deactivated_plugins = ["toolchain.pants.plugin==0.17.0"]
argv = [
"./pants",
"--concurrent",
Expand Down
2 changes: 1 addition & 1 deletion pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ backend_packages.add = [
plugins = [
"hdrhistogram", # For use with `--stats-log`.
# NOTE: Keep this version in sync with `generate_docs.py`!
"toolchain.pants.plugin==0.16.0",
"toolchain.pants.plugin==0.17.0",
]

# The invalidation globs cover the PYTHONPATH by default, but we exclude some files that are on the
Expand Down

0 comments on commit 74be905

Please sign in to comment.