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 all-dependencies group with 3 updates #3230

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2023

Bumps the all-dependencies group with 3 updates: rich, ddtrace and botocore.

Updates rich from 13.6.0 to 13.7.0

Release notes

Sourced from rich's releases.

The "It's a wrap" release

[13.7.0] - 2023-11-15

Added

Fixed

  • Some text goes missing during wrapping when it contains double width characters Textualize/rich#3176
  • Ensure font is correctly inherited in exported HTML Textualize/rich#3104
  • Fixed typing for FloatPrompt.
Changelog

Sourced from rich's changelog.

[13.7.0] - 2023-11-15

Added

Fixed

  • Some text goes missing during wrapping when it contains double width characters Textualize/rich#3176
  • Ensure font is correctly inherited in exported HTML Textualize/rich#3104
  • Fixed typing for FloatPrompt.
Commits

Updates ddtrace from 2.1.6 to 2.1.7

Release notes

Sourced from ddtrace's releases.

2.1.7

Bug Fixes

  • Vulnerability Management for Code-level (IAST): This fix addresses AST patching issues where custom functions or methods could be replaced by aspects with differing argument numbers, causing runtime errors as a result. Furthermore, it addresses a case during patching where the module is inadvertently passed as the first argument to the aspect.
Commits

Updates botocore from 1.31.84 to 1.32.0

Changelog

Sourced from botocore's changelog.

1.32.0

  • feature:ContainerProvider: Added Support for EKS container credentials
  • api-change:backup: AWS Backup - Features: Provide Job Summary for your backup activity.
  • api-change:cleanrooms: This feature provides the ability for the collaboration creator to configure either the member who can run queries or a different member in the collaboration to be billed for query compute costs.
  • api-change:connect: Introducing SegmentAttributes parameter for StartChatContact API
  • api-change:glue: Introduces new storage optimization APIs to support automatic compaction of Apache Iceberg tables.
  • api-change:iot: This release introduces new attributes in API CreateSecurityProfile, UpdateSecurityProfile and DescribeSecurityProfile to support management of Metrics Export for AWS IoT Device Defender Detect.
  • api-change:lambda: Add Python 3.12 (python3.12) support to AWS Lambda
  • api-change:mediatailor: Removed unnecessary default values.
  • api-change:pipes: Added support (via new LogConfiguration field in CreatePipe and UpdatePipe APIs) for logging to Amazon CloudWatch Logs, Amazon Simple Storage Service (Amazon S3), and Amazon Kinesis Data Firehose
  • api-change:resource-explorer-2: Resource Explorer supports multi-account search. You can now use Resource Explorer to search and discover resources across AWS accounts within your organization or organizational unit.
  • api-change:sagemaker: This release makes Model Registry Inference Specification fields as not required.
  • api-change:signer: Documentation updates for AWS Signer
  • api-change:stepfunctions: Update stepfunctions client to latest version
  • api-change:endpoint-rules: Update endpoint-rules client to latest version

1.31.85

  • enhancement:AWSCRT: Update awscrt version to 0.19.12
  • api-change:dataexchange: Removed Required trait for DataSet.OriginDetails.ProductId.
  • api-change:dms: Added new Db2 LUW Target endpoint with related endpoint settings. New executeTimeout endpoint setting for mysql endpoint. New ReplicationDeprovisionTime field for serverless describe-replications.
  • api-change:ec2: Adds the new EC2 DescribeInstanceTopology API, which you can use to retrieve the network topology of your running instances on select platform types to determine their relative proximity to each other.
  • api-change:ecs: Adds a Client Token parameter to the ECS RunTask API. The Client Token parameter allows for idempotent RunTask requests.
  • api-change:emr: Update emr client to latest version
  • api-change:servicecatalog-appregistry: When the customer associates a resource collection to their application with this new feature, then a new application tag will be applied to all supported resources that are part of that collection. This allows customers to more easily find the application that is associated with those resources.
  • api-change:endpoint-rules: Update endpoint-rules client to latest version
Commits
  • 5f97c41 Merge branch 'release-1.32.0'
  • 25b6318 Bumping version to 1.32.0
  • 73f71c8 Update to latest partitions and endpoints
  • 4ee1591 Update to latest models
  • 54a09c7 Feature eks credentials (#3044)
  • 84b36af Merge branch 'release-1.31.85'
  • 4c20275 Merge branch 'release-1.31.85' into develop
  • e307d8c Bumping version to 1.31.85
  • 1f492f7 Update to latest partitions and endpoints
  • 3ee0568 Update to latest models
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
ddtrace [< 1.5, > 1.4.1]

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 all-dependencies group with 3 updates: [rich](https://github.com/Textualize/rich), [ddtrace](https://github.com/DataDog/dd-trace-py) and [botocore](https://github.com/boto/botocore).


Updates `rich` from 13.6.0 to 13.7.0
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.6.0...v13.7.0)

Updates `ddtrace` from 2.1.6 to 2.1.7
- [Release notes](https://github.com/DataDog/dd-trace-py/releases)
- [Changelog](https://github.com/DataDog/dd-trace-py/blob/2.x/CHANGELOG.md)
- [Commits](DataDog/dd-trace-py@v2.1.6...v2.1.7)

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

---
updated-dependencies:
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: ddtrace
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: botocore
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 15, 2023
Copy link

codspeed-hq bot commented Nov 15, 2023

CodSpeed Performance Report

Merging #3230 will not alter performance

Comparing dependabot/pip/all-dependencies-aa246fb111 (2c530c4) with main (fb66958)

Summary

✅ 12 untouched benchmarks

Copy link

codecov bot commented Nov 15, 2023

Codecov Report

Merging #3230 (2c530c4) into main (fb66958) will decrease coverage by 54.08%.
The diff coverage is n/a.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #3230       +/-   ##
===========================================
- Coverage   96.60%   42.53%   -54.08%     
===========================================
  Files         481      473        -8     
  Lines       29928    29548      -380     
  Branches     3691     3656       -35     
===========================================
- Hits        28912    12568    -16344     
- Misses        832    16635    +15803     
- Partials      184      345      +161     

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 16, 2023

Superseded by #3232.

@dependabot dependabot bot closed this Nov 16, 2023
@dependabot dependabot bot deleted the dependabot/pip/all-dependencies-aa246fb111 branch November 16, 2023 18:22
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants