Update pyshp requirement from ~=2.2.0 to ~=2.3.1 in /api

Updates the requirements on [pyshp](https://github.com/GeospatialPython/pyshp) to permit the latest version.
- [Release notes](https://github.com/GeospatialPython/pyshp/releases)
- [Changelog](https://github.com/GeospatialPython/pyshp/blob/master/changelog.txt)
- [Commits](https://github.com/GeospatialPython/pyshp/compare/2.2.0...2.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-07-27 23:27:43 +00:00 committed by Paul Bienkowski
parent a736984265
commit 10ced9d65e
2 changed files with 2 additions and 2 deletions

View file

@ -10,5 +10,5 @@ pyyaml<6
sqlparse~=0.4.2
sqlalchemy[asyncio]~=1.4.32
asyncpg~=0.24.0
pyshp~=2.2.0
pyshp~=2.3.1
alembic~=1.7.7

View file

@ -20,7 +20,7 @@ setup(
"pyyaml<6",
"sqlparse~=0.4.2",
"openmaptiles-tools", # install from git
"pyshp~=2.2.0",
"pyshp>=2.2,<2.4",
"sqlalchemy[asyncio]~=1.4.25",
"asyncpg~=0.24.0",
"alembic~=1.7.7",