Skip to content

Commit 5df9733

Browse files
authored
chore(deps): pin dependency setuptools to v==60.5.0 (googleapis#1183)
[![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).
1 parent b374d7e commit 5df9733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ protobuf==3.19.4
77
pypandoc==1.7.2
88
PyYAML==6.0
99
dataclasses==0.6 # TODO(busunkim) remove when 3.6 support is dropped
10-
setuptools<=60.5.0 # pin setuptools to workaround https://github.com/pypa/setuptools/issues/3072
10+
setuptools==60.5.0 # pin setuptools to workaround https://github.com/pypa/setuptools/issues/3072

0 commit comments

Comments
 (0)