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

Lock file maintenance Python dependencies #749

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
boto3 integration patch ^1.35.43 -> ^1.35.47 age adoption passing confidence
boto3 dependencies patch ^1.35.43 -> ^1.35.47 age adoption passing confidence
coverage unit patch ^7.6.3 -> ^7.6.4 age adoption passing confidence
cryptography (changelog) dependencies patch ^43.0.1 -> ^43.0.3 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

boto/boto3 (boto3)

v1.35.47

Compare Source

=======

  • api-change:bedrock: [botocore] Doc updates for supporting converse
  • api-change:connect: [botocore] Amazon Connect Service Feature: Add support to start screen sharing for a web calling contact.
  • api-change:ec2: [botocore] Amazon EC2 X8g, C8g and M8g instances are powered by AWS Graviton4 processors. X8g provide the lowest cost per GiB of memory among Graviton4 instances. C8g provide the best price performance for compute-intensive workloads. M8g provide the best price performance in for general purpose workloads.
  • api-change:mwaa: [botocore] Introducing InvokeRestApi which allows users to invoke the Apache Airflow REST API on the webserver with the specified inputs.
  • api-change:payment-cryptography: [botocore] Add support for ECC P-256 and P-384 Keys.
  • api-change:payment-cryptography-data: [botocore] Add ECDH support on PIN operations.
  • bugfix:s3: [botocore] Fix S3 200 Error handling to address bugs introduced in payload operations.

v1.35.46

Compare Source

=======

  • api-change:bedrock-runtime: [botocore] Updating invoke regex to support imported models for converse API
  • api-change:imagebuilder: [botocore] Add macOS platform and instance placement options
  • api-change:m2: [botocore] Add AuthSecretsManagerArn optional parameter to batch job APIs, expand batch parameter limits, and introduce clientToken constraints.
  • api-change:rds: [botocore] Global clusters now expose the Endpoint attribute as one of its fields. It is a Read/Write endpoint for the global cluster which resolves to the Global Cluster writer instance.
  • api-change:repostspace: [botocore] Adds the BatchAddRole and BatchRemoveRole APIs.
  • api-change:timestream-query: [botocore] This release adds support for Query Insights, a feature that provides details of query execution, enabling users to identify areas for improvement to optimize their queries, resulting in improved query performance and lower query costs.
  • bugfix:s3: [botocore] Fixed SelectObjectContent regression from #&#8203;3284 <https://github.com/boto/botocore/issues/3284>__.

v1.35.45

Compare Source

=======

  • api-change:application-insights: [botocore] This feature enables customers to specify SNS Topic ARN. CloudWatch Application Insights (CWAI) will utilize this ARN to send problem notifications.
  • api-change:autoscaling: [botocore] Adds support for removing the PlacementGroup setting on an Auto Scaling Group through the UpdateAutoScalingGroup API.
  • api-change:bedrock-agent-runtime: [botocore] Knowledge Bases for Amazon Bedrock now supports custom prompts and model parameters in the orchestrationConfiguration of the RetrieveAndGenerate API. The modelArn field accepts Custom Models and Imported Models ARNs.
  • api-change:dms: [botocore] Added support for tagging in StartReplicationTaskAssessmentRun API and introduced IsLatestTaskAssessmentRun and ResultStatistic fields for enhanced tracking and assessment result statistics.
  • api-change:ec2: [botocore] Amazon EC2 now allows you to create network interfaces with just the EFA driver and no ENA driver by specifying the network interface type as efa-only.
  • api-change:eks: [botocore] This release adds support for Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift with EKS that enhances the resiliency of multi-AZ cluster environments
  • api-change:fms: [botocore] Update AWS WAF policy - add the option to retrofit existing web ACLs instead of creating all new web ACLs.
  • api-change:payment-cryptography-data: [botocore] Adding new API to generate authenticated scripts for EMV pin change use cases.
  • api-change:wafv2: [botocore] Add a property to WebACL to indicate whether it's been retrofitted by Firewall Manager.
  • enhancement:s3: [botocore] Handle HTTP 200 responses with error information for all supported s3 operations.

v1.35.44

Compare Source

=======

  • api-change:athena: [botocore] Removing FEDERATED from Create/List/Delete/GetDataCatalog API
  • api-change:bedrock: [botocore] Adding converse support to CMI API's
  • api-change:bedrock-runtime: [botocore] Added converse support for custom imported models
  • api-change:datazone: [botocore] Adding the following project member designations: PROJECT_CATALOG_VIEWER, PROJECT_CATALOG_CONSUMER and PROJECT_CATALOG_STEWARD in the CreateProjectMembership API and PROJECT_CATALOG_STEWARD designation in the AddPolicyGrant API.
  • api-change:ec2: [botocore] RequestSpotInstances and RequestSpotFleet feature release.
nedbat/coveragepy (coverage)

v7.6.4

Compare Source

  • fix: multi-line with statements could cause contained branches to be
    incorrectly marked as missing (issue 1880_). This is now fixed.

.. _issue 1880:https://github.com/nedbat/coveragepy/issues/18800

.. _changes_7-6-3:

pyca/cryptography (cryptography)

v43.0.3

Compare Source


Configuration

📅 Schedule: Branch creation - "after 1am and before 3am every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team, taurus-forever, dragomirp, marceloneppel and lucasgameiroborges and removed request for a team October 21, 2024 02:23
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.06%. Comparing base (7916853) to head (f1d565c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #749   +/-   ##
=======================================
  Coverage   71.06%   71.06%           
=======================================
  Files          12       12           
  Lines        3107     3107           
  Branches      474      474           
=======================================
  Hits         2208     2208           
  Misses        786      786           
  Partials      113      113           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/python-dependencies branch 3 times, most recently from 5db590c to ce904e4 Compare October 23, 2024 02:23
@renovate renovate bot force-pushed the renovate/python-dependencies branch from ce904e4 to f1d565c Compare October 24, 2024 02:20
@marceloneppel marceloneppel merged commit fb02766 into main Oct 24, 2024
99 checks passed
@marceloneppel marceloneppel deleted the renovate/python-dependencies branch October 24, 2024 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants