update deps

This commit is contained in:
2023-05-19 13:06:19 +03:00
parent 43cc32129f
commit 044c301a11
3 changed files with 6 additions and 6 deletions

View File

@@ -24,13 +24,13 @@ jobs:
id: setup-python
uses: actions/setup-python@v4
with:
python-version: '3.11.1'
python-version: '3.11.3'
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------
- name: Install poetry
env: # Keep in sync with `POETRY_VERSION` in `Dockerfile`
POETRY_VERSION: "1.3.2"
POETRY_VERSION: "1.4.2"
run: |
curl -sSL "https://install.python-poetry.org" | python -
# Adding `poetry` to `$PATH`: