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

chore(deps): bump botocore from 1.34.105 to 1.34.109 #4037

Merged
merged 1 commit into from
May 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps botocore from 1.34.105 to 1.34.109.

Changelog

Sourced from botocore's changelog.

1.34.109

  • api-change:bedrock-agent: This release adds support for using Guardrails with Bedrock Agents.
  • api-change:bedrock-agent-runtime: This release adds support for using Guardrails with Bedrock Agents.
  • api-change:controltower: Added ListControlOperations API and filtering support for ListEnabledControls API. Updates also includes added metadata for enabled controls and control operations.
  • api-change:osis: Add support for creating an OpenSearch Ingestion pipeline that is attached to a provided VPC. Add information about the destinations of an OpenSearch Ingestion pipeline to the GetPipeline and ListPipelines APIs.
  • api-change:rds: This release adds support for EngineLifecycleSupport on DBInstances, DBClusters, and GlobalClusters.
  • api-change:secretsmanager: add v2 smoke tests and smithy smokeTests trait for SDK testing

1.34.108

  • api-change:application-autoscaling: add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:codebuild: Aws CodeBuild now supports 36 hours build timeout
  • api-change:elbv2: This release adds dualstack-without-public-ipv4 IP address type for ALB.
  • api-change:lakeformation: Introduces a new API, GetDataLakePrincipal, that returns the identity of the invoking principal
  • api-change:transfer: Enable use of CloudFormation traits in Smithy model to improve generated CloudFormation schema from the Smithy API model.

1.34.107

  • api-change:acm-pca: This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions
  • api-change:connect: Adding Contact Flow metrics to the GetMetricDataV2 API
  • api-change:kafka: AWS MSK support for Broker Removal.
  • api-change:mwaa: Amazon MWAA now supports Airflow web server auto scaling to automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow User Interface (UI) users. Customers can specify maximum and minimum web server instances during environment creation and update workflow.
  • api-change:quicksight: This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK).
  • api-change:sagemaker: Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam.
  • api-change:secretsmanager: Documentation updates for AWS Secrets Manager
  • bugfix:retries: Fix backoff calculation for truncated binary exponential backoff ([#3178](https://github.com/boto/botocore/issues/3178) <https://github.com/boto/botocore/issues/3178>__)

1.34.106

  • api-change:bedrock-agent-runtime: Updating Bedrock Knowledge Base Metadata & Filters feature with two new filters listContains and stringContains
  • api-change:codebuild: CodeBuild Reserved Capacity VPC Support
  • api-change:datasync: Task executions now display a CANCELLING status when an execution is in the process of being cancelled.
  • api-change:grafana: This release adds new ServiceAccount and ServiceAccountToken APIs.
  • api-change:medical-imaging: Added support for importing medical imaging data from Amazon S3 buckets across accounts and regions.
  • api-change:securityhub: Documentation-only update for AWS Security Hub
Commits
  • 7b30c16 Merge branch 'release-1.34.109'
  • 897d722 Bumping version to 1.34.109
  • 431e432 Update to latest models
  • 9cd01dc Merge pull request #3182 from boto/dependabot/github_actions/codecov/codecov-...
  • 7dea82b Merge pull request #3181 from boto/dependabot/github_actions/github/codeql-ac...
  • 2b017a8 Bump codecov/codecov-action from 4.3.0 to 4.4.0
  • 40a880b Bump github/codeql-action from 2.13.4 to 3.25.5
  • 53215f0 Merge branch 'release-1.34.108'
  • 293c016 Merge branch 'release-1.34.108' into develop
  • 69e3a9c Bumping version to 1.34.108
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested review from a team as code owners May 20, 2024 22:15
@dependabot dependabot bot added dependencies Dependabot Updates pip Dependabot Updates Python labels May 20, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/master/botocore-1.34.109 branch 7 times, most recently from f8908b4 to b09bf0e Compare May 21, 2024 12:48
updated-dependencies:
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/master/botocore-1.34.109 branch from b09bf0e to 39730bb Compare May 21, 2024 13:42
@sergargar sergargar merged commit 248c7c5 into master May 21, 2024
9 checks passed
@sergargar sergargar deleted the dependabot/pip/master/botocore-1.34.109 branch May 21, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependabot Updates pip Dependabot Updates Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant