Bump the python-packages group with 7 updates#563
Merged
Conversation
Bumps the python-packages group with 7 updates: | Package | From | To | | --- | --- | --- | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.47` | `2.0.48` | | [geoalchemy2](https://github.com/geoalchemy/geoalchemy2) | `0.18.3` | `0.18.4` | | [botocore](https://github.com/boto/botocore) | `1.42.59` | `1.42.63` | | [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.48.0` | `2.49.0` | | [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.190.0` | `2.192.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.4` | `0.15.5` | | [black](https://github.com/psf/black) | `26.1.0` | `26.3.0` | Updates `sqlalchemy` from 2.0.47 to 2.0.48 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `geoalchemy2` from 0.18.3 to 0.18.4 - [Release notes](https://github.com/geoalchemy/geoalchemy2/releases) - [Changelog](https://github.com/geoalchemy/geoalchemy2/blob/main/CHANGES.txt) - [Commits](geoalchemy/geoalchemy2@0.18.3...0.18.4) Updates `botocore` from 1.42.59 to 1.42.63 - [Commits](boto/botocore@1.42.59...1.42.63) Updates `google-auth` from 2.48.0 to 2.49.0 - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-python/commits) Updates `google-api-python-client` from 2.190.0 to 2.192.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](googleapis/google-api-python-client@v2.190.0...v2.192.0) Updates `ruff` from 0.15.4 to 0.15.5 - [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.4...0.15.5) Updates `black` from 26.1.0 to 26.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@26.1.0...26.3.0) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.48 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: geoalchemy2 dependency-version: 0.18.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: botocore dependency-version: 1.42.63 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: google-auth dependency-version: 2.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: google-api-python-client dependency-version: 2.192.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: black dependency-version: 26.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
neilmb
approved these changes
Mar 9, 2026
Contributor
neilmb
left a comment
There was a problem hiding this comment.
tests pass and reasonable version changes
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 python-packages group with 7 updates:
2.0.472.0.480.18.30.18.41.42.591.42.632.48.02.49.02.190.02.192.00.15.40.15.526.1.026.3.0Updates
sqlalchemyfrom 2.0.47 to 2.0.48Release notes
Sourced from sqlalchemy's releases.
Commits
Updates
geoalchemy2from 0.18.3 to 0.18.4Release notes
Sourced from geoalchemy2's releases.
Changelog
Sourced from geoalchemy2's changelog.
Commits
beb96c3Release: 0.18.4 (#591)6266c25CI: Move to the official Coveralls action (#592)f402f63CI: Make Coveralls optional since the service is down at the moment (#590)36ebd0fFix: fix setuptools deprecation warning (#589)f11a1daFix: Fix shapely import (#588)Updates
botocorefrom 1.42.59 to 1.42.63Commits
053383cMerge branch 'release-1.42.63'e4c22a1Bumping version to 1.42.635ba4982Update endpoints model684f32cUpdate to latest models9ae78f1Merge pull request #3645 from kdaily/lint-connecthealth-removal-handleree748e4Fix formatting in handlers.pyd66a4ceMerge branch 'release-1.42.62'19d2473Merge branch 'release-1.42.62' into develop1f57f9eBumping version to 1.42.62fe37883Update endpoints modelUpdates
google-authfrom 2.48.0 to 2.49.0Release notes
Sourced from google-auth's releases.
Changelog
Sourced from google-auth's changelog.
Commits
Updates
google-api-python-clientfrom 2.190.0 to 2.192.0Release notes
Sourced from google-api-python-client's releases.
... (truncated)
Commits
2202873chore(main): release 2.192.0 (#2726)45a3385chore: Update discovery artifacts (#2725)f43155cchore(main): release 2.191.0 (#2721)c62a278chore: Update discovery artifacts (#2722)a0e5cc5chore: Update discovery artifacts (#2720)Updates
rufffrom 0.15.4 to 0.15.5Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
5e4a3d9Bump 0.15.5 (#23743)69c23cc[ty] Render all changed diagnostics in conformance.py (#23613)4926bd5[ty] Split deferred checks out oftypes/infer/builder.rs(#23740)9a70f5eDiscover markdown files by default in preview mode (#23434)3dc78b0[ty] UseHasOptionalDefinitionforexcepthandlers (#23739)a6a5e8d[ty] Fix precedence ofallselector in TOML configurations (#23723)2a5384b[ty] Makeallselector case sensitive (#23713)db77d7b[ty] Add a diagnostic if aTypeVaris used to specialize aParamSpec, or ...db28490[ty] Override home directory in ty tests (#23724)5f0fd91[ty] More type-variable default validation (#23639)Updates
blackfrom 26.1.0 to 26.3.0Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
35ea679Prepare release 26.3.0 (#5032)4d81750Remove gallery/ (#5030)0a2560bHarden Black action version parsing (#5031)deab5d6Revert "Bump hatch from 1.15.1 to 1.16.4" (#5028)2beece7Bump hatch from 1.15.1 to 1.16.4 (#5020)d764c0bBump actions/upload-artifact from 6.0.0 to 7.0.0 (#5024)f5be8e0Bump actions/download-artifact from 7.0.0 to 8.0.0 (#5019)8b9d3e3add winloop support and remove deprecated functionality from uvloop (#4996)457320a[pre-commit.ci] pre-commit autoupdate (#5018)4da809eDo not encourage the use of an obsolete GitHub Actions (#5016)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