Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group with 2 updates #881

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps the dependencies group with 2 updates: boto3 and botocore.

Updates boto3 from 1.35.25 to 1.35.29

Commits
  • f1cff14 Merge branch 'release-1.35.29'
  • b84190a Bumping version to 1.35.29
  • 03ce91f Add changelog entries from botocore
  • 8307fac Merge branch 'release-1.35.28'
  • 485d673 Merge branch 'release-1.35.28' into develop
  • 4709d04 Bumping version to 1.35.28
  • 02fc8c8 Add changelog entries from botocore
  • ddc499b Merge pull request #4264 from ashishdhingra/user/ashdhin/IssueTemplateRegress...
  • 7b8a011 chore: Modified bug issue template to add checkbox to report potential regres...
  • 5dc18b0 Merge branch 'release-1.35.27'
  • Additional commits viewable in compare view

Updates botocore from 1.35.25 to 1.35.29

Changelog

Sourced from botocore's changelog.

1.35.29

  • api-change:customer-profiles: Introduces optional RoleArn parameter for PutIntegration request and includes RoleArn in the response of PutIntegration, GetIntegration and ListIntegrations
  • api-change:quicksight: Adding personalization in QuickSight data stories. Admins can enable or disable personalization through QuickSight settings.
  • api-change:securityhub: Documentation updates for AWS Security Hub
  • api-change:sesv2: This release adds support for engagement tracking over Https using custom domains.

1.35.28

  • api-change:chatbot: Return State and StateReason fields for Chatbot Channel Configurations.
  • api-change:lambda: Reverting Lambda resource-based policy and block public access APIs.
  • api-change:organizations: Add support for policy operations on the CHATBOT_POLICY policy type.
  • api-change:pcs: AWS PCS API documentation - Edited the description of the iamInstanceProfileArn parameter of the CreateComputeNodeGroup and UpdateComputeNodeGroup actions; edited the description of the SlurmCustomSetting data type to list the supported parameters for clusters and compute node groups.
  • api-change:rds-data: Documentation update for RDS Data API to reflect support for Aurora MySQL Serverless v2 and Provisioned DB clusters.
  • api-change:sagemaker: Adding TagPropagation attribute to Sagemaker API

1.35.27

  • api-change:cloudtrail: Doc-only update for CloudTrail network activity events release (in preview)
  • api-change:ec2: Updates to documentation for the transit gateway security group referencing feature.
  • api-change:fsx: Doc-only update to address Lustre S3 hard-coded names.
  • api-change:worklink: The worklink client has been removed following the deprecation of the service.

1.35.26

  • api-change:bedrock: Add support for Cross Region Inference in Bedrock Model Evaluations.
  • api-change:budgets: Releasing minor partitional endpoint updates
  • api-change:kinesis: This release includes support to add tags when creating a stream
  • api-change:pinpoint-sms-voice-v2: AWS End User Messaging SMS-Voice V2 has added support for resource policies. Use the three new APIs to create, view, edit, and delete resource policies.
  • api-change:sagemaker: Adding HiddenInstanceTypes and HiddenSageMakerImageVersionAliases attribute to SageMaker API
Commits
  • 892c64b Merge branch 'release-1.35.29'
  • 7c6966c Bumping version to 1.35.29
  • 61e47ca Update endpoints model
  • 41c8c54 Update to latest models
  • 69b94ee Merge branch 'release-1.35.28'
  • e811910 Merge branch 'release-1.35.28' into develop
  • 51e5f1c Bumping version to 1.35.28
  • 845c85c Update endpoints model
  • 27088b2 Update to latest models
  • f54eb24 Merge pull request #3250 from ashishdhingra/user/ashdhin/IssueTemplateRegress...
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the dependencies group with 2 updates: [boto3](https://github.com/boto/boto3) and [botocore](https://github.com/boto/botocore).


Updates `boto3` from 1.35.25 to 1.35.29
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.25...1.35.29)

Updates `botocore` from 1.35.25 to 1.35.29
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.35.25...1.35.29)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 30, 2024
@jku jku merged commit f1b1939 into main Oct 1, 2024
17 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dependencies-2ba31f2a4a branch October 1, 2024 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant