diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 243cc56e..870bab56 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ on: workflow_dispatch: env: - POETRY_VERSION: 1.4.1 + POETRY_VERSION: 1.5.1 jobs: tests: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec873ec2..39b7cdf4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - '*.*.*' env: - POETRY_VERSION: 1.4.1 + POETRY_VERSION: 1.5.1 jobs: release: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 508b7ae5..6a3320c3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.4.0 + rev: v3.9.0 hooks: - id: pyupgrade args: @@ -10,7 +10,7 @@ repos: - --py39-plus - repo: https://github.com/python-poetry/poetry - rev: 1.4.2 + rev: 1.5.1 hooks: - id: poetry-check @@ -30,7 +30,7 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black exclude: ^specs/openeo-processes/ diff --git a/openeo_processes_dask/__init__.py b/openeo_processes_dask/__init__.py index 36d15f81..85f0303f 100644 --- a/openeo_processes_dask/__init__.py +++ b/openeo_processes_dask/__init__.py @@ -1 +1 @@ -__version__ = "2023.5.1" +__version__ = "2023.7.0" diff --git a/pyproject.toml b/pyproject.toml index 74eceec3..7db09133 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openeo-processes-dask" -version = "2023.5.1" +version = "2023.7.0" description = "Python implementations of many OpenEO processes, dask-friendly by default." authors = ["Lukas Weidenholzer ", "Sean Hoyal ", "Valentina Hutter "] maintainers = ["EODC Staff "]