diff --git a/.github/workflows/poetry-test.yml b/.github/workflows/poetry-test.yml index a576d94..243a0a6 100644 --- a/.github/workflows/poetry-test.yml +++ b/.github/workflows/poetry-test.yml @@ -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`: diff --git a/Dockerfile b/Dockerfile index 632ac94..6049b33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM python:3.11.1 +FROM python:3.11.3 -ARG POETRY_VERSION=1.4.0 +ARG POETRY_VERSION=1.4.2 ARG USER # python: diff --git a/poetry/pyproject.toml b/poetry/pyproject.toml index 83968a7..100276e 100644 --- a/poetry/pyproject.toml +++ b/poetry/pyproject.toml @@ -5,7 +5,7 @@ description = "poetry requiremts creation" authors = ["Dmitry Afanasyev "] [tool.poetry.dependencies] -Python="3.11.1" +Python="3.11.3" aiohttp = "^3.8" aiosignal = "^1.3" alembic = "^1.9" @@ -30,9 +30,9 @@ pre-commit = "^2.21" prompt-toolkit = "^3.0" psycopg2-binary = "^2.9" PyAutoGUI = "^0.9" -pyinstaller = "^5.7" pydantic = "^1.10" Pygments = "^2.14" +pyinstaller = "^5.7" PyQt6 = "^6.4" python-decouple = "^3.7" pytz = "^2022.7.1"