Skip to content

Commit

Permalink
Bump tox-gh-actions from 3.1.3 to 3.2.0 (#80)
Browse files Browse the repository at this point in the history
Bumps [tox-gh-actions](https://github.com/ymyzk/tox-gh-actions) from
3.1.3 to 3.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ymyzk/tox-gh-actions/releases">tox-gh-actions's
releases</a>.</em></p>
<blockquote>
<h2>v3.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Explain how to use tox-gh-actions with tox's requires configuration
by <a href="https://github.com/ymyzk"><code>@​ymyzk</code></a> in <a
href="https://redirect.github.com/ymyzk/tox-gh-actions/pull/185">ymyzk/tox-gh-actions#185</a></li>
<li>Add CPython 3.12 and PyPy 3.10 to test suites by <a
href="https://github.com/ymyzk"><code>@​ymyzk</code></a> in <a
href="https://redirect.github.com/ymyzk/tox-gh-actions/pull/190">ymyzk/tox-gh-actions#190</a>
<ul>
<li>Note: tox-gh-actions v3.1.3 has been working well with CPython 3.12
and PyPy 3.10. This release only updates the packaging metadata.</li>
</ul>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ymyzk/tox-gh-actions/compare/v3.1.3...v3.2.0">https://github.com/ymyzk/tox-gh-actions/compare/v3.1.3...v3.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ymyzk/tox-gh-actions/commit/bcfaea36c04fa979b4d78535043ae554a9103374"><code>bcfaea3</code></a>
Merge pull request <a
href="https://redirect.github.com/ymyzk/tox-gh-actions/issues/190">#190</a>
from ymyzk/new-python-vers</li>
<li><a
href="https://github.com/ymyzk/tox-gh-actions/commit/603e684f36a114eaaa6ded8f15a590887da64a40"><code>603e684</code></a>
Add CPython 3.12 and PyPy 3.10 to test suites</li>
<li><a
href="https://github.com/ymyzk/tox-gh-actions/commit/93d2e7b8620908021ae24108c9da629e6c0707da"><code>93d2e7b</code></a>
Merge pull request <a
href="https://redirect.github.com/ymyzk/tox-gh-actions/issues/185">#185</a>
from ymyzk/tox-requires-for-v3</li>
<li><a
href="https://github.com/ymyzk/tox-gh-actions/commit/ee73ae13eb75c2fc6f54ff6098122eaefb60e67a"><code>ee73ae1</code></a>
Explain how to use tox-gh-actions with tox's requires configuration</li>
<li>See full diff in <a
href="https://github.com/ymyzk/tox-gh-actions/compare/v3.1.3...v3.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tox-gh-actions&package-manager=pip&previous-version=3.1.3&new-version=3.2.0)](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
github-actions[bot] committed Jan 3, 2024
2 parents 9ee575f + 7dff77b commit dd4d897
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ coverage = {version = '^7.4.0', extras = ['toml',]}
pytest = '^7.4.4'
pytest-cov = '^4.1.0'
tox = '^4.11.4'
tox-gh-actions = '^3.1.3'
tox-gh-actions = '^3.2.0'


[tool.poetry.urls]
Expand Down

0 comments on commit dd4d897

Please sign in to comment.