Skip to content

Commit

Permalink
⬆️ Bump poetry from 1.2.0b3 to 1.2.0rc1 (#44)
Browse files Browse the repository at this point in the history
* ⬆️ Bump poetry from 1.2.0b3 to 1.2.0rc1

Bumps [poetry](https://github.com/python-poetry/poetry) from 1.2.0b3 to 1.2.0rc1.
- [Release notes](https://github.com/python-poetry/poetry/releases)
- [Changelog](https://github.com/python-poetry/poetry/blob/master/CHANGELOG.md)
- [Commits](python-poetry/poetry@1.2.0b3...1.2.0rc1)

* 🎨 Sort extras dependencies in poetry.lock file

Make the lockfile consistent with poetry 1.2.0rc1, see python-poetry/poetry#6169. Also get hashes of rasterio wheels that were removed in 05cab28/#29.
  • Loading branch information
weiji14 authored Aug 23, 2022
1 parent 2e84831 commit 51518b4
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 144 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0b3
pip install poetry==1.2.0rc1
poetry install ${{ matrix.extra-packages }}
poetry self add poetry-dynamic-versioning-plugin
poetry show
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Install Poetry and dynamic-versioning plugin
run: |
pip install poetry==1.2.0b3
pip install poetry==1.2.0rc1
poetry self add poetry-dynamic-versioning-plugin
poetry show
Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ cd zen3geo
mamba create --name zen3geo python=3.10
mamba activate zen3geo
pip install poetry==1.2.0b3
pip install poetry==1.2.0rc1
poetry install --extras "raster spatial vector"
```

Expand Down
Loading

0 comments on commit 51518b4

Please sign in to comment.