fix(deps): update all non-major dependencies #107
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.
This PR contains the following updates:
11.0.3
->11.0.6
0.5.16
->0.5.19
21.0.4
->21.0.5
18.19.120
->18.19.127
18.19.129
(+1)4.0.4
->4.0.7
1.11.0
->1.12.2
25.1.0
->25.9.0
25.1.0
->25.9.0
1.39.17
->1.40.40
1.40.45
(+4)1.39.17
->1.40.40
1.40.45
(+4)1.0.0
->1.0.9
7.9.2
->7.10.7
7.10.1
->7.10.7
1.8.15
->1.8.17
1.8.15
->1.8.17
4.48.1
->4.48.2
^0.116.0
->^0.117.0
0.118.0
0.7.1
->0.7.3
2.10.6
->2.12.4
^0.3.6
->^0.4.0
^0.3.6
->^0.4.0
3.16.0
->3.17.0
3.16.0
->3.17.0
4.11.0
->4.12.0
4.11.0
->4.12.0
0.3.26
->0.3.27
0.3.27
->0.3.30
0.3.72
->0.3.76
0.3.78
(+1)0.3.6
->0.3.8
0.3.10
(+1)0.3.28
->0.3.33
0.3.34
0.2.0
->0.2.1
3.2.1
->3.5.1
3.6.1
(+2)1.3.4
->1.5.4
3.88.1
->3.112.0
3.115.0
(+2)3.88.1
->3.112.0
3.115.0
(+2)^0.5.0
->^0.6.0
0.6.8
1.1.0
->1.2.0
22.17.1
->22.20.0
2.2.6
->2.3.3
1.24.0
->1.30.0
1.31.0
1.98.0
->1.109.1
2.3.1
->2.3.2
2.3.3
2.1.3
->2.2.1
2.11.7
->2.11.9
2.11.10
2.10.1
->2.11.0
8.4.1
->8.4.2
1.1.0
->1.2.0
3.13.5
->3.13.6
3.13.7
3.13.5-bookworm
->3.13.6-bookworm
3.13.7-bookworm
3.13.5-bookworm
->3.13.6-bookworm
3.13.7-bookworm
6.0.2
->6.0.3
1.15.0
->1.15.4
1.15.5
1.15.0
->1.15.1
0.3.0
->0.3.5
0.3.6
6.2.0
->6.4.0
v43.0.5
->v43.0.13
v43.0.14
2.32.4
->2.32.5
24.2.7
->24.2.9
~> 0.58.0
->~> 0.66.0
0.67.0
~5.8.0
->~5.9.0
5.9.3
0.18.11
->0.18.15
^0.35.0
->^0.37.0
3.5.18
->3.5.22
Release Notes
semantic-release/github (@semantic-release/github)
v11.0.6
Compare Source
Bug Fixes
v11.0.5
Compare Source
Bug Fixes
v11.0.4
Compare Source
Bug Fixes
tailwindlabs/tailwindcss-typography (@tailwindcss/typography)
v0.5.19
Compare Source
Fixed
v0.5.18
Compare Source
Fixed
v0.5.17
Compare Source
Added
prose-picture
modifier (#367)Fixed
hr
border-width value (#379)<kbd>
styles work with Tailwind CSS v4 (#387)Changed
tsconfig/bases (@tsconfig/node21)
v21.0.5
Compare Source
atlassian-api/atlassian-python-api (atlassian-python-api)
v4.0.7
: : Bugfix release notesCompare Source
What's Changed
New Contributors
Full Changelog: atlassian-api/atlassian-python-api@4.0.6...4.0.7
v4.0.6
: : Confluence, Jira Cloud and BBCompare Source
Hi!
in that path release, adjustments for Confluence, Jira Cloud and Bitbucket
Confluence: get_all_pages_from_space add workaround #1547
Bitbucket: Add AppUser enrollments for User class appears #1570
[Jira Cloud]: adjustment of jql search](
b090c2e
)Full Changelog: atlassian-api/atlassian-python-api@4.0.5...4.0.6
v4.0.5
: Confluence next step for cloud, BB and Jira bugfixesCompare Source
What's Changed
New Contributors
Full Changelog: atlassian-api/atlassian-python-api@4.0.4...4.0.5
axios/axios (axios)
v1.12.2
Compare Source
Bug Fixes
Contributors to this release
v1.12.1
Compare Source
Bug Fixes
Contributors to this release
v1.12.0
Compare Source
Bug Fixes
Features
Contributors to this release
psf/black (black)
v25.9.0
Compare Source
Highlights
await/async
as soft keywords/variable names(#4676)
Stable style
del
statement containing tuples (#4628)with
statements (#4630)
# fmt: skip
followed by a comment at the end of file (#4635)as
clause of awith
statement (#4634)with
statement (#4646)\
followed by a\r
followed by a comment (#4663)\\r\n
(#4673)await ...
(where...
is a literalEllipsis
) (#4676)(#4670)
Preview style
# fmt: skip
would stillbe formatted (#4552)
multiline_string_handling
with ternaries and dictionaries (#4657)string_processing
would not split f-strings directly afterexpressions (#4680)
in
clause of comprehensions across lines if necessary (#4699)except
andexcept*
withoutas
. (#4720)\r
style newlines to the potential newlines to normalize file newlines both fromand to (#4710)
Parser
parameter bounds and defaults. (#4602)
Performance
Integrations
psf/black
to read Black version from an additional section inpyproject.toml:
[project.dependency-groups]
(#4606)Documentation
boto/boto3 (boto3)
v1.40.40
Compare Source
=======
bedrock-agent-runtime
: [botocore
] This release enhances the information provided through Flow Traces. New information includes source/next node tracking, execution chains for complex nodes, dependency action (operation) details, and dependency traces.bedrock-data-automation
: [botocore
] Added support for configurable Speaker Labeling and Channel Labeling features for Audio modality.billing
: [botocore
] Add ability to combine custom billing views to create new consolidated views.ce
: [botocore
] Support for payer account dimension and billing view health status.connect
: [botocore
] Adds supports for manual contact picking (WorkList) operations on Routing Profiles, Agent Management and SearchContacts APIs.dynamodbstreams
: [botocore
] Added support for IPv6 compatible endpoints for DynamoDB Streams.ec2
: [botocore
] This release includes documentation updates for Amazon EBS General Purpose SSD (gp3) volumes with larger size and higher IOPS and throughput.endpoint-rules
: [botocore
] Update endpoint-rules client to latest versionredshift
: [botocore
] Support tagging and tag propagation to IAM Identity Center for Redshift Idc Applicationsv1.40.39
Compare Source
=======
glue
: [botocore
] Update GetConnection(s) API to return KmsKeyArn & Add 63 missing connection typeslightsail
: [botocore
] Attribute HTTP binding update for Get/Delete operationsnetwork-firewall
: [botocore
] Network Firewall now introduces Reject and Alert action support for stateful domain list rule groups, providing customers with more granular control over their network traffic.v1.40.38
Compare Source
=======
appstream
: [botocore
] G6f instance support for AppStream 2.0cloudwatch
: [botocore
] Fix default dualstack FIPS endpoints in AWS GovCloud(US) regionsdax
: [botocore
] This release adds support for IPv6-only, DUAL_STACK DAX instancesendpoint-rules
: [botocore
] Update endpoint-rules client to latest versionkms
: [botocore
] Documentation only updates for KMS.neptune
: [botocore
] Doc-only update to address customer use.v1.40.37
Compare Source
=======
cleanrooms
: [botocore
] Added support for running incremental ID mapping for rule-based workflows.ec2
: [botocore
] Add Amazon EC2 R8gn instance typesentityresolution
: [botocore
] Support incremental id mapping workflow for AWS Entity Resolutionssm
: [botocore
] Added Dualstack support to GetDeployablePatchSnapshotForInstancesso-admin
: [botocore
] Add support for encryption at rest with Customer Managed KMS Key in AWS IAM Identity Centersso-oidc
: [botocore
] This release includes exception definition and documentation updates.v1.40.36
Compare Source
=======
batch
: [botocore
] Starting in JAN 2026, AWS Batch will change the default AMI for new Amazon ECS compute environments from Amazon Linux 2 to Amazon Linux 2023. We recommend migrating AWS Batch Amazon ECS compute environments to Amazon Linux 2023 to maintain optimal performance and security.eks
: [botocore
] Adds support for RepairConfig overrides and configurations in EKS Managed Node Groups.imagebuilder
: [botocore
] Version ARNs are no longer required for the EC2 Image Builder list-image-build-version, list-component-build-version, and list-workflow-build-version APIs. Calling these APIs without the ARN returns all build versions for the given resource type in the requesting account.v1.40.35
Compare Source
=======
bedrock-agentcore-control
: [botocore
] Add tagging and VPC support to AgentCore Runtime, Code Interpreter, and Browser resources. Add support for configuring request headers in Runtime. Fix AgentCore Runtime shape names.config
: [botocore
] Add UNKNOWN state to RemediationExecutionState and add IN_PROGRESS/EXITED/UNKNOWN states to RemediationExecutionStepState.connect
: [botocore
] This release adds a persistent connection field to UserPhoneConfig that maintains agent's softphone media connection for faster call connections.kendra-ranking
: [botocore
] Model whitespace change - no client differencelicense-manager-user-subscriptions
: [botocore
] Added support for cross-account Active Directories.medialive
: [botocore
] Add MinBitrate for QVBR mode under H264/H265/AV1 output codec. Add GopBReference, GopNumBFrames, SubGopLength fields under H265 output codec.sms-voice
: [botocore
] Updated thesms-voice
client to the latest version. Note: this client is maintained only for backwards compatibility and should not be used for new development. We recommend using thepinpoint-sms-voice
client for full support and ongoing updates.sqs
: [botocore
] Update invalid character handling documentation for SQS SendMessage APIv1.40.34
Compare Source
=======
bedrock
: [botocore
] Release includes an increase to the maximum policy build document size, an update to DeleteAutomatedReasoningPolicyBuildWorkflow to add ResourceInUseException, and corrections to UpdateAutomatedReasoningPolicyTestCaseRequest.budgets
: [botocore
] Added BillingViewHealthStatus Exception which is thrown when a Budget is created or updated with a Billing View that is not in the HEALTHY statuschime-sdk-messaging
: [botocore
] Amazon Chime SDK Messaging GetMessagingSessionEndpoint API now returns dual-stack WebSocket endpoints supporting IPv4/IPv6.ec2
: [botocore
] Allowed AMIs adds support for four new parameters - marketplaceProductCodes, deprecationTimeConditioConfiguration
📅 Schedule: Branch creation - "before 4am" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.