Skip to content

Commit a76af35

Browse files
chore(deps): bump fiona from 1.9.6 to 1.10.0 in /samples/geography (#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]>
1 parent ba99b12 commit a76af35

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

samples/geography/requirements.txt

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ click-plugins==1.1.1
88
cligj==0.7.2
99
dataclasses==0.8; python_version < '3.7'
1010
db-dtypes==1.3.0
11-
Fiona==1.9.6
11+
Fiona===1.9.6; python_version == '3.7'
12+
Fiona==1.10.0; python_version >= '3.8'
1213
geojson==3.1.0
1314
geopandas===0.10.2; python_version == '3.7'
1415
geopandas===0.13.2; python_version == '3.8'
1516
geopandas==1.0.1; python_version >= '3.9'
16-
google-api-core==2.20.0
17-
google-auth==2.35.0
17+
google-api-core==2.19.2
18+
google-auth==2.34.0
1819
google-cloud-bigquery==3.25.0
1920
google-cloud-bigquery-storage==2.26.0
2021
google-cloud-core==2.4.1
@@ -31,7 +32,7 @@ packaging===24.0; python_version == '3.7'
3132
packaging==24.1; python_version >= '3.8'
3233
pandas===1.3.5; python_version == '3.7'
3334
pandas===2.0.3; python_version == '3.8'
34-
pandas==2.2.3; python_version >= '3.9'
35+
pandas==2.2.2; python_version >= '3.9'
3536
proto-plus==1.24.0
3637
pyarrow==12.0.1; python_version == '3.7'
3738
pyarrow==17.0.0; python_version >= '3.8'

0 commit comments

Comments
 (0)