update to major dependencies (#92)

* update to major dependencies

* coroutine in get updates was not awaited
This commit is contained in:
Dmitry Afanasyev
2024-03-09 02:36:58 +03:00
committed by GitHub
parent c5bf5b3e1a
commit e9883c0285
6 changed files with 148 additions and 147 deletions

View File

@@ -23,13 +23,13 @@ jobs:
id: setup-python
uses: actions/setup-python@v3
with:
python-version: '3.12.1'
python-version: '3.12.2'
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------
- name: Install poetry
env: # Keep in sync with `POETRY_VERSION` in `Dockerfile`
POETRY_VERSION: "1.8.1"
POETRY_VERSION: "1.8.2"
run: |
curl -sSL "https://install.python-poetry.org" | python -
# Adding `poetry` to `$PATH`:

View File

@@ -26,13 +26,13 @@ jobs:
id: setup-python
uses: actions/setup-python@v3
with:
python-version: '3.12.1'
python-version: '3.12.2'
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------
- name: Install poetry
env: # Keep in sync with `POETRY_VERSION` in `Dockerfile`
POETRY_VERSION: "1.8.1"
POETRY_VERSION: "1.8.2"
run: |
curl -sSL "https://install.python-poetry.org" | python -
# Adding `poetry` to `$PATH`: