We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fd311 commit 1d191d0Copy full SHA for 1d191d0
.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
uses: actions/setup-python@v4
.github/workflows/tests.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v3
23
24
25
26
27
28
.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.13
0 commit comments