Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 901e77e

Browse files
build(deps): Bump snok/install-poetry from 1.3.1 to 1.3.3 (#1090)
Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.3.1 to 1.3.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/snok/install-poetry/releases">snok/install-poetry's releases</a>.</em></p> <blockquote> <h2>v1.3.3</h2> <h2>What's Changed</h2> <ul> <li>Update Python and Poetry test matrix versions by <a href="https://github.com/sondrelg"><code>@​sondrelg</code></a> in <a href="https://github-redirect.dependabot.com/snok/install-poetry/pull/96">snok/install-poetry#96</a></li> <li>Remove windows-only logic from the action by <a href="https://github.com/miigotu"><code>@​miigotu</code></a> in <a href="https://github-redirect.dependabot.com/snok/install-poetry/pull/95">snok/install-poetry#95</a></li> <li>General improvements by <a href="https://github.com/sondrelg"><code>@​sondrelg</code></a> in <a href="https://github-redirect.dependabot.com/snok/install-poetry/pull/97">snok/install-poetry#97</a></li> <li>Resolve windows 3.8 issue by <a href="https://github.com/sondrelg"><code>@​sondrelg</code></a> in <a href="https://github-redirect.dependabot.com/snok/install-poetry/pull/98">snok/install-poetry#98</a></li> </ul> <p>Version v1.3.2 broke installations on Windows for Python version 3.7 and 3.8, because of an upstream issue in the official Poetry installer. This version reverts to using an older install script on Windows runners, until the issue is resolved.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/snok/install-poetry/compare/v1...v1.3.3">https://github.com/snok/install-poetry/compare/v1...v1.3.3</a></p> <h2>v1.3.2</h2> <h2>What's Changed</h2> <ul> <li>Update installation script URL by <a href="https://github.com/sondrelg"><code>@​sondrelg</code></a> in <a href="https://github-redirect.dependabot.com/snok/install-poetry/pull/78">snok/install-poetry#78</a></li> <li>Correct typo in README.md by <a href="https://github.com/vladdoster"><code>@​vladdoster</code></a> in <a href="https://github-redirect.dependabot.com/snok/install-poetry/pull/80">snok/install-poetry#80</a></li> <li>Update to latest poetry versions (July 2022) by <a href="https://github.com/PhilippWillms"><code>@​PhilippWillms</code></a> in <a href="https://github-redirect.dependabot.com/snok/install-poetry/pull/87">snok/install-poetry#87</a></li> <li>Drop Python version 3.6 by <a href="https://github.com/sondrelg"><code>@​sondrelg</code></a> in <a href="https://github-redirect.dependabot.com/snok/install-poetry/pull/92">snok/install-poetry#92</a></li> <li>Fix broken test workflow by <a href="https://github.com/sondrelg"><code>@​sondrelg</code></a> in <a href="https://github-redirect.dependabot.com/snok/install-poetry/pull/93">snok/install-poetry#93</a></li> <li>Lint shell scripts by <a href="https://github.com/sondrelg"><code>@​sondrelg</code></a> in <a href="https://github-redirect.dependabot.com/snok/install-poetry/pull/91">snok/install-poetry#91</a></li> </ul> <p>There should be no changes to functionality in this release.</p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/vladdoster"><code>@​vladdoster</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/snok/install-poetry/pull/80">snok/install-poetry#80</a></li> <li><a href="https://github.com/PhilippWillms"><code>@​PhilippWillms</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/snok/install-poetry/pull/87">snok/install-poetry#87</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/snok/install-poetry/compare/v1...v1.3.2">https://github.com/snok/install-poetry/compare/v1...v1.3.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/snok/install-poetry/commit/d45b6d76012debf457ab49dffc7fb7b2efe8071d"><code>d45b6d7</code></a> chore: Add Python version to job name</li> <li><a href="https://github.com/snok/install-poetry/commit/e1bb8434bf9e080e13b1b3159ff7b20af2304136"><code>e1bb843</code></a> fix: Use old install script for Windows targets</li> <li><a href="https://github.com/snok/install-poetry/commit/51cd5c44045caa2029df0b04c8c1aaf5002683eb"><code>51cd5c4</code></a> chore: Expand matrix for non-default settings test</li> <li><a href="https://github.com/snok/install-poetry/commit/c823f6f4fc1e4fb1480e35bac5d87ba10b27748a"><code>c823f6f</code></a> chore: Create env vars for output colors</li> <li><a href="https://github.com/snok/install-poetry/commit/3df1f6bd94413cab86798c32dcd6de751241e680"><code>3df1f6b</code></a> docs: Update examples</li> <li><a href="https://github.com/snok/install-poetry/commit/10ca3d2e69af5b5909cd87bdbcddc93cca2f66f5"><code>10ca3d2</code></a> chore: Update cache action version</li> <li><a href="https://github.com/snok/install-poetry/commit/9bbfadb223550b6c29f72c0bfa4e3b77ef621792"><code>9bbfadb</code></a> chore: Add dependabot for github actions</li> <li><a href="https://github.com/snok/install-poetry/commit/2d1ad916a54d63191aad31be428b31e4e183e26b"><code>2d1ad91</code></a> chore: Refactor test workflows</li> <li><a href="https://github.com/snok/install-poetry/commit/04755510543dbf48f4ea49da82bec049dd88a525"><code>0475551</code></a> docs: Update workflow versions in workflow examples</li> <li><a href="https://github.com/snok/install-poetry/commit/8fb75d7895788b596f438a06eb5adbf32572aae1"><code>8fb75d7</code></a> chore: Replace shellcheck with pre-commit workflow</li> <li>Additional commits viewable in <a href="https://github.com/snok/install-poetry/compare/v1.3.1...v1.3.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=snok/install-poetry&package-manager=github_actions&previous-version=1.3.1&new-version=1.3.3)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aad40b0 commit 901e77e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
python-version: ${{ matrix.python-version }}
6868

6969
- name: Install Poetry
70-
uses: snok/[email protected].1
70+
uses: snok/[email protected].3
7171
with:
7272
virtualenvs-in-project: true
7373

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
python-version: ${{ matrix.python-version }}
114114

115115
- name: Install Poetry
116-
uses: snok/[email protected].1
116+
uses: snok/[email protected].3
117117
with:
118118
virtualenvs-in-project: true
119119

0 commit comments

Comments
 (0)