Skip to content
Snippets Groups Projects
Commit 912791ec authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

Merge branch 'master' into 'bump-mkdocs-material'

# Conflicts:
#   docs-requirements.txt
parents 3864fb7a 8efed4ad
No related branches found
No related tags found
1 merge request!386Bump Python requirement mkdocs-material to 9.4.6
Pipeline #136942 passed
This commit is part of merge request !386. Comments created here will be created in the context of that merge request.
......@@ -55,6 +55,7 @@ test:
- tox -- --junitxml=test-report.xml --durations=50
test-cookiecutter:
# Needed till next release
image: python:3.11
stage: test
......@@ -91,7 +92,7 @@ test-cookiecutter:
- worker-demo/
build-cookiecutter:
image: docker:19.03.1
image: docker:24.0.6
stage: build
services:
- docker:dind
......@@ -136,7 +137,7 @@ pypi-publication:
- twine upload dist/* -r pypi
.docs:
image: python:3.11
image: python:3
artifacts:
paths:
- public
......
black==23.7.0
black==23.9.1
doc8==1.1.1
mkdocs==1.5.2
mkdocs==1.5.3
mkdocs-material==9.4.6
mkdocstrings==0.22.0
mkdocstrings-python==1.3.0
mkdocstrings==0.23.0
mkdocstrings-python==1.7.3
recommonmark==0.7.1
arkindex-client==1.0.14
peewee==3.16.3
Pillow==10.0.0
pymdown-extensions==10.2
Pillow==10.1.0
pymdown-extensions==10.3
python-gitlab==3.15.0
python-gnupg==0.5.1
sh==2.0.6
......
pytest==7.4.0
pytest==7.4.2
pytest-mock==3.11.1
pytest-responses==0.5.1
......@@ -50,7 +50,7 @@ lint:
docker-build:
stage: build
image: docker:19.03.1
image: docker:24.0.6
services:
- docker:dind
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment