update pyproject.toml and poetry.lock

This commit is contained in:
2023-10-17 23:29:42 +03:00
parent 314704bcc7
commit 9821aab9db
5 changed files with 1078 additions and 510 deletions

View File

@@ -24,7 +24,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v4
with:
python-version: '3.11.4'
python-version: '3.11.6'
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------
@@ -58,6 +58,16 @@ jobs:
poetry config virtualenvs.in-project true
poetry install
poetry run pip install -U pip
#----------------------------------------------
# check dependencies
#----------------------------------------------
- name: Extended checks
continue-on-error: true
run: |
poetry run poetry check
poetry run pip check
poetry run safety check --full-report
poetry run pip-audit
test-docker:
name: Docker build check