Skip to content

Commit

Permalink
chore(deps-dev): update geopandas requirement from ~=0.12.2 to ~=0.14.2
Browse files Browse the repository at this point in the history
Updates the requirements on [geopandas](https://github.com/geopandas/geopandas) to permit the latest version.
- [Release notes](https://github.com/geopandas/geopandas/releases)
- [Changelog](https://github.com/geopandas/geopandas/blob/main/CHANGELOG.md)
- [Commits](geopandas/geopandas@v0.12.2...v0.14.2)

---
updated-dependencies:
- dependency-name: geopandas
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 12, 2024
1 parent cba3e7e commit da055e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ openhexa = "openhexa.cli:app"

[project.optional-dependencies]
dev = [ "ruff~=0.1.11", "pytest~=7.3.0", "build>=0.10,<1.1", "pytest-cov>=4.0,<4.2" , "pre-commit", "httmock"]
examples= ["geopandas~=0.12.2", "pandas~=2.0.0", "rasterio~=1.3.6", "rasterstats>=0.18,<0.20", "setuptools>=67.6.1,<69.1.0", "SQLAlchemy~=2.0.9", "psycopg2"]
examples= ["geopandas~=0.14.2", "pandas~=2.0.0", "rasterio~=1.3.6", "rasterstats>=0.18,<0.20", "setuptools>=67.6.1,<69.1.0", "SQLAlchemy~=2.0.9", "psycopg2"]


[tool.setuptools.packages.find]
Expand Down

0 comments on commit da055e7

Please sign in to comment.