build(deps): bump the minor-updates group across 1 directory with 7 updates#98
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
build(deps): bump the minor-updates group across 1 directory with 7 updates#98dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
…pdates Bumps the minor-updates group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.42.73` | `1.42.78` | | [strands-agents](https://github.com/strands-agents/sdk-python) | `1.32.0` | `1.33.0` | | [anyio](https://github.com/agronholm/anyio) | `4.12.1` | `4.13.0` | | [botocore](https://github.com/boto/botocore) | `1.42.73` | `1.42.78` | | [cryptography](https://github.com/pyca/cryptography) | `46.0.5` | `46.0.6` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `8.7.1` | `8.9.0` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.41.5` | `2.44.0` | Updates `boto3` from 1.42.73 to 1.42.78 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.42.73...1.42.78) Updates `strands-agents` from 1.32.0 to 1.33.0 - [Release notes](https://github.com/strands-agents/sdk-python/releases) - [Commits](strands-agents/sdk-python@v1.32.0...v1.33.0) Updates `anyio` from 4.12.1 to 4.13.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](agronholm/anyio@4.12.1...4.13.0) Updates `botocore` from 1.42.73 to 1.42.78 - [Commits](boto/botocore@1.42.73...1.42.78) Updates `cryptography` from 46.0.5 to 46.0.6 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.5...46.0.6) Updates `importlib-metadata` from 8.7.1 to 8.9.0 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](python/importlib_metadata@v8.7.1...v8.9.0) Updates `pydantic-core` from 2.41.5 to 2.44.0 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/commits) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.78 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: strands-agents dependency-version: 1.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: anyio dependency-version: 4.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: botocore dependency-version: 1.42.78 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: importlib-metadata dependency-version: 8.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: pydantic-core dependency-version: 2.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
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-updates group with 7 updates in the / directory:
1.42.731.42.781.32.01.33.04.12.14.13.01.42.731.42.7846.0.546.0.68.7.18.9.02.41.52.44.0Updates
boto3from 1.42.73 to 1.42.78Commits
b5acf8bMerge branch 'release-1.42.78'1da17a5Bumping version to 1.42.78e298b64Add changelog entries from botocore48369eaMerge branch 'release-1.42.77'8c30411Merge branch 'release-1.42.77' into develop4398c8eBumping version to 1.42.777c449e2Add changelog entries from botocoreee6c3e4Merge branch 'release-1.42.76'a5ad9c3Merge branch 'release-1.42.76' into develop1abf640Bumping version to 1.42.76Updates
strands-agentsfrom 1.32.0 to 1.33.0Release notes
Sourced from strands-agents's releases.
Commits
0a723bcfix: CRITICAL: Hard pinlitellm<=1.82.6to mitigate supply chain attack (#1...fd8168afix: remove agent from swarm test to get more consistency out of it (#1946)80fdd94fix: summarization conversation manager sometimes returns empty response (#1947)Updates
anyiofrom 4.12.1 to 4.13.0Release notes
Sourced from anyio's releases.
Commits
afbe93cBumped up the version33bdf2eRearranged the changelog entries19e09e2Fixed inverted condition in _forcibly_shutdown_process_pool_on_exit (#1074)9369d80Fixed Condition.wait() not handing over notification when cancelled6f122abFixed cancellation exceptions leaking from aCancelScopeon asyncio when th...beaa45a[pre-commit.ci] pre-commit autoupdate (#1097)602f660Widened type annotations to accept IO[bytes] in file streamsb5dcd45Added note about erasing the templated68670b[pre-commit.ci] pre-commit autoupdate (#1090)fc17a22tweak to_thread docs about abandon_on_cancel (#1088)Updates
botocorefrom 1.42.73 to 1.42.78Commits
08282cdMerge branch 'release-1.42.78'059d997Bumping version to 1.42.789e1c511Update to latest modelsa42e6cfMerge branch 'release-1.42.77'ea561b3Merge branch 'release-1.42.77' into develop7906a34Bumping version to 1.42.777f9c3cdUpdate endpoints model1db4cefUpdate to latest modelseded7ceMerge branch 'release-1.42.76'85f623cMerge branch 'release-1.42.76' into developUpdates
cryptographyfrom 46.0.5 to 46.0.6Changelog
Sourced from cryptography's changelog.
Commits
91d7288Cherry-pick #14542 (#14543)Updates
importlib-metadatafrom 8.7.1 to 8.9.0Changelog
Sourced from importlib-metadata's changelog.
Commits
76f03df🚡 Toil the docs.613e980Finalize349957eAdd news fragment.8c5d91bImprove performance of name normalization (#533)27169dcMove behavior description into the docstring. Remove references to intermedia...cbadafcRepeat the operation to get performance visibility.a77d0d1Add performance test for Prepared.normalize.1b0be12Use parameterize fixture for parameterized tests.1738b20Merge branch 'backport-cpython-140141' into maint/8.x164e666Merge branch 'backport-cpython-110937' into maint/8.xUpdates
pydantic-corefrom 2.41.5 to 2.44.0Commits
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