Merge pull request 'Update python Docker tag to v3.11.2' (#40) from renovate/python-3.x into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #40
This commit is contained in:
Michel Roux 2023-02-10 08:55:40 +00:00
commit ddfe59f26b
1 changed files with 2 additions and 2 deletions

View File

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