Skip to content

Commit

Permalink
Bump twine from 3.5.0 to 3.6.0 (#86)
Browse files Browse the repository at this point in the history
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [twine](https://github.com/pypa/twine) from 3.5.0 to 3.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/pypa/twine/releases">twine's releases</a>.</em></p>
<blockquote>
<h2>3.6.0</h2>
<p><a href="https://pypi.org/project/twine/3.6.0/">https://pypi.org/project/twine/3.6.0/</a></p>
<p><a href="https://twine.readthedocs.io/en/latest/changelog.html#twine-3-6-0-2021-11-10">Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pypa/twine/blob/main/docs/changelog.rst">twine's changelog</a>.</em></p>
<blockquote>
<h2>Twine 3.6.0 (2021-11-10)</h2>
<p>Features
^^^^^^^^</p>
<ul>
<li>Add support for Python 3.10. (<code>[#827](pypa/twine#827) &lt;https://github.com/pypa/twine/issues/827&gt;</code>_)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pypa/twine/commit/5a793bf1230a70327a225ef6117e0c9ee2ab7cb1"><code>5a793bf</code></a> Update changelog for 3.6.0 (<a href="https://github-redirect.dependabot.com/pypa/twine/issues/828">#828</a>)</li>
<li><a href="https://github.com/pypa/twine/commit/d7e780a12bd95eb7117f2f86155f8e720a7f31da"><code>d7e780a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pypa/twine/issues/827">#827</a> from bhrutledge/826-py310</li>
<li><a href="https://github.com/pypa/twine/commit/a36edb5580279199155746a6700205e12f501c97"><code>a36edb5</code></a> Add changelog entry</li>
<li><a href="https://github.com/pypa/twine/commit/0a456e12aae5e57dd46e03942a15a7c670c7b392"><code>0a456e1</code></a> Reformat workflow</li>
<li><a href="https://github.com/pypa/twine/commit/6884a19d55ba3f6226679879467d864be303ca62"><code>6884a19</code></a> Use strings for python-version</li>
<li><a href="https://github.com/pypa/twine/commit/b234ebd766817836161418e9574b703a96d52734"><code>b234ebd</code></a> Add Python 3.10 support</li>
<li><a href="https://github.com/pypa/twine/commit/a798f258d086b3ba794a35ed5ba64f25b7436050"><code>a798f25</code></a> Move types job into test job</li>
<li>See full diff in <a href="https://github.com/pypa/twine/compare/3.5.0...3.6.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=twine&package-manager=pip&previous-version=3.5.0&new-version=3.6.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 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
dependabot[bot] committed Nov 18, 2021
1 parent 8f2596b commit 2b554a7
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 @@ -45,7 +45,7 @@ watchdog = "2.1.6"
flake8 = "4.0.1"
tox = "3.24.4"
coverage = "6.1.2"
twine = "3.5.0"
twine = "3.6.0"
pytest = "6.2.5"
pytest-runner = "5.3.1"
pytest-cov = "3.0.0"
Expand Down

0 comments on commit 2b554a7

Please sign in to comment.