Skip to content

Commit

Permalink
Bump poetry from 1.1.10 to 1.1.11 in /.github/workflows (#51)
Browse files Browse the repository at this point in the history
Bumps [poetry](https://github.com/python-poetry/poetry) from 1.1.10 to 1.1.11.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/python-poetry/poetry/releases">poetry's releases</a>.</em></p>
<blockquote>
<h2>1.1.11</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed errors when installing packages on Python 3.10. (<a href="https://github-redirect.dependabot.com/python-poetry/poetry/pull/4592">#4592</a>)</li>
<li>Fixed an issue where the wrong <code>git</code> executable could be used on Windows. (<a href="https://github-redirect.dependabot.com/python-poetry/poetry-core/pull/213">python-poetry/poetry-core#213</a>)</li>
<li>Fixed an issue where the Python 3.10 classifier was not automatically added. (<a href="https://github-redirect.dependabot.com/python-poetry/poetry-core/pull/215">python-poetry/poetry-core#215</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/python-poetry/poetry/blob/1.1.11/CHANGELOG.md">poetry's changelog</a>.</em></p>
<blockquote>
<h2>[1.1.11] - 2021-10-04</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed errors when installing packages on Python 3.10. (<a href="https://github-redirect.dependabot.com/python-poetry/poetry/pull/4592">#4592</a>)</li>
<li>Fixed an issue where the wrong <code>git</code> executable could be used on Windows. (<a href="https://github-redirect.dependabot.com/python-poetry/poetry-core/pull/213">python-poetry/poetry-core#213</a>)</li>
<li>Fixed an issue where the Python 3.10 classifier was not automatically added. (<a href="https://github-redirect.dependabot.com/python-poetry/poetry-core/pull/215">python-poetry/poetry-core#215</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/python-poetry/poetry/commit/10d555984485088cf5d55979c1b235286de8e456"><code>10d5559</code></a> Bump version to 1.1.11</li>
<li><a href="https://github.com/python-poetry/poetry/commit/d0fcab0a23c92190c33285f9ed55229679fe9301"><code>d0fcab0</code></a> Update dependencies</li>
<li><a href="https://github.com/python-poetry/poetry/commit/ee79089856490347abf01762773e11f91ac18003"><code>ee79089</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/python-poetry/poetry/issues/4592">#4592</a> from python-poetry/fix/avoid-python-scripts-errors-o...</li>
<li><a href="https://github.com/python-poetry/poetry/commit/cae7ed15aac12b31c5fa6953cd2b1c6d8fcf2a14"><code>cae7ed1</code></a> Ignore warnings when executing Python scripts</li>
<li><a href="https://github.com/python-poetry/poetry/commit/23f005bd843f5c0949a6a76ea5cb690eaf86f246"><code>23f005b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/python-poetry/poetry/issues/4537">#4537</a> from python-poetry/release-1.1.10</li>
<li>See full diff in <a href="https://github.com/python-poetry/poetry/compare/1.1.10...1.1.11">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=poetry&package-manager=pip&previous-version=1.1.10&new-version=1.1.11)](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 Oct 4, 2021
1 parent 14d1d85 commit 6a974b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/constraints.txt
@@ -1,5 +1,5 @@
pip==21.2.4
nox==2021.10.1
nox-poetry==0.8.6
poetry==1.1.10
poetry==1.1.11
virtualenv==20.8.1

0 comments on commit 6a974b0

Please sign in to comment.