-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump click from 8.1.3 to 8.1.6 in /requirements #5575
chore(deps): bump click from 8.1.3 to 8.1.6 in /requirements #5575
Conversation
Bumps [click](https://github.com/pallets/click) from 8.1.3 to 8.1.6. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/8.1.6/CHANGES.rst) - [Commits](pallets/click@8.1.3...8.1.6) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
@@ -1,7 +1,7 @@ | |||
chevron~=0.12 | |||
# 8.1.4 of Click has an issue with the typing breaking the linter - https://github.com/pallets/click/issues/2558 | |||
# Allow click to be greater than 8.1.4 when https://github.com/pallets/click/pull/2565 is released. | |||
click~=8.0,<8.1.4 | |||
click~=8.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this PR still picked up 8.1.5
for the Windows 3.9 make pr
job.
Requirement already satisfied: click~=8.1 in c:\hostedtoolcache\windows\python\3.9.13\x64\lib\site-packages (from aws-sam-cli==1.92.0) (8.1.5)
Thoughts on changing this to
click~=8.1 | |
click~=8.1.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it fixed now since Windows jobs are succeeding?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But weird enough, windows reproducible picked existing version (8.1.3) 🤔
https://github.com/aws/aws-sam-cli/actions/runs/5761609268/job/15619767697?pr=5575#step:4:595
Closing in favour of #5812 |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps click from 8.1.3 to 8.1.6.
Release notes
Sourced from click's releases.
Changelog
Sourced from click's changelog.
Commits
3793f5b
release version 8.1.61a15373
Fixgroup
overload (#2565)20280d4
fixgroup
overload withcls
arg56b15be
start version 8.1.6aca9f75
release version 8.1.5 (#2564)63c1716
release version 8.1.5449d38f
Fix types, introduce type tests (#2562)d17dbc2
start version 8.1.5f20395d
release version 8.1.4 (#2557)3d873a3
release version 8.1.4Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)