diff --git a/.github/workflows/ngeo-2-9.yaml b/.github/workflows/ngeo-2-9.yaml index 0852fc7c3b..1b69638afb 100644 --- a/.github/workflows/ngeo-2-9.yaml +++ b/.github/workflows/ngeo-2-9.yaml @@ -4,7 +4,6 @@ on: repository_dispatch: types: - ngeo_2.9_updated - pull_request: jobs: main: diff --git a/admin/c2cgeoportal_admin/schemas/dimensions.py b/admin/c2cgeoportal_admin/schemas/dimensions.py index bbdf9589d2..3326057d16 100644 --- a/admin/c2cgeoportal_admin/schemas/dimensions.py +++ b/admin/c2cgeoportal_admin/schemas/dimensions.py @@ -36,7 +36,9 @@ from c2cgeoportal_commons.models.main import Dimension -def dimensions_schema_node(prop: InstrumentedAttribute[Any]) -> colander.SequenceSchema: +def dimensions_schema_node( + prop: InstrumentedAttribute[Any], # pylint: disable=unsubscriptable-object +) -> colander.SequenceSchema: """Get the scheme of the dimensions.""" return colander.SequenceSchema( GeoFormSchemaNode(Dimension, name="dimension", widget=MappingWidget(template="dimension")), diff --git a/admin/c2cgeoportal_admin/schemas/restriction_areas.py b/admin/c2cgeoportal_admin/schemas/restriction_areas.py index d3b72a201d..d13e70b3de 100644 --- a/admin/c2cgeoportal_admin/schemas/restriction_areas.py +++ b/admin/c2cgeoportal_admin/schemas/restriction_areas.py @@ -36,7 +36,9 @@ from c2cgeoportal_commons.models.main import RestrictionArea -def restrictionareas_schema_node(prop: InstrumentedAttribute[Any]) -> colander.SequenceSchema: +def restrictionareas_schema_node( + prop: InstrumentedAttribute[Any], # pylint: disable=unsubscriptable-object +) -> colander.SequenceSchema: """Get the schema of a restriction area.""" return colander.SequenceSchema( GeoFormManyToManySchemaNode(RestrictionArea, None), diff --git a/ci/dpkg-versions.yaml b/ci/dpkg-versions.yaml index 1874473de3..53c3d1e200 100644 --- a/ci/dpkg-versions.yaml +++ b/ci/dpkg-versions.yaml @@ -1363,6 +1363,8 @@ camptocamp/geomapfish-tools:latest: ubuntu_24_04/libicu74: 74.2-1ubuntu3.1 ubuntu_24_04/libidn2-0: 2.3.7-2build1 ubuntu_24_04/libimagequant0: 2.18.0-1build1 + ubuntu_24_04/libio-pty-perl: 1:1.20-1build2 + ubuntu_24_04/libipc-run-perl: 20231003.0-1 ubuntu_24_04/libisl23: 0.26-3build1 ubuntu_24_04/libitm1: 14-20240412-0ubuntu1 ubuntu_24_04/libjansson4: 2.14-2build2