We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcffaf4 commit 066b50aCopy full SHA for 066b50a
.github/workflows/docs.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Install poetry
38
if: env.PUBLISH == 'true'
39
- run: pipx install "poetry==1.1.14"
+ run: pipx install "poetry==1.1.15"
40
41
- name: Set up Python ${{ matrix.python-version }}
42
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v3
17
18
19
20
21
22
uses: actions/setup-python@v4
.tool-versions
@@ -1,2 +1,2 @@
1
-poetry 1.1.14
+poetry 1.1.15
2
python 3.10.6 3.9.13 3.8.13 3.7.12
0 commit comments