chore: Bump the minor-and-patch group with 7 updates#1220
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore: Bump the minor-and-patch group with 7 updates#1220dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the minor-and-patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [click](https://github.com/pallets/click) | `8.4.1` | `8.4.2` | | [pyogrio](https://github.com/geopandas/pyogrio) | `0.12.1` | `0.13.0` | | [geopandas](https://github.com/geopandas/geopandas) | `1.1.3` | `1.1.4` | | [pandas](https://github.com/pandas-dev/pandas) | `3.0.3` | `3.0.4` | | [obstore](https://github.com/geospatial-jeff/pyasyncio-benchmark) | `0.10.1` | `0.11.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.18` | `0.15.20` | | [types-geopandas](https://github.com/python/typeshed) | `1.1.3.20260518` | `1.1.4.20260628` | Updates `click` from 8.4.1 to 8.4.2 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](pallets/click@8.4.1...8.4.2) Updates `pyogrio` from 0.12.1 to 0.13.0 - [Release notes](https://github.com/geopandas/pyogrio/releases) - [Changelog](https://github.com/geopandas/pyogrio/blob/main/CHANGES.md) - [Commits](geopandas/pyogrio@v0.12.1...v0.13.0) Updates `geopandas` from 1.1.3 to 1.1.4 - [Release notes](https://github.com/geopandas/geopandas/releases) - [Changelog](https://github.com/geopandas/geopandas/blob/v1.1.4/CHANGELOG.md) - [Commits](geopandas/geopandas@v1.1.3...v1.1.4) Updates `pandas` from 3.0.3 to 3.0.4 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v3.0.3...v3.0.4) Updates `obstore` from 0.10.1 to 0.11.0 - [Commits](https://github.com/geospatial-jeff/pyasyncio-benchmark/commits) Updates `ruff` from 0.15.18 to 0.15.20 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.18...0.15.20) Updates `types-geopandas` from 1.1.3.20260518 to 1.1.4.20260628 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: pyogrio dependency-version: 0.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: geopandas dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: pandas dependency-version: 3.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: obstore dependency-version: 0.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: types-geopandas dependency-version: 1.1.4.20260628 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the minor-and-patch group with 7 updates:
8.4.18.4.20.12.10.13.01.1.31.1.43.0.33.0.40.10.10.11.00.15.180.15.201.1.3.202605181.1.4.20260628Updates
clickfrom 8.4.1 to 8.4.2Release notes
Sourced from click's releases.
Changelog
Sourced from click's changelog.
Commits
b2e30a1Release version 8.4.27a16b20Fixpackage_nameresolution when module differs from distribution name (#3582)bec5928Fixpackage_nameresolution when top-level module differs from distribution...916883aFix tests to not rely on-Wdefaultoption (#3591)09195f6Fix double-bracketing of choices in synopsis (#3578)1557e26Check for warning exception with idiomatic context managerd9ff133Static typing improvements inclick.shell_completion(#3460)762c97eFix double-bracketing of choices in synopsis8929d39Convert changes to markdown. (#3559)237be50Move changes headings down a level.Updates
pyogriofrom 0.12.1 to 0.13.0Release notes
Sourced from pyogrio's releases.
Changelog
Sourced from pyogrio's changelog.
Commits
d5ce9caRLS: v0.13.084624c0TST: adjust test_write_read_datetime_tz_offsets_None for pandas bug (#677)eb85372ENH: add list_drivers_details function (#656)0847a9aBUG: fix error writing a column with mix of datetimes with and without timezo...21524a6DOC/RLS: update 0.13 changelog (#675)a464882CI: force to use latest GDAL in nightly CI (#676)97945d1BLD: use Limited C API for building abi3 wheels (#661)7d8423cENH: add whether append is supported in list_drivers (#559)10d5bd8PERF: use lists instead of memoryview for short lists of field types and indi...1c62bb4Bump actions/checkout from 6 to 7 (#673)Updates
geopandasfrom 1.1.3 to 1.1.4Release notes
Sourced from geopandas's releases.
Changelog
Sourced from geopandas's changelog.
Commits
91ec4afRLS: v1.1.4b5d685fDOC: add changelog for 1.1.4158d993BUG: further to_postgis hardening (#3800)ce95930BUG: honor legend_kwds["labels"] for categorical and boolean columns in explo...22bf845BUG: overlay with empty input handles keep geom dtype gracefully (#3745)866a7f0BUG: ensure that points from random sampling are not sorted (#3773)76b16caDOC: update Code of Conduct reporting form link (#3794)3a04a5cswitch to NumFOCUS Code of Conduct (#3671)6fedb19BLD: setuptools 77+ required for PEP 639 support (#3746)Updates
pandasfrom 3.0.3 to 3.0.4Release notes
Sourced from pandas's releases.
Commits
8188eb1RLS: 3.0.4 (#66079)bd35f15[3.0.x] BUG: fix CoW issue in eval() (#66072)6195872[backport 3.0.x] BUG: anchor whole alternation in Series.str.match for PyArro...70313beBackport PR #66051 on branch 3.0.x (BUG: fix regression in DataFrame setitem ...57ed3e2[backport 3.0.x] Bump pypa/cibuildwheel from 3.4.1 to 4.1.0 (#65934) (#66026)f9693fc[backport 3.0.x] BUG(pandas 3.0 regression): drop(index=...) doesn't accept N...9760fff[backport 3.0.x] BUG: support for operations with custom objects / object dty...f03f3ab[backport 3.0.x] ENH: fallback to zoneinfo Python API (for correct tz localiz...774a50dBackport PR #65066 on branch 3.0.x (BUG: escape SQL identifiers in ADBCDataba...15494e8[3.0.x] BUG: fix segfault adding non-tick DateOffset to datetime data under t...Updates
obstorefrom 0.10.1 to 0.11.0Commits
Updates
rufffrom 0.15.18 to 0.15.20Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
f82a36bBump 0.15.20 (#26376)af32943Improve the summarise-ecosystem-results skill (#26378)485ebabRemoveRUF076name from schema (#26371)ef81835[ty] Implement rust-analyzer's "Click for full compiler diagnostic" feature (...572b31e[ruff] Removepytest-fixture-autouse(RUF076) (#26240)f703f21Allow human-readable names in rule selectors (#25887)0d726b2[ty] Reuse equality semantics for membership compatibility (#25955)dbe6e98[ty] Infer definite equality comparison results (#26337)e700ea3[ty] Prove TypedDict structural patterns exhaustive (#26285)6a0d2ec[ty] Widen inferred class-valued instance attributes (#26338)Updates
types-geopandasfrom 1.1.3.20260518 to 1.1.4.20260628Commits
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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions