Merge pull request #1242 from lnbits/update/poetry

update lock file and workflows to poetry 1.3.1
This commit is contained in:
calle
2023-01-11 12:14:53 +01:00
committed by GitHub
6 changed files with 1165 additions and 1174 deletions

View File

@@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: ["3.9"] python-version: ["3.9"]
poetry-version: ["1.2.1"] poetry-version: ["1.3.1"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}

View File

@@ -23,7 +23,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: ["3.9"] python-version: ["3.9"]
poetry-version: ["1.2.1"] poetry-version: ["1.3.1"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}

View File

@@ -8,7 +8,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: ["3.9"] python-version: ["3.9"]
poetry-version: ["1.2.1"] poetry-version: ["1.3.1"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}

View File

@@ -8,7 +8,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: ["3.9"] python-version: ["3.9"]
poetry-version: ["1.2.1"] poetry-version: ["1.3.1"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
@@ -51,7 +51,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: ["3.9"] python-version: ["3.9"]
poetry-version: ["1.2.1"] poetry-version: ["1.3.1"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
@@ -95,7 +95,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: ["3.9"] python-version: ["3.9"]
poetry-version: ["1.2.1"] poetry-version: ["1.3.1"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}

View File

@@ -8,7 +8,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: ["3.9"] python-version: ["3.9"]
poetry-version: ["1.2.1"] poetry-version: ["1.3.1"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
@@ -31,7 +31,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: ["3.9"] python-version: ["3.9"]
poetry-version: ["1.2.1"] poetry-version: ["1.3.1"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
@@ -67,7 +67,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: ["3.9"] python-version: ["3.9"]
poetry-version: ["1.2.1"] poetry-version: ["1.3.1"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}

2321
poetry.lock generated

File diff suppressed because it is too large Load Diff