update dependencies

This commit is contained in:
2024-01-04 01:31:27 +03:00
parent b95840e630
commit 7436e6891c
8 changed files with 482 additions and 424 deletions

View File

@@ -23,13 +23,13 @@ jobs:
id: setup-python
uses: actions/setup-python@v3
with:
python-version: '3.11.3'
python-version: '3.11.7'
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------
- name: Install poetry
env: # Keep in sync with `POETRY_VERSION` in `Dockerfile`
POETRY_VERSION: "1.4.2"
POETRY_VERSION: "1.7.1"
run: |
curl -sSL "https://install.python-poetry.org" | python -
# Adding `poetry` to `$PATH`:
@@ -54,7 +54,7 @@ jobs:
- name: Install dependencies
run: |
poetry config virtualenvs.in-project true
poetry install
poetry install --no-root
poetry run pip install -U pip
#----------------------------------------------
# run test suite

View File

@@ -23,13 +23,13 @@ jobs:
id: setup-python
uses: actions/setup-python@v3
with:
python-version: '3.11.3'
python-version: '3.11.7'
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------
- name: Install poetry
env: # Keep in sync with `POETRY_VERSION` in `Dockerfile`
POETRY_VERSION: "1.4.2"
POETRY_VERSION: "1.7.1"
run: |
curl -sSL "https://install.python-poetry.org" | python -
# Adding `poetry` to `$PATH`:
@@ -55,7 +55,7 @@ jobs:
- name: Install dependencies
run: |
poetry config virtualenvs.in-project true
poetry install
poetry install --no-root
poetry run pip install -U pip
#----------------------------------------------
# run test suite