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 4b0b7aa commit c8c91c0Copy full SHA for c8c91c0
.github/workflows/docs.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Install poetry
37
if: env.PUBLISH == 'true'
38
- run: pipx install "poetry==1.1.14"
+ run: pipx install "poetry==1.1.15"
39
40
- name: Set up Python ${{ matrix.python-version }}
41
.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v3
22
23
24
25
26
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
0 commit comments