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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the python group across 1 directory with 4 updates #66

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps the python group with 4 updates in the / directory: apprise, b2sdk, boto3 and google-api-python-client.

Updates apprise from 1.7.5 to 1.7.6

Release notes

Sourced from apprise's releases.

Release v1.7.6

Details

馃摚 New Notification Services:

馃挕 Features

  • Added delay= switch to aprs:// plugin (#1107)
  • RocketChat Token Support (#1060)

鉂わ笍 Life-Cycle Support

馃悰 Bugfixes

Installation

Apprise is available on PyPI through pip:

# Install Apprise v1.7.6 from PyPI
pip install apprise==1.7.6

New Contributors

Commits

Updates b2sdk from 2.0.0 to 2.1.0

Release notes

Sourced from b2sdk's releases.

2.1.0

Changed

  • Use ParallelDownloader for small files instead of SimpleDownloader to avoid blocking on I/O.

Fixed

  • Fix decode_content=True causing an error when downloading tiny and large files.
  • Prevent errors due to the use of "seekable" download strategies for seekable, but not readable files.

Added

Changelog

Sourced from b2sdk's changelog.

2.1.0 - 2024-04-15

Changed

  • Use ParallelDownloader for small files instead of SimpleDownloader to avoid blocking on I/O.

Fixed

  • Fix decode_content=True causing an error when downloading tiny and large files.
  • Prevent errors due to the use of "seekable" download strategies for seekable, but not readable files.

Added

Commits
  • 87311b9 release 2.1.0
  • 59426aa Merge pull request #490 from reef-technologies/notifications
  • 3d47ee1 feature preview of notification rules setting
  • aaf8569 add notification rules support
  • 71d01f2 add pydantic validation to tests
  • 08cd487 Merge pull request #482 from reef-technologies/use_paraller_download_for_smal...
  • 8f20340 Fix decode_content=True causing an error when downloading tiny and large en...
  • f814fdd prevent errors due to the use of seekable download strategies for seekable bu...
  • 29696c4 use parallel downloader for small files
  • See full diff in compare view

Updates boto3 from 1.34.84 to 1.34.100

Changelog

Sourced from boto3's changelog.

1.34.100

  • api-change:b2bi: [botocore] Documentation update to clarify the MappingTemplate definition.
  • api-change:budgets: [botocore] This release adds tag support for budgets and budget actions.
  • api-change:resiliencehub: [botocore] AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources.
  • api-change:route53profiles: [botocore] Doc only update for Route 53 profiles that fixes some link issues

1.34.99

  • api-change:medialive: [botocore] AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled.

1.34.98

  • api-change:bedrock-agent: [botocore] This release adds support for using Provisioned Throughput with Bedrock Agents.
  • api-change:connect: [botocore] This release adds 5 new APIs for managing attachments: StartAttachedFileUpload, CompleteAttachedFileUpload, GetAttachedFile, BatchGetAttachedFileMetadata, DeleteAttachedFile. These APIs can be used to programmatically upload and download attachments to Connect resources, like cases.
  • api-change:connectcases: [botocore] This feature supports the release of Files related items
  • api-change:datasync: [botocore] Updated guidance on using private or self-signed certificate authorities (CAs) with AWS DataSync object storage locations.
  • api-change:inspector2: [botocore] This release adds CSV format to GetCisScanReport for Inspector v2
  • api-change:sagemaker: [botocore] Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs
  • api-change:sesv2: [botocore] Adds support for specifying replacement headers per BulkEmailEntry in SendBulkEmail in SESv2.

1.34.97

  • api-change:dynamodb: [botocore] This release adds support to specify an optional, maximum OnDemandThroughput for DynamoDB tables and global secondary indexes in the CreateTable or UpdateTable APIs. You can also override the OnDemandThroughput settings by calling the ImportTable, RestoreFromPointInTime, or RestoreFromBackup APIs.
  • api-change:ec2: [botocore] This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM).
  • api-change:personalize: [botocore] This releases ability to delete users and their data, including their metadata and interactions data, from a dataset group.
  • api-change:redshift-serverless: [botocore] Update Redshift Serverless List Scheduled Actions Output Response to include Namespace Name.

1.34.96

  • api-change:bedrock-agent: [botocore] This release adds support for using MongoDB Atlas as a vector store when creating a knowledge base.
  • api-change:ec2: [botocore] Documentation updates for Amazon EC2.
  • api-change:personalize-runtime: [botocore] This release adds support for a Reason attribute for predicted items generated by User-Personalization-v2.
  • api-change:securityhub: [botocore] Updated CreateMembers API request with limits.
  • api-change:sesv2: [botocore] Fixes ListContacts and ListImportJobs APIs to use POST instead of GET.

1.34.95

  • api-change:chime-sdk-voice: [botocore] Due to changes made by the Amazon Alexa service, GetSipMediaApplicationAlexaSkillConfiguration and PutSipMediaApplicationAlexaSkillConfiguration APIs are no longer available for use. For more information, refer to the Alexa Smart Properties page.

... (truncated)

Commits
  • c7984f9 Merge branch 'release-1.34.100'
  • 00af477 Bumping version to 1.34.100
  • c50c3f4 Add changelog entries from botocore
  • 3fa5fe1 Merge pull request #4085 from boto/dependabot/github_actions/aws-github-ops/h...
  • 4897613 Merge branch 'release-1.34.99'
  • b16fefa Merge branch 'release-1.34.99' into develop
  • 1b78aed Bumping version to 1.34.99
  • c8a5b57 Add changelog entries from botocore
  • 091e529 Merge branch 'release-1.34.98'
  • 9213bfe Merge branch 'release-1.34.98' into develop
  • Additional commits viewable in compare view

Updates google-api-python-client from 2.125.0 to 2.128.0

Release notes

Sourced from google-api-python-client's releases.

v2.128.0

2.128.0 (2024-05-07)

Features

... (truncated)

Changelog

Sourced from google-api-python-client's changelog.

2.128.0 (2024-05-07)

Features

... (truncated)

Commits

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 python group with 4 updates in the / directory: [apprise](https://github.com/caronc/apprise), [b2sdk](https://github.com/Backblaze/b2-sdk-python), [boto3](https://github.com/boto/boto3) and [google-api-python-client](https://github.com/googleapis/google-api-python-client).


Updates `apprise` from 1.7.5 to 1.7.6
- [Release notes](https://github.com/caronc/apprise/releases)
- [Commits](caronc/apprise@v1.7.5...v1.7.6)

Updates `b2sdk` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/Backblaze/b2-sdk-python/releases)
- [Changelog](https://github.com/Backblaze/b2-sdk-python/blob/master/CHANGELOG.md)
- [Commits](Backblaze/b2-sdk-python@v2.0.0...v2.1.0)

Updates `boto3` from 1.34.84 to 1.34.100
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.34.84...1.34.100)

Updates `google-api-python-client` from 2.125.0 to 2.128.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Changelog](https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-api-python-client@v2.125.0...v2.128.0)

---
updated-dependencies:
- dependency-name: apprise
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: b2sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels May 8, 2024
@pumbaasdad pumbaasdad enabled auto-merge May 8, 2024 05:14
Copy link
Author

dependabot bot commented on behalf of github May 15, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 15, 2024
auto-merge was automatically disabled May 15, 2024 05:17

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/python-d06186629b branch May 15, 2024 05:17
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants