Skip to content

Commit

Permalink
build(deps): bump geopandas from 0.14.4 to 1.0.0 in /server (#2162)
Browse files Browse the repository at this point in the history
* build(deps): bump geopandas from 0.14.4 to 1.0.0 in /server

Bumps [geopandas](https://github.com/geopandas/geopandas) from 0.14.4 to 1.0.0.
- [Release notes](https://github.com/geopandas/geopandas/releases)
- [Changelog](https://github.com/geopandas/geopandas/blob/main/CHANGELOG.md)
- [Commits](geopandas/geopandas@v0.14.4...v1.0.0)

---
updated-dependencies:
- dependency-name: geopandas
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* fix: adapt geo fixtures to geopandas 1.0.0

Signed-off-by: Luka Peschke <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Luka Peschke <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luka Peschke <[email protected]>
  • Loading branch information
dependabot[bot] and lukapeschke authored Jul 1, 2024
1 parent 712fda3 commit 5bf25c3
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 86 deletions.
139 changes: 56 additions & 83 deletions server/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pydantic = "^2.4.2"
# Dependencies for extras
## Pandas
pandas = {version = "^1.2.5", optional = true}
geopandas = {version = ">=0.12.2,<0.15.0", optional = true}
geopandas = {version = ">=1.0.0,<1.1.0", optional = true}
## PyPika
PyPika = {version = "^0.48.9", optional = true}
## Playground
Expand Down
22 changes: 21 additions & 1 deletion server/tests/backends/fixtures/dissolve/pandas_advanced.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
[
1.549072265625,
45.034714778688624
],
[
-0.230712890625,
42.88401467044253
]
]
}
Expand All @@ -92,6 +96,10 @@
[
-0.406494140625,
39.59722324495565
],
[
-1.571044921875,
42.956422511073335
]
]
]
Expand Down Expand Up @@ -119,6 +127,10 @@
[
-0.670166015625,
49.095452162534826
],
[
-5.306396484375,
46.837649560937464
]
]
]
Expand Down Expand Up @@ -146,6 +158,10 @@
[
-0.1337,
42.424242
],
[
42.424242,
46.464646
]
]
]
Expand Down Expand Up @@ -183,6 +199,10 @@
[
1.549072265625,
45.034714778688624
],
[
-0.230712890625,
42.88401467044253
]
]
},
Expand Down Expand Up @@ -277,4 +297,4 @@
]
}
}
}
}
22 changes: 21 additions & 1 deletion server/tests/backends/fixtures/dissolve/pandas_no_aggs.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
[
1.549072265625,
45.034714778688624
],
[
-0.230712890625,
42.88401467044253
]
]
}
Expand All @@ -72,6 +76,10 @@
[
-0.406494140625,
39.59722324495565
],
[
-1.571044921875,
42.956422511073335
]
]
]
Expand Down Expand Up @@ -99,6 +107,10 @@
[
-0.670166015625,
49.095452162534826
],
[
-5.306396484375,
46.837649560937464
]
]
]
Expand Down Expand Up @@ -126,6 +138,10 @@
[
-0.1337,
42.424242
],
[
42.424242,
46.464646
]
]
]
Expand Down Expand Up @@ -161,6 +177,10 @@
[
1.549072265625,
45.034714778688624
],
[
-0.230712890625,
42.88401467044253
]
]
},
Expand Down Expand Up @@ -248,4 +268,4 @@
]
}
}
}
}

0 comments on commit 5bf25c3

Please sign in to comment.