Skip to content

Commit 71120b2

Browse files
committed
update poetry
1 parent 545e9fe commit 71120b2

3 files changed

Lines changed: 67 additions & 67 deletions

File tree

.github/workflows/tests.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ jobs:
55
runs-on: ubuntu-20.04
66
strategy:
77
matrix:
8-
python-version: ['3.10', '3.11', '3.12']
8+
python-version: ["3.10", "3.11", "3.12"]
99
name: Python ${{ matrix.python-version }}
1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-python@v4
13-
with:
14-
python-version: ${{ matrix.python-version }}
15-
architecture: x64
16-
- run: pip install nox==2024.4.15
17-
- run: pip install nox-poetry==1.0.3
18-
- run: pip install poetry==1.8.2
19-
- run: nox --python ${{ matrix.python-version }}
11+
- uses: actions/checkout@v3
12+
- uses: actions/setup-python@v4
13+
with:
14+
python-version: ${{ matrix.python-version }}
15+
architecture: x64
16+
- run: pip install nox==2024.4.15
17+
- run: pip install nox-poetry==1.0.3
18+
- run: pip install poetry==1.8.3
19+
- run: nox --python ${{ matrix.python-version }}

poetry.lock

Lines changed: 54 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ mypy-extensions==1.0.0 ; python_version >= "3.10" and python_version < "4.0" \
5353
pathspec==0.12.1 ; python_version >= "3.10" and python_version < "4.0" \
5454
--hash=sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08 \
5555
--hash=sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712
56-
platformdirs==4.2.0 ; python_version >= "3.10" and python_version < "4.0" \
57-
--hash=sha256:0614df2a2f37e1a662acbd8e2b25b92ccf8632929bc6d43467e17fe89c75e068 \
58-
--hash=sha256:ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768
56+
platformdirs==4.2.2 ; python_version >= "3.10" and python_version < "4.0" \
57+
--hash=sha256:2d7a1657e36a80ea911db832a8a6ece5ee53d8de21edd5cc5879af6530b1bfee \
58+
--hash=sha256:38b7b51f512eed9e84a22788b4bce1de17c0adb134d6becb09836e37d8654cd3
5959
pycodestyle==2.9.1 ; python_version >= "3.10" and python_version < "4.0" \
6060
--hash=sha256:2c9607871d58c76354b697b42f5d57e1ada7d261c261efac224b664affdc5785 \
6161
--hash=sha256:d1735fc58b418fd7c5f658d28d943854f8a849b01a5d0a1e6f3f3fdd0166804b

0 commit comments

Comments
 (0)