Update auf Poetry 1.3 (#151)

Fixes #149.

Co-authored-by: Tobias Bölz <tobias@boelz.eu>
Reviewed-on: #151
pull/152/head
Tobias Bölz 4 months ago
parent 805d2a3d1d
commit 0ec33a837b

@ -35,7 +35,7 @@ repos:
types: [python]
pass_filenames: false
- repo: https://github.com/python-poetry/poetry
rev: '1.2.1'
rev: '1.3.2'
hooks:
- id: poetry-check
- id: poetry-lock

@ -2,7 +2,7 @@
## Entwicklungsumgebung einrichten
1. Python 3.9 oder neuer, [Poetry](https://python-poetry.org/docs/#installation) 1.2 und [pre-commit](https://pre-commit.com/#install) installieren.
1. Python 3.9 oder neuer, [Poetry](https://python-poetry.org/docs/#installation) 1.3 und [pre-commit](https://pre-commit.com/#install) installieren.
2. Repository klonen:

1045
poetry.lock generated

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save