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 boto3 from 1.21.28 to 1.24.36 #82

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2022

Bumps boto3 from 1.21.28 to 1.24.36.

Changelog

Sourced from boto3's changelog.

1.24.36

  • api-change:account: [botocore] This release enables customers to manage the primary contact information for their AWS accounts. For more information, see https://docs.aws.amazon.com/accounts/latest/reference/API_Operations.html
  • api-change:ec2: [botocore] Added support for EC2 M1 Mac instances. For more information, please visit aws.amazon.com/mac.
  • api-change:iotdeviceadvisor: [botocore] Added new service feature (Early access only) - Long Duration Test, where customers can test the IoT device to observe how it behaves when the device is in operation for longer period.
  • api-change:medialive: [botocore] Link devices now support remote rebooting. Link devices now support maintenance windows. Maintenance windows allow a Link device to install software updates without stopping the MediaLive channel. The channel will experience a brief loss of input from the device while updates are installed.
  • api-change:rds: [botocore] This release adds the "ModifyActivityStream" API with support for audit policy state locking and unlocking.
  • api-change:transcribe: [botocore] Remove unsupported language codes for StartTranscriptionJob and update VocabularyFileUri for UpdateMedicalVocabulary

1.24.35

  • api-change:athena: [botocore] This feature allows customers to retrieve runtime statistics for completed queries
  • api-change:cloudwatch: [botocore] Update cloudwatch client to latest version
  • api-change:dms: [botocore] Documentation updates for Database Migration Service (DMS).
  • api-change:docdb: [botocore] Enable copy-on-write restore type
  • api-change:ec2-instance-connect: [botocore] This release includes a new exception type "EC2InstanceUnavailableException" for SendSSHPublicKey and SendSerialConsoleSSHPublicKey APIs.
  • api-change:frauddetector: [botocore] The release introduces Account Takeover Insights (ATI) model. The ATI model detects fraud relating to account takeover. This release also adds support for new variable types: ARE_CREDENTIALS_VALID and SESSION_ID and adds new structures to Model Version APIs.
  • api-change:iotsitewise: [botocore] Added asynchronous API to ingest bulk historical and current data into IoT SiteWise.
  • api-change:kendra: [botocore] Amazon Kendra now provides Oauth2 support for SharePoint Online. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-sharepoint.html
  • api-change:network-firewall: [botocore] Network Firewall now supports referencing dynamic IP sets from stateful rule groups, for IP sets stored in Amazon VPC prefix lists.
  • api-change:rds: [botocore] Adds support for creating an RDS Proxy for an RDS for MariaDB database.

1.24.34

  • api-change:acm-pca: [botocore] AWS Certificate Manager (ACM) Private Certificate Authority (PCA) documentation updates
  • api-change:iot: [botocore] GA release the ability to enable/disable IoT Fleet Indexing for Device Defender and Named Shadow information, and search them through IoT Fleet Indexing APIs. This includes Named Shadow Selection as a part of the UpdateIndexingConfiguration API.

1.24.33

  • api-change:devops-guru: [botocore] Added new APIs for log anomaly detection feature.
  • api-change:glue: [botocore] Documentation updates for AWS Glue Job Timeout and Autoscaling
  • api-change:sagemaker-edge: [botocore] Amazon SageMaker Edge Manager provides lightweight model deployment feature to deploy machine learning models on requested devices.
  • api-change:sagemaker: [botocore] Fixed an issue with cross account QueryLineage
  • api-change:workspaces: [botocore] Increased the character limit of the login message from 850 to 2000 characters.

1.24.32

  • api-change:discovery: [botocore] Add AWS Agentless Collector details to the GetDiscoverySummary API response
  • api-change:ec2: [botocore] Documentation updates for Amazon EC2.
  • api-change:elasticache: [botocore] Adding AutoMinorVersionUpgrade in the DescribeReplicationGroups API
  • api-change:kms: [botocore] Added support for the SM2 KeySpec in China Partition Regions

... (truncated)

Commits
  • 0ae4e87 Merge branch 'release-1.24.36'
  • 58c6677 Bumping version to 1.24.36
  • c345a99 Add changelog entries from botocore
  • de473f3 Merge branch 'release-1.24.35'
  • 58ad85e Merge branch 'release-1.24.35' into develop
  • 9037633 Bumping version to 1.24.35
  • ef66d0d Add changelog entries from botocore
  • 890bafc Merge branch 'release-1.24.34'
  • 7822068 Merge branch 'release-1.24.34' into develop
  • 84744dc Bumping version to 1.24.34
  • 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 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)

Bumps [boto3](https://github.com/boto/boto3) from 1.21.28 to 1.24.36.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.21.28...1.24.36)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 25, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2729167909

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 76.965%

Totals Coverage Status
Change from base Build 2277145715: 0.0%
Covered Lines: 218
Relevant Lines: 265

💛 - Coveralls

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2022

Superseded by #83.

@dependabot dependabot bot closed this Aug 1, 2022
@dependabot dependabot bot deleted the dependabot/pip/boto3-1.24.36 branch August 1, 2022 00:37
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.

None yet

1 participant