Skip to content

Commit 5479653

Browse files
committed
change poetry version to poetry==1.2.2
the reason for this change is to keep the old lock file format and avoid incompatibility with version in main of F1ashhimself/electricitybot later on version can be changed to 1.3.1 or any other later version (requrie changes in .github/workflows/app.yaml, Dockerfile and update version on local enviroment) python-poetry/poetry#6393
1 parent 9c0775a commit 5479653

File tree

2 files changed

+281
-281
lines changed

2 files changed

+281
-281
lines changed

.github/workflows/app.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Install poetry
1919
run: |
20-
pip install poetry==1.3.1
20+
pip install poetry==1.2.2
2121
2222
- name: Install dependencies
2323
run: |

0 commit comments

Comments
 (0)