dependabot[bot]
commited on
Bump restgdf from 0.9.7 to 1.0.0
Browse filesBumps [restgdf](https://github.com/joshuasundance-swca/restgdf) from 0.9.7 to 1.0.0.
- [Release notes](https://github.com/joshuasundance-swca/restgdf/releases)
- [Commits](https://github.com/joshuasundance-swca/restgdf/compare/0.9.7...1.0.0)
---
updated-dependencies:
- dependency-name: restgdf
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -4,6 +4,6 @@ geopandas==0.14.1
|
|
4 |
lxml==4.9.3
|
5 |
numpy==1.26.2 # pinned for snyk
|
6 |
pyogrio==0.7.2
|
7 |
-
restgdf==0.
|
8 |
streamlit==1.29.0
|
9 |
topojson==1.7
|
|
|
4 |
lxml==4.9.3
|
5 |
numpy==1.26.2 # pinned for snyk
|
6 |
pyogrio==0.7.2
|
7 |
+
restgdf==1.0.0
|
8 |
streamlit==1.29.0
|
9 |
topojson==1.7
|