From f5c5e9e98ee2c59cf8d3b44901060b480fb928dd Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Sat, 16 Jul 2022 23:02:21 -0400 Subject: [PATCH] :arrow_up: Bump poetry from 1.2.0b2 to 1.2.0b3 (#28) Bumps [poetry](https://github.com/python-poetry/poetry) from 1.2.0b2 to 1.2.0b3. - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-poetry/poetry/compare/1.2.0b2...1.2.0b3) --- .github/workflows/ci-tests.yml | 2 +- .github/workflows/publish-to-pypi.yml | 2 +- docs/CONTRIBUTING.md | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index e9dbd67..4f8653f 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -49,7 +49,7 @@ jobs: # Install poetry package manager and dependencies from poetry.lock - name: Install Poetry python dependencies run: | - pip install poetry==1.2.0b2 + pip install poetry==1.2.0b3 poetry install ${{ matrix.extra-packages }} poetry self add poetry-dynamic-versioning-plugin poetry show diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 088b47b..7fe3858 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -39,7 +39,7 @@ jobs: - name: Install Poetry and dynamic-versioning plugin run: | - pip install poetry==1.2.0b2 + pip install poetry==1.2.0b3 poetry self add poetry-dynamic-versioning-plugin poetry show diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 7179c28..76f20d2 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -113,7 +113,7 @@ cd zen3geo mamba create --name zen3geo python=3.9 mamba activate zen3geo -pip install poetry==1.2.0b2 +pip install poetry==1.2.0b3 poetry install --extras "raster vector" ``` diff --git a/pyproject.toml b/pyproject.toml index dfebe16..5c734c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,5 +50,5 @@ metadata = true style = "pep440" [build-system] -requires = ["poetry>=1.2.0b2", "poetry-dynamic-versioning"] +requires = ["poetry>=1.2.0b3", "poetry-dynamic-versioning"] build-backend = "poetry.masonry.api"