Skip to content

Commit

Permalink
build(deps): bump github.com/urfave/cli/v3 from 3.0.0-alpha9.6 to 3.0…
Browse files Browse the repository at this point in the history
….0-beta1 (#22)

Bumps [github.com/urfave/cli/v3](https://github.com/urfave/cli) from
3.0.0-alpha9.6 to 3.0.0-beta1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/urfave/cli/releases">github.com/urfave/cli/v3's
releases</a>.</em></p>
<blockquote>
<h2>v3.0.0-alpha9.7</h2>
<h2>What's Changed</h2>
<ul>
<li>Docs: Update test.yml by <a
href="https://github.com/dearchap"><code>@​dearchap</code></a> in <a
href="https://redirect.github.com/urfave/cli/pull/2014">urfave/cli#2014</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/urfave/cli/compare/v3.0.0-alpha9.6...v3.0.0-alpha9.7">https://github.com/urfave/cli/compare/v3.0.0-alpha9.6...v3.0.0-alpha9.7</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/urfave/cli/commit/b81e255b55a5deab80189b8d1239e93865d08b51"><code>b81e255</code></a>
Merge pull request <a
href="https://redirect.github.com/urfave/cli/issues/2021">#2021</a> from
urfave/publish-docs-python-shuffle</li>
<li><a
href="https://github.com/urfave/cli/commit/0498828c56ce0848eac9384a1692f5d22a34db21"><code>0498828</code></a>
Remove temporary branch and tag condition overrides</li>
<li><a
href="https://github.com/urfave/cli/commit/0b7af7b2bccf38f96ff8c0d8cc328a86418766f7"><code>0b7af7b</code></a>
Switch back to make targets</li>
<li><a
href="https://github.com/urfave/cli/commit/3a2488a82a5d092a7d02bbf2c1f3b0a2e7c3a5f2"><code>3a2488a</code></a>
Once more with feeling</li>
<li><a
href="https://github.com/urfave/cli/commit/ac4fa168cda4b2648d177b0096c38c8cc67b8354"><code>ac4fa16</code></a>
Why is mkdocs so confuse</li>
<li><a
href="https://github.com/urfave/cli/commit/c6c87e4f152d79740b5b4f88735fe02aa68a100a"><code>c6c87e4</code></a>
Bump mkdocs-material and show frozen deps</li>
<li><a
href="https://github.com/urfave/cli/commit/8ed632512e86d006273b8909d0a83426807a4e24"><code>8ed6325</code></a>
Run everything mkdocs directly</li>
<li><a
href="https://github.com/urfave/cli/commit/c8d5a9c78bf1e4fe808b2d17843e55ddd0201032"><code>c8d5a9c</code></a>
Run mkdocs command directly to see if that's the problem</li>
<li><a
href="https://github.com/urfave/cli/commit/ee46b972c3ff12b03886a0bf646fc98d1adcba5f"><code>ee46b97</code></a>
Point setup-python workflow step at mkdocs-reqs.txt</li>
<li><a
href="https://github.com/urfave/cli/commit/499d63d951d19fc6d6644358444baee566dc4700"><code>499d63d</code></a>
TEMPORARY publish docs from this branch</li>
<li>Additional commits viewable in <a
href="https://github.com/urfave/cli/compare/v3.0.0-alpha9.6...v3.0.0-beta1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/urfave/cli/v3&package-manager=go_modules&previous-version=3.0.0-alpha9.6&new-version=3.0.0-beta1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot 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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>
  • Loading branch information
pjbgf authored Dec 2, 2024
2 parents 164f8b7 + 744ac9f commit af6ac4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/go-git/go-git/v5 v5.12.1-0.20241115094014-70dd9f8347eb
github.com/google/uuid v1.6.0
github.com/stretchr/testify v1.10.0
github.com/urfave/cli/v3 v3.0.0-alpha9.6
github.com/urfave/cli/v3 v3.0.0-beta1
golang.org/x/sys v0.27.0
google.golang.org/grpc v1.68.0
google.golang.org/protobuf v1.35.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/urfave/cli/v3 v3.0.0-alpha9.6 h1:MvGvMfcbnEBNBDkH7melypUZ9Rc1RYnQuLvNRTZFsbs=
github.com/urfave/cli/v3 v3.0.0-alpha9.6/go.mod h1:FnIeEMYu+ko8zP1F9Ypr3xkZMIDqW3DR92yUtY39q1Y=
github.com/urfave/cli/v3 v3.0.0-beta1 h1:6DTaaUarcM0wX7qj5Hcvs+5Dm3dyUTBbEwIWAjcw9Zg=
github.com/urfave/cli/v3 v3.0.0-beta1/go.mod h1:FnIeEMYu+ko8zP1F9Ypr3xkZMIDqW3DR92yUtY39q1Y=
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
Expand Down

0 comments on commit af6ac4a

Please sign in to comment.