Update python Docker tag to v3.11.4 #58

Merged
Xefir merged 1 commits from renovate/python-3.x into master 2023-06-08 07:26:28 +00:00

View File

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