-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Update pathspec requirement from ~=0.9.0 to >=0.9,<0.11 in /core #5917
Update pathspec requirement from ~=0.9.0 to >=0.9,<0.11 in /core #5917
Conversation
Updates the requirements on [pathspec](https://github.com/cpburnz/python-pathspec) to permit the latest version. - [Release notes](https://github.com/cpburnz/python-pathspec/releases) - [Changelog](https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst) - [Commits](cpburnz/python-pathspec@v0.9.0...v0.10.1) --- updated-dependencies: - dependency-name: pathspec dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide. |
@leahwicz Do you know of a way to control flow of actions that are not dependent on each other? Can we say "Run workflow 5 last"? Basically, the |
To my knowledge (not saying it isn't possible though), since workflows are just listening for their event type to fire, there is no way to say don't run if |
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.
LGTM
@emmyoop I assume I can go ahead and merge this right? The comments above aren't a blocker are they? |
@iknox-fa - yes! My question was not meant to be blocking. Nothing wrong with this PR, it just annoys me that every dependabot PR posts the "There's no changelog..." comment. |
A newer version of pathspec exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Backporting this to just test something. Not really going to backport |
* Update pathspec requirement from ~=0.9.0 to >=0.9,<0.11 in /core Updates the requirements on [pathspec](https://github.com/cpburnz/python-pathspec) to permit the latest version. - [Release notes](https://github.com/cpburnz/python-pathspec/releases) - [Changelog](https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst) - [Commits](cpburnz/python-pathspec@v0.9.0...v0.10.1) --- updated-dependencies: - dependency-name: pathspec dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Add automated changelog yaml from template for bot PR Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com> (cherry picked from commit 9297e4d)
Updates the requirements on pathspec to permit the latest version.
Release notes
Sourced from pathspec's releases.
Changelog
Sourced from pathspec's changelog.
... (truncated)
Commits
a8ceca7
Release v0.10.14608cee
Fix issue 620f5e50b
Prebuild setup.cfga2e57f1
Prebuild setup.cfgd151fb0
Prebuild setup.cfg77ef67f
Prebuild setup.cfg766b210
Update changesfc5e280
Update changes and creditsc0ffa91
Merge pull request #60 from mgorny/wheel-dep3eaca74
Support legacy setup.py installsYou can trigger a rebase of this PR 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)