chore(deps): bump the all-dependencies group across 1 directory with 5 updates#1152
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
…5 updates Bumps the all-dependencies group with 5 updates in the /python/agents/customer-service directory: | Package | From | To | | --- | --- | --- | | [google-adk](https://github.com/google/adk-python) | `1.23.0` | `1.25.1` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.12.0` | `2.13.1` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.4` | `4.0.5` | | [agent-starter-pack](https://github.com/GoogleCloudPlatform/agent-starter-pack) | `0.31.7` | `0.38.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.14` | `0.15.2` | Updates `google-adk` from 1.23.0 to 1.25.1 - [Release notes](https://github.com/google/adk-python/releases) - [Changelog](https://github.com/google/adk-python/blob/main/CHANGELOG.md) - [Commits](google/adk-python@v1.23.0...v1.25.1) Updates `pydantic-settings` from 2.12.0 to 2.13.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.12.0...v2.13.1) Updates `pylint` from 4.0.4 to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.4...v4.0.5) Updates `agent-starter-pack` from 0.31.7 to 0.38.0 - [Release notes](https://github.com/GoogleCloudPlatform/agent-starter-pack/releases) - [Commits](GoogleCloudPlatform/agent-starter-pack@v0.31.7...v0.38.0) Updates `ruff` from 0.14.14 to 0.15.2 - [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.14.14...0.15.2) --- updated-dependencies: - dependency-name: google-adk dependency-version: 1.25.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pydantic-settings dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: agent-starter-pack dependency-version: 0.38.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: ruff dependency-version: 0.15.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2bb5714 to
4ece34b
Compare
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 all-dependencies group with 5 updates in the /python/agents/customer-service directory:
1.23.01.25.12.12.02.13.14.0.44.0.50.31.70.38.00.14.140.15.2Updates
google-adkfrom 1.23.0 to 1.25.1Release notes
Sourced from google-adk's releases.
... (truncated)
Changelog
Sourced from google-adk's changelog.
... (truncated)
Commits
7a6b62dchore(version): Bump version and update changelog for 1.25.13a1d459fix: Fix pickling lock errors in McpSessionManager8cd22fbchore(version): Bump version and update changelog for 1.25.0079f7a3fix: Support escaped curly braces in instruction templates34da2d5feat: enable dependency injection for agent loader in FastAPI app genbcbfebafeat: pass trace context in MCP tool call's _meta field with Otel propagator9dccd6afeat(conformance): read report's version info from the server38b4869chore(ci): migrate release pipeline from release-please App to GitHub Actions657acfadocs: Add PostgreSQL session storage sample and documentation61c329fci: match the environment with internal ones for pyink/isort/unittestUpdates
pydantic-settingsfrom 2.12.0 to 2.13.1Release notes
Sourced from pydantic-settings's releases.
Commits
e87d12dv2.13.1 (#790)acf8c14Fix JSON decoding for parameterized PEP 695 type aliases (#780)58b236aFix AttributeError with nested env vars for dict fields (#785) (#786)4933f06Fix CLI parsing error for set field types since 2.13.0 (#787) (#788)bd0ebe6Fix RecursionError with self-referential models in CliApp (#783)eb7840eFix regression for bool fields since 2.13.0 (#784)198e71cPrepare release 2.13.0 (#777)de71e84Add nested path support for yaml_config_section (fixes #772) (#773)0f8f951CLI Union Discriminator Choices in Help (#764)ce9804cCLI coerce numeric types. (#769)Updates
pylintfrom 4.0.4 to 4.0.5Commits
88e1ab7Bump pylint to 4.0.5, update changelog (#10860)d96d489[Backport maintenance/4.0.x] Relax isort version constraint to allow isort 8 ...0b08ccbFix dynamic color mapping for "fail-on" messages when using multiple reporter...154dba4[Backport maintenance/4.0.x] Fix FP forinvalid-namewithtyping.Finalon...7b73bfdDisable unspecified-encoding for py-version above Python 3.15 (#10800)4cc98be[Backport maintenance/4.0.x] Fix setting options for import order checker (#1...f0d30a2Sync astroid version with requirements file again38bdf02[Backport maintenance/4.0.x] Fixlogging-unsupported-formatwhen logging ...f08c33a[Backport maintenance/4.0.x] Properly detectself.fail()as a terminating...Updates
agent-starter-packfrom 0.31.7 to 0.38.0Release notes
Sourced from agent-starter-pack's releases.
... (truncated)
Commits
a107bc9chore: release v0.38.0 (#831)a202a6cRefactor Github Action per b/485167538 (#829)671a8f2refactor: slim down Python guidance template (#830)dab55e8fix: improve enhance command with bug fixes and UX improvements (#828)7860876fix: use gemini-3-flash-preview as eval judge model with numSamples=1 (#820)8d80885build(deps): bump fast-xml-parser (#818)82594b0chore: bump version to 0.37.0 (#807)99cb74cChange project version to 0.36.0 (#806)5cf4473feat: optimize data processing containers and sync with pyproject.toml (#805)accdeaafix: mock Vertex AI Search/Vector Search in agentic_rag integration tests (#804)Updates
rufffrom 0.14.14 to 0.15.2Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
9d18ee9Hard code workflow name andcancel-in-progressonly for PRs (#23431)7cc15f0Bump 0.15.2 (#23430)d1b5443Add extension mapping to configuration file options (#23384)222574aExpand the default rule set (#23385)1465b5d[flake8-async] Fixin_async_contextlogic (#23426)410902f[pyupgrade] Fix handling oftyping.{io,re}(UP035) (#23131)729610a[ty] Fall back to ambiguous for large control flow graphs (#23399)1425c18[ty] Add code folding support97acaae[ty] Fix stack overflow for self-referentialTypeOfin annotations (#23407)1f380c8[ty] Update testsreveal_typeandNever(#23418)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