Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • workers/base-worker
1 result
Show changes
Commits on Source (4)
......@@ -55,7 +55,10 @@ test:
- tox -- --junitxml=test-report.xml
test-cookiecutter:
image: python:3
# Pin to 3.10 because Shapely doesn't support 3.11 until 1.8.5
# Can be removed when a new release of Base-Worker is done
# Then we can bump in the Cookiecutter's requirements and unpin
image: python:3.10
stage: test
cache:
......
black==22.10.0
doc8==1.0.0
mkdocs==1.4.0
mkdocs==1.4.1
mkdocs-material==8.5.7
mkdocstrings==0.19.0
mkdocstrings-python==0.7.1
......
......@@ -2,9 +2,9 @@ arkindex-client==1.0.11
peewee==3.15.3
Pillow==9.2.0
pymdown-extensions==9.7
python-gitlab==3.10.0
python-gitlab==3.11.0
python-gnupg==0.5.0
sh==1.14.3
shapely==1.8.4
shapely==1.8.5.post1
tenacity==8.1.0
zstandard==0.18.0
zstandard==0.19.0