Skip to content

Commit

Permalink
chore(deps): bump fiona from 1.9.6 to 1.10.0 in /samples/geography (#…
Browse files Browse the repository at this point in the history
…2027)

* chore(deps): bump fiona from 1.9.6 to 1.10.0 in /samples/geography

Bumps [fiona](https://github.com/Toblerity/Fiona) from 1.9.6 to 1.10.0.
- [Release notes](https://github.com/Toblerity/Fiona/releases)
- [Changelog](https://github.com/Toblerity/Fiona/blob/main/CHANGES.txt)
- [Commits](Toblerity/Fiona@1.9.6...1.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* pin fiona to 1.9.6 for python 3.7

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lingqing Gan <[email protected]>
  • Loading branch information
dependabot[bot] and Linchin authored Sep 25, 2024
1 parent ba99b12 commit a76af35
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions samples/geography/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ click-plugins==1.1.1
cligj==0.7.2
dataclasses==0.8; python_version < '3.7'
db-dtypes==1.3.0
Fiona==1.9.6
Fiona===1.9.6; python_version == '3.7'
Fiona==1.10.0; python_version >= '3.8'
geojson==3.1.0
geopandas===0.10.2; python_version == '3.7'
geopandas===0.13.2; python_version == '3.8'
geopandas==1.0.1; python_version >= '3.9'
google-api-core==2.20.0
google-auth==2.35.0
google-api-core==2.19.2
google-auth==2.34.0
google-cloud-bigquery==3.25.0
google-cloud-bigquery-storage==2.26.0
google-cloud-core==2.4.1
Expand All @@ -31,7 +32,7 @@ packaging===24.0; python_version == '3.7'
packaging==24.1; python_version >= '3.8'
pandas===1.3.5; python_version == '3.7'
pandas===2.0.3; python_version == '3.8'
pandas==2.2.3; python_version >= '3.9'
pandas==2.2.2; python_version >= '3.9'
proto-plus==1.24.0
pyarrow==12.0.1; python_version == '3.7'
pyarrow==17.0.0; python_version >= '3.8'
Expand Down

0 comments on commit a76af35

Please sign in to comment.