Conversation
Bumps [geopandas](https://github.com/geopandas/geopandas) from 1.1.0 to 1.1.2. - [Release notes](https://github.com/geopandas/geopandas/releases) - [Changelog](https://github.com/geopandas/geopandas/blob/main/CHANGELOG.md) - [Commits](geopandas/geopandas@v1.1.0...v1.1.2) --- updated-dependencies: - dependency-name: geopandas dependency-version: 1.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #277 +/- ##
=======================================
Coverage 58.92% 58.92%
=======================================
Files 128 128
Lines 6715 6715
=======================================
Hits 3957 3957
Misses 2758 2758 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Mind-the-Cap
left a comment
There was a problem hiding this comment.
@FlxPo question de curiosité, pourquoi on utilise deux versions différentes de geopandas dans les différents requirements ?
|
requirements-min.txt est généré avec uv pour représenter la combinaison fixe de versions des dépendances correspondant aux bornes minimales déclarées dans pyproject.toml. Lors des push sur main on vérifie que les tests passent pour ces versions "minimales", pour vérifier que l'on tient notre promesse de compatibilité : https://github.com/mobility-team/mobility/blob/main/.github/workflows/install-and-test-min.yml requirements-ci.txt est généré avec uv pour représenter une combinaison fixe de versions dans l'intervalle des versions déclarées dans pyproject.toml. Il est ensuite utilisé dans les tests github, pour qu'ils soient bien reproductibles: https://github.com/mobility-team/mobility/blob/main/.github/workflows/install-and-test.yml dependabot devrait maintenant ne regarder que le pyproject.toml et non plus ces deux fichiers requirements qui sont des artefacts dérivés : https://github.com/mobility-team/mobility/blob/main/.github/dependabot.yml. |
Bumps geopandas from 1.1.0 to 1.1.2.
Release notes
Sourced from geopandas's releases.
Changelog
Sourced from geopandas's changelog.
Commits
81214bfRLS: backport fixes for 1.1.2 (#3693)62dd4a2COMPAT: pandas 3 refactor breaks finalize (#3611) (#3621)e9b58ceRLS: v1.1.1c6bf8b3MAINT: enable pydocstyle ruff rules - automatic and easy fixes (#3598)339c7f7TST: use nadgrids=null to suppress influence of grid files (#3588)2a7fad9REGR: overlay with identity doesn't handle equal input column names correctly...1a1585dREGR: fix GeoDataFrame constructor when np.nan given as only geometry (#3591)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.