UNCLASSIFIED - NO CUI

Skip to content

Update all dependencies

renovate requested to merge renovate/all into development

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
boto3 ==1.26.102 -> ==1.26.105 age adoption passing confidence
pandas ==1.5.3 -> ==2.0.0 age adoption passing confidence

Release Notes

boto/boto3

v1.26.105

Compare Source

========

  • api-change:glue: [botocore] Add support for database-level federation
  • api-change:lakeformation: [botocore] Add support for database-level federation
  • api-change:license-manager: [botocore] This release adds grant override options to the CreateGrantVersion API. These options can be used to specify grant replacement behavior during grant activation.
  • api-change:mwaa: [botocore] This Amazon MWAA release adds the ability to customize the Apache Airflow environment by launching a shell script at startup. This shell script is hosted in your environment's Amazon S3 bucket. Amazon MWAA runs the script before installing requirements and initializing the Apache Airflow process.
  • api-change:servicecatalog: [botocore] This release introduces Service Catalog support for Terraform open source. It enables 1. The notify* APIs to Service Catalog. These APIs are used by the terraform engine to notify the result of the provisioning engine execution. 2. Adds a new TERRAFORM_OPEN_SOURCE product type in CreateProduct API.
  • api-change:wafv2: [botocore] For web ACLs that protect CloudFront protections, the default request body inspection size is now 16 KB, and you can use the new association configuration to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs.

v1.26.104

Compare Source

========

  • api-change:ec2: [botocore] Documentation updates for EC2 On Demand Capacity Reservations
  • api-change:internetmonitor: [botocore] This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to deliver internet measurements to Amazon S3 buckets as well as CloudWatch Logs.
  • api-change:resiliencehub: [botocore] Adding EKS related documentation for appTemplateBody
  • api-change:s3: [botocore] Documentation updates for Amazon S3
  • api-change:sagemaker-featurestore-runtime: [botocore] In this release, you can now chose between soft delete and hard delete when calling the DeleteRecord API, so you have more flexibility when it comes to managing online store data.
  • api-change:sms: [botocore] Deprecating AWS Server Migration Service.

v1.26.103

Compare Source

========

  • api-change:athena: [botocore] Make DefaultExecutorDpuSize and CoordinatorDpuSize fields optional in StartSession
  • api-change:autoscaling: [botocore] Amazon EC2 Auto Scaling now supports Elastic Load Balancing traffic sources with the AttachTrafficSources, DetachTrafficSources, and DescribeTrafficSources APIs. This release also introduces a new activity status, "WaitingForConnectionDraining", for VPC Lattice to the DescribeScalingActivities API.
  • api-change:batch: [botocore] This feature allows Batch on EKS to support configuration of Pod Labels through Metadata for Batch on EKS Jobs.
  • api-change:compute-optimizer: [botocore] This release adds support for HDD EBS volume types and io2 Block Express. We are also adding support for 61 new instance types and instances that have non consecutive runtime.
  • api-change:drs: [botocore] Adding a field to the replication configuration APIs to support the auto replicate new disks feature. We also deprecated RetryDataReplication.
  • api-change:ec2: [botocore] This release adds support for Tunnel Endpoint Lifecycle control, a new feature that provides Site-to-Site VPN customers with better visibility and control of their VPN tunnel maintenance updates.
  • api-change:emr: [botocore] Update emr client to latest version
  • api-change:glue: [botocore] This release adds support for AWS Glue Data Quality, which helps you evaluate and monitor the quality of your data and includes the API for creating, deleting, or updating data quality rulesets, runs and evaluations.
  • api-change:guardduty: [botocore] Added EKS Runtime Monitoring feature support to existing detector, finding APIs and introducing new Coverage APIs
  • api-change:imagebuilder: [botocore] Adds support for new image workflow details and image vulnerability detection.
  • api-change:ivs: [botocore] Amazon Interactive Video Service (IVS) now offers customers the ability to configure IVS channels to allow insecure RTMP ingest.
  • api-change:kendra: [botocore] AWS Kendra now supports featured results for a query.
  • api-change:network-firewall: [botocore] AWS Network Firewall added TLS inspection configurations to allow TLS traffic inspection.
  • api-change:sagemaker-geospatial: [botocore] Amazon SageMaker geospatial capabilities now supports server-side encryption with customer managed KMS key and SageMaker notebooks with a SageMaker geospatial image in a Amazon SageMaker Domain with VPC only mode.
  • api-change:vpc-lattice: [botocore] General Availability (GA) release of Amazon VPC Lattice
  • api-change:wellarchitected: [botocore] AWS Well-Architected SDK now supports getting consolidated report metrics and generating a consolidated report PDF.
pandas-dev/pandas

v2.0.0: Pandas 2.0.0

Compare Source

We are pleased to announce the release of pandas 2.0.0, a major release from the pandas 1 series. This release includes some new features, bug fixes, and performance improvements, as well as possible breaking changes. It is recommended that users with existing code upgrade to pandas 1.5.3 before they upgrade to pandas 2, and make sure their code does not generate FutureWarning or DeprecationWarning messages.

See the whatsnew for a list of all the changes.

The release will be available on conda-forge and PyPI.

The release can be installed from PyPI

python -m pip install --upgrade pandas==2.0.0

Or from conda-forge

mamba install -c conda-forge pandas==2.0.0

Please report any issues with the release candidate on the pandas issue tracker.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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

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


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

This MR has been generated by Renovate Bot.

Edited by renovate

Merge request reports