Skip to content

Commit

Permalink
fix(deps): update default poetry version to 1.1.11 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Oct 18, 2021
1 parent f982f32 commit 7044c9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8]
poetry-version: [1.0, 1.1.8]
poetry-version: [1.0, 1.1.11]
os: [ubuntu-18.04, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8]
poetry-version: [1.0, 1.1.8]
poetry-version: [1.0, 1.1.11]
os: [ubuntu-18.04, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -8,7 +8,7 @@ inputs:
poetry-version:
description: "The version of poetry to install"
required: true
default: "1.1.8"
default: "1.1.11"
runs:
using: "composite"
steps:
Expand Down

0 comments on commit 7044c9c

Please sign in to comment.