Skip to content

Commit

Permalink
Bump shapely from 1.7.1 to 1.8.0
Browse files Browse the repository at this point in the history
Bumps [shapely](https://github.com/Toblerity/Shapely) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/Toblerity/Shapely/releases)
- [Changelog](https://github.com/Toblerity/Shapely/blob/main/CHANGES.txt)
- [Commits](shapely/shapely@1.7.1...1.8.0)

---
updated-dependencies:
- dependency-name: shapely
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2021
1 parent ce8026b commit 4d12673
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 28 deletions.
52 changes: 25 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ click-plugins = "~1.1.1"
multiprocess = "^0.70.11"
numpy = "^1.20"
pnoise = "^0.1.0"
Shapely = {extras = ["vectorized"], version = "~1.7.1"}
Shapely = {extras = ["vectorized"], version = ">=1.7.1,<1.9.0"}
scipy = "^1.6"
setuptools = "^51.0.0"
svgelements = "1.6.3"
Expand Down

0 comments on commit 4d12673

Please sign in to comment.