Skip to content

Commit

Permalink
chore(deps): pin dependency setuptools to v==60.5.0 (#1183)
Browse files Browse the repository at this point in the history
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [setuptools](https://togithub.com/pypa/setuptools) | pin | `<=60.5.0` -> `==60.5.0` |

📌 **Important**: Renovate will wait until you have merged this Pin PR before creating any *upgrade* PRs for the affected packages. Add the preset `:preserveSemverRanges` to your config if you instead don't wish to pin dependencies.

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gapic-generator-python).
  • Loading branch information
renovate-bot authored Feb 2, 2022
1 parent b374d7e commit 5df9733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ protobuf==3.19.4
pypandoc==1.7.2
PyYAML==6.0
dataclasses==0.6 # TODO(busunkim) remove when 3.6 support is dropped
setuptools<=60.5.0 # pin setuptools to workaround https://github.com/pypa/setuptools/issues/3072
setuptools==60.5.0 # pin setuptools to workaround https://github.com/pypa/setuptools/issues/3072

0 comments on commit 5df9733

Please sign in to comment.