Update python Docker tag to v3.11.2 #40

Merged
Xefir merged 1 commits from renovate/python-3.x into master 2023-02-10 08:55:41 +00:00

View File

@ -4,14 +4,14 @@ type: docker
steps: steps:
- name: lint - name: lint
image: python:3.11.1 image: python:3.11.2
commands: commands:
- pip install poetry - pip install poetry
- poetry install - poetry install
- poetry run flake8 - poetry run flake8
- poetry run mypy . - poetry run mypy .
- name: epub - name: epub
image: python:3.11.1 image: python:3.11.2
commands: commands:
- pip install poetry - pip install poetry
- poetry install --without dev - poetry install --without dev