Skip to content

Commit

Permalink
chore(deps): update setuptools requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v73.0.1...v75.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 4ba55e5 commit 767bbce
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 @@ -45,7 +45,7 @@ examples = [
"pandas>=2.0,<2.3",
"rasterio~=1.3.6",
"rasterstats>=0.18,<0.20",
"setuptools>=73.0.1,<73.1.0",
"setuptools>=73.0.1,<75.2.0",
"SQLAlchemy~=2.0.9",
"psycopg2",
]
Expand Down

0 comments on commit 767bbce

Please sign in to comment.