Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2025

This PR contains the following updates:

Package Change Age Confidence
anyio (changelog) ==4.9.0 -> ==4.10.0 age confidence
authlib ==1.6.1 -> ==1.6.3 age confidence
boto3 ==1.39.14 -> ==1.40.25 age confidence
botocore ==1.39.14 -> ==1.40.25 age confidence
certifi ==2025.7.14 -> ==2025.8.3 age confidence
charset-normalizer (changelog) ==3.4.2 -> ==3.4.3 age confidence
commitizen (changelog) ==4.8.3 -> ==4.8.4 age confidence
coverage ==7.10.0 -> ==7.10.6 age confidence
cryptography (changelog) ==45.0.5 -> ==45.0.7 age confidence
deptry (changelog) ==0.23.0 -> ==0.23.1 age confidence
filelock ==3.16.1 -> ==3.19.1 age confidence
fonttools ==4.59.0 -> ==4.59.2 age confidence
joblib ==1.5.1 -> ==1.5.2 age confidence
kiwisolver (changelog) ==1.4.8 -> ==1.4.9 age confidence
markdown (changelog) ==3.8.2 -> ==3.9 age confidence
marshmallow (changelog) ==4.0.0 -> ==4.0.1 age confidence
matplotlib ==3.10.3 -> ==3.10.6 age confidence
mkdocs-material (changelog) ==9.6.16 -> ==9.6.19 age confidence
mypy (changelog) ==1.17.0 -> ==1.17.1 age confidence
pandas ==2.3.1 -> ==2.3.2 age confidence
platformdirs (changelog) ==4.3.8 -> ==4.4.0 age confidence
prompt-toolkit ==3.0.51 -> ==3.0.52 age confidence
pydantic (changelog) ==2.9.2 -> ==2.11.7 age confidence
pydantic-core ==2.23.4 -> ==2.39.0 age confidence
pymdown-extensions ==10.16 -> ==10.16.1 age confidence
pytest (changelog) ==8.4.1 -> ==8.4.2 age confidence
questionary ==2.1.0 -> ==2.1.1 age confidence
requests (source, changelog) ==2.32.4 -> ==2.32.5 age confidence
ruamel-yaml ==0.18.14 -> ==0.18.15 age confidence
ruff (source, changelog) ==0.12.5 -> ==0.12.12 age confidence
safety (changelog) ==3.6.0 -> ==3.6.1 age confidence
safety-schemas ==0.0.14 -> ==0.0.15 age confidence
scipy ==1.16.0 -> ==1.16.1 age confidence
stevedore ==5.4.1 -> ==5.5.0 age confidence
termcolor (changelog) ==2.3.0 -> ==2.5.0 age confidence
typer (changelog) ==0.16.0 -> ==0.17.4 age confidence
typing-extensions (changelog) ==4.14.1 -> ==4.15.0 age confidence

Release Notes

agronholm/anyio (anyio)

v4.10.0

Compare Source

  • Added the feed_data() method to the BufferedByteReceiveStream class, allowing users to inject data directly into the buffer
  • Added various class methods to wrap existing sockets as listeners or socket streams:
    • SocketListener.from_socket()
    • SocketStream.from_socket()
    • UNIXSocketStream.from_socket()
    • UDPSocket.from_socket()
    • ConnectedUDPSocket.from_socket()
    • UNIXDatagramSocket.from_socket()
    • ConnectedUNIXDatagramSocket.from_socket()
  • Added a hierarchy of connectable stream classes for transparently connecting to various remote or local endpoints for exchanging bytes or objects
  • Added context manager mix-in classes (anyio.ContextManagerMixin and anyio.AsyncContextManagerMixin) to help write classes that embed other context managers, particularly cancel scopes or task groups (#​905; PR by @​agronholm and @​tapetersen)
  • Added the ability to specify the thread name in start_blocking_portal() (#​818; PR by @​davidbrochart)
  • Added anyio.notify_closing to allow waking anyio.wait_readable and anyio.wait_writable before closing a socket. Among other things, this prevents an OSError on the ProactorEventLoop. (#​896; PR by @​graingert)
  • Incorporated several documentation improvements from the EuroPython 2025 sprint (special thanks to the sprinters: Emmanuel Okedele, Jan Murre, Euxenia Miruna Goia and Christoffer Fjord)
  • Added a documentation page explaining why one might want to use AnyIO's APIs instead of asyncio's
  • Updated the to_interpreters module to use the public concurrent.interpreters API on Python 3.14 or later
  • Fixed anyio.Path.copy() and anyio.Path.copy_into() failing on Python 3.14.0a7
  • Fixed return annotation of __aexit__ on async context managers. CMs which can suppress exceptions should return bool, or None otherwise. (#​913; PR by @​Enegg)
  • Fixed rollover boundary check in SpooledTemporaryFile so that rollover only occurs when the buffer size exceeds max_size (#​915; PR by @​11kkw)
  • Migrated testing and documentation dependencies from extras to dependency groups
  • Fixed compatibility of anyio.to_interpreter with Python 3.14.0b2 (#​926; PR by @​hroncok)
  • Fixed SyntaxWarning on Python 3.14 about return in finally (#​816)
  • Fixed RunVar name conflicts. RunVar instances with the same name should not share storage (#​880; PR by @​vimfu)
  • Renamed the BrokenWorkerIntepreter exception to BrokenWorkerInterpreter. The old name is available as a deprecated alias. (#​938; PR by @​ayussh-verma)
  • Fixed an edge case in CapacityLimiter on asyncio where a task, waiting to acquire a limiter gets cancelled and is subsequently granted a token from the limiter, but before the cancellation is delivered, and then fails to notify the next waiting task (#​947)
authlib/authlib (authlib)

v1.6.3: Version 1.6.3

Compare Source

What's Changed

Full Changelog: authlib/authlib@v1.6.2...v1.6.3

v1.6.2: Version 1.6.2

Compare Source

What's Changed

Full Changelog: authlib/authlib@v1.6.1...v1.6.2

boto/boto3 (boto3)

v1.40.25

Compare Source

=======

  • api-change:ecs: [botocore] This is a documentation only release that adds additional information for Amazon ECS Availability Zone rebalancing.
  • api-change:pcs: [botocore] Documentation-only update to add AccountingStorageEnforce to SlurmCustomSetting.
  • api-change:sagemaker: [botocore] Release IPv6 support with dualstack in SageMaker Notebooks, Tiered Storage Checkpointing Support in SageMaker HyperPod and P5.4xlarge instance type for SageMaker Hosting.

v1.40.24

Compare Source

=======

  • api-change:cleanrooms: [botocore] Add support for configurable compute sizes for PySpark jobs.
  • api-change:cloudformation: [botocore] ListHookResults API now supports retrieving invocation results for all CloudFormation Hooks (previously limited to create change set and Cloud Control operations) with new optional parameters for filtering by Hook status and ARN.
  • api-change:ec2: [botocore] Add m8i, m8i-flex and i8ge instance types.
  • api-change:opensearchserverless: [botocore] Add support for Federal Information Processing Standards (FIPS) and Federal Risk and Authorization Management Program (FedRAMP) compliance
  • api-change:rds: [botocore] Added new EndpointNetworkType and TargetConnectionNetworkType fields in Proxy APIs to support IPv6
  • api-change:verifiedpermissions: [botocore] Amazon Verified Permissions / Features : Adds support for datetime and duration attribute values.

v1.40.23

Compare Source

=======

  • api-change:cleanrooms: [botocore] Added support for adding new data provider members to an existing collaboration.
  • api-change:cleanroomsml: [botocore] AWS Clean Rooms ML adds log sanitization for privacy-enhanced error summaries, supports new instance types for custom models providing better performance and lower costs, and deprecates P3-series instances.
  • api-change:cloudfront: [botocore] Adding an optional field IpAddressType in CustomOriginConfig
  • api-change:mq: [botocore] Add CONFIG_MANAGED as a supported AuthenticationStrategy for Amazon MQ for RabbitMQ brokers. Make username and password optional on broker creation for CONFIG_MANAGED brokers.
  • api-change:rds: [botocore] This release adds support for MasterUserAuthenticationType parameter on CreateDBInstance, ModifyDBInstance, CreateDBCluster, and ModifyDBCluster operations.
  • api-change:route53: [botocore] Amazon Route 53 now supports the Asia Pacific (New Zealand) Region (ap-southeast-6) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
  • api-change:route53domains: [botocore] Added new ExtraParams AU_ELIGIBILITY_TYPE, AU_POLICY_REASON, and AU_REGISTRANT_NAME

v1.40.22

Compare Source

=======

  • api-change:ec2: [botocore] MaximumEbsAttachments and AttachmentLimitType fields added to DescribeInstanceTypesResponse. G6f, Gr6f, R8i, R8i-flex and p5.4xlarge instance types added to InstanceTypes enum.
  • api-change:neptune: [botocore] Removed the deprecated marker from publiclyAccessible parameter from DbInstance, CreateDbInstance and ModifyDbInstance and added relevant usage information for the parameter.
  • api-change:notifications: [botocore] Added Org support for notifications: - ListMemberAccounts gets member accounts list, AssociateOrganizationalUnit links OU to notification configuration, DisassociateOrganizationalUnit removes OU from notification configuration, ListOrganizationalUnits shows OUs configured for notifications.
  • api-change:workmail: [botocore] Make RoleArn an optional parameter for the PutEmailMonitoringConfiguration API, and add UnsupportedOperationException to RegisterToWorkMail.

v1.40.21

Compare Source

=======

  • api-change:bedrock-runtime: [botocore] Fixed stop sequence limit for converse API.
  • api-change:ec2: [botocore] Release shows new route types such as filtered and advertisement.
  • api-change:xray: [botocore] AWS X-Ray Features: Support Sampling Rate Boost On Anomaly

v1.40.20

Compare Source

=======

  • api-change:applicationcostprofiler: [botocore] Remove incorrect endpoint tests
  • api-change:apprunner: [botocore] Doc only updates for APIs and and datatypes related to IPAddressType and Subnets for IPv6 dualstack support.
  • api-change:autoscaling-plans: [botocore] Remove incorrect endpoint tests
  • api-change:cloud9: [botocore] Remove incorrect endpoint tests
  • api-change:cloudhsmv2: [botocore] Remove incorrect endpoint tests
  • api-change:cloudsearchdomain: [botocore] Remove incorrect endpoint tests
  • api-change:codedeploy: [botocore] Remove incorrect endpoint tests
  • api-change:codeguru-reviewer: [botocore] Remove incorrect endpoint tests
  • api-change:connect: [botocore] AgentStatusDrillDown feature in GetCurrentMetricData API. Adding AGENT_STATUS as filter and grouping in GetCurrentMetricData API
  • api-change:databrew: [botocore] Remove incorrect endpoint tests
  • api-change:dynamodb: [botocore] Remove incorrect endpoint tests
  • api-change:ec2: [botocore] This release adds support for copying Amazon EBS snapshot and AMIs to and from Local Zones.
  • api-change:ec2-instance-connect: [botocore] Remove incorrect endpoint tests
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version
  • api-change:fis: [botocore] Remove incorrect endpoint tests
  • api-change:fms: [botocore] Remove incorrect endpoint tests
  • api-change:geo-maps: [botocore] Remove incorrect endpoint tests
  • api-change:glue: [botocore] Adding support to fetch TargetDatabase field during GetDatabases with AttributesToGet
  • api-change:healthlake: [botocore] Add ValidationLevel parameter to StartFHIRImportJob API, allowing users to specify a FHIR validation level for their asynchronous import jobs.
  • api-change:machinelearning: [botocore] Remove incorrect endpoint tests
  • api-change:mediastore-data: [botocore] Remove incorrect endpoint tests
  • api-change:mturk: [botocore] Remove incorrect endpoint tests
  • api-change:omics: [botocore] Adds Amazon ECR pull through cache support to AWS HealthOmics, so you can more easily use container images from external sources.
  • api-change:osis: [botocore] Remove incorrect endpoint tests
  • api-change:pinpoint-sms-voice: [botocore] Remove incorrect endpoint tests
  • api-change:rds: [botocore] Added RDS HTTP Endpoint feature support flag to DescribeOrderableDBInstanceOptions API
  • api-change:route53domains: [botocore] Remove incorrect endpoint tests
  • api-change:savingsplans: [botocore] Remove incorrect endpoint tests
  • api-change:scheduler: [botocore] Remove incorrect endpoint tests
  • api-change:ses: [botocore] Remove incorrect endpoint tests
  • api-change:ssm-sap: [botocore] Added support for Configuration Checks on SAP HANA Applications.
  • api-change:sso: [botocore] Remove incorrect endpoint tests
  • api-change:timestream-query: [botocore] Remove incorrect endpoint tests
  • api-change:waf: [botocore] Remove incorrect endpoint tests
  • api-change:workmailmessageflow: [botocore] Remove incorrect endpoint tests
  • api-change:xray: [botocore] Remove incorrect endpoint tests

v1.40.19

Compare Source

=======

  • api-change:amplifybackend: [botocore] Remove incorrect endpoint tests
  • api-change:application-insights: [botocore] Remove incorrect endpoint tests
  • api-change:batch: [botocore] Added ECS_AL2023_NVIDIA as an option for Ec2Configuration.imageType.
  • api-change:chime: [botocore] Remove incorrect endpoint tests
  • api-change:chime-sdk-identity: [botocore] Remove incorrect endpoint tests
  • api-change:chime-sdk-meetings: [botocore] Remove incorrect endpoint tests
  • api-change:chime-sdk-voice: [botocore] Remove incorrect endpoint tests
  • api-change:codeguruprofiler: [botocore] Remove incorrect endpoint tests
  • api-change:datapipeline: [botocore] Remove incorrect endpoint tests
  • api-change:discovery: [botocore] Remove incorrect endpoint tests
  • api-change:ds: [botocore] Add APIs for CA AutoEnrollment support: DescribeCAEnrollmentPolicy, EnableCAEnrollmentPolicy and DisableCAEnrollmentPolicy.
  • api-change:eks: [botocore] Add support for on-demand refresh of EKS cluster insights
  • api-change:elasticache: [botocore] Remove incorrect endpoint tests
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version
  • api-change:evidently: [botocore] Remove incorrect endpoint tests
  • api-change:frauddetector: [botocore] Remove incorrect endpoint tests
  • api-change:inspector: [botocore] Remove incorrect endpoint tests
  • api-change:kinesisvideo: [botocore] Remove incorrect endpoint tests
  • api-change:kinesis-video-media: [botocore] Remove incorrect endpoint tests
  • api-change:lakeformation: [botocore] Remove incorrect endpoint tests
  • api-change:lex-models: [botocore] Remove incorrect endpoint tests
  • api-change:migrationhub-config: [botocore] Remove incorrect endpoint tests
  • api-change:neptune-graph: [botocore] Add StartGraph and StopGraph operations to Neptune Analytics
  • api-change:opsworks: [botocore] The opsworks client has been removed following the deprecation of the service.
  • api-change:opsworkscm: [botocore] The opsworkscm client has been removed following the deprecation of the service.
  • api-change:personalize: [botocore] Remove incorrect endpoint tests
  • api-change:pi: [botocore] Remove incorrect endpoint tests
  • api-change:qldb-session: [botocore] Remove incorrect endpoint tests
  • api-change:redshift: [botocore] Remove incorrect endpoint tests
  • api-change:robomaker: [botocore] Remove incorrect endpoint tests
  • api-change:sagemaker: [botocore] This release adds support for AutoScaling on SageMaker HyperPod.
  • api-change:schemas: [botocore] Remove incorrect endpoint tests
  • api-change:snow-device-management: [botocore] Remove incorrect endpoint tests
  • api-change:timestream-write: [botocore] Remove incorrect endpoint tests
  • api-change:voice-id: [botocore] Remove incorrect endpoint tests
  • api-change:workdocs: [botocore] Remove incorrect endpoint tests
  • api-change:workmail: [botocore] Remove incorrect endpoint tests

v1.40.18

Compare Source

=======

  • api-change:apprunner: [botocore] Remove incorrect endpoint tests
  • api-change:arc-zonal-shift: [botocore] This release adds new API options to enable allowed windows and multiple alarms for practice runs.
  • api-change:codecommit: [botocore] Remove incorrect endpoint tests
  • api-change:codestar-connections: [botocore] Remove incorrect endpoint tests
  • api-change:comprehendmedical: [botocore] Remove incorrect endpoint tests
  • api-change:connectparticipant: [botocore] Amazon Connect Participant Service: Remove unused fields from WebRTCConnection
  • api-change:dlm: [botocore] Remove incorrect endpoint tests
  • api-change:ec2: [botocore] Add new APIs for viewing how your shared AMIs are used by other accounts, and identify resources in your account that are dependent on particular AMIs
  • api-change:elastictranscoder: [botocore] Remove incorrect endpoint tests
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version
  • api-change:finspace: [botocore] Remove incorrect endpoint tests
  • api-change:geo-routes: [botocore] Added RouteFerryNotice PotentialViolatedVehicleRestrictionUsage value for CalculateRoutes. This value indicates when the Route is potentially forbidden for the given vehicle profile.
  • api-change:glacier: [botocore] Remove incorrect endpoint tests
  • api-change:globalaccelerator: [botocore] Remove incorrect endpoint tests
  • api-change:greengrass: [botocore] Remove incorrect endpoint tests
  • api-change:identitystore: [botocore] Remove incorrect endpoint tests
  • api-change:imagebuilder: [botocore] Remove incorrect endpoint tests
  • api-change:iotsecuretunneling: [botocore] Remove incorrect endpoint tests
  • api-change:kafka: [botocore] Remove incorrect endpoint tests
  • api-change:lookoutvision: [botocore] Remove incorrect endpoint tests
  • api-change:mgh: [botocore] Remove incorrect endpoint tests
  • api-change:migration-hub-refactor-spaces: [botocore] Remove incorrect endpoint tests
  • api-change:mq: [botocore] Remove incorrect endpoint tests
  • api-change:personalize-events: [botocore] Remove incorrect endpoint tests
  • api-change:pinpoint: [botocore] Remove incorrect endpoint tests
  • api-change:ram: [botocore] Remove incorrect endpoint tests
  • api-change:rbin: [botocore] Remove incorrect endpoint tests
  • api-change:route53-recovery-cluster: [botocore] Remove incorrect endpoint tests
  • api-change:sagemaker-geospatial: [botocore] Remove incorrect endpoint tests
  • api-change:servicecatalog-appregistry: [botocore] Remove incorrect endpoint tests
  • api-change:signer: [botocore] Remove incorrect endpoint tests
  • api-change:waf-regional: [botocore] Remove incorrect endpoint tests

v1.40.17

Compare Source

=======

  • api-change:appflow: [botocore] Remove incorrect endpoint tests
  • api-change:b2bi: [botocore] Updated APIs to support custom validation rules.
  • api-change:chime-sdk-media-pipelines: [botocore] Remove incorrect endpoint tests
  • api-change:chime-sdk-messaging: [botocore] Remove incorrect endpoint tests
  • api-change:cloudsearch: [botocore] Remove incorrect endpoint tests
  • api-change:cloudtrail-data: [botocore] Remove incorrect endpoint tests
  • api-change:codeartifact: [botocore] Remove incorrect endpoint tests
  • api-change:codeguru-security: [botocore] Documentation update to notify users of the discontinuation of Amazon CodeGuru Security.
  • api-change:codestar-notifications: [botocore] Remove incorrect endpoint tests
  • api-change:cur: [botocore] Remove incorrect endpoint tests
  • api-change:datazone: [botocore] Releasing the following features - Asset classification that lets users use restricted terms for classifying assets if they have the right permissions. Also adding a new enum value "Moving" to project status.
  • api-change:dax: [botocore] Remove incorrect endpoint tests
  • api-change:devops-guru: [botocore] Remove incorrect endpoint tests
  • api-change:ec2: [botocore] Added IPv6 support for AWS Client VPN.
  • api-change:emr-containers: [botocore] Remove incorrect endpoint tests
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version
  • api-change:finspace-data: [botocore] Remove incorrect endpoint tests
  • api-change:forecast: [botocore] Remove incorrect endpoint tests
  • api-change:iotfleethub: [botocore] Remove incorrect endpoint tests
  • api-change:kendra: [botocore] Remove incorrect endpoint tests
  • api-change:kinesisanalytics: [botocore] Remove incorrect endpoint tests
  • api-change:kinesis-video-archived-media: [botocore] Remove incorrect endpoint tests
  • api-change:lex-runtime: [botocore] Remove incorrect endpoint tests
  • api-change:lookoutequipment: [botocore] Remove incorrect endpoint tests
  • api-change:mediaconvert: [botocore] This release adds support for input rendition selection for HLS input, adds new Share API to enable sharing jobs with AWS Support for support investigations, and adds INCLUDE_AS_TS to iFrameOnlyManifest setting for HLS outputs.
  • api-change:mediapackage-vod: [botocore] Remove incorrect endpoint tests
  • api-change:mediastore: [botocore] Remove incorrect endpoint tests
  • api-change:personalize-runtime: [botocore] Remove incorrect endpoint tests
  • api-change:qbusiness: [botocore] The Amazon Q Business GetDocumentContent operation now supports retrieval of the extracted text content in JSON format.
  • api-change:resourcegroupstaggingapi: [botocore] Remove incorrect endpoint tests
  • api-change:sagemaker-edge: [botocore] Remove incorrect endpoint tests
  • api-change:sagemaker-featurestore-runtime: [botocore] Remove incorrect endpoint tests
  • api-change:sagemaker-runtime: [botocore] Remove incorrect endpoint tests
  • api-change:serverlessrepo: [botocore] Remove incorrect endpoint tests
  • api-change:shield: [botocore] Remove incorrect endpoint tests
  • api-change:snowball: [botocore] Remove incorrect endpoint tests
  • api-change:sqs: [botocore] Documentation update for Amazon SQS Supports Large Payload Message feature
  • api-change:support: [botocore] Remove incorrect endpoint tests
  • api-change:support-app: [botocore] Remove incorrect endpoint tests
  • api-change:timestream-influxdb: [botocore] Add MAINTENANCE status for DbInstance and DbCluster
  • api-change:translate: [botocore] Remove incorrect endpoint tests
  • api-change:wellarchitected: [botocore] Remove incorrect endpoint tests

v1.40.16

Compare Source

=======

  • api-change:clouddirectory: [botocore] Remove incorrect endpoint tests
  • api-change:cognito-sync: [botocore] Remove incorrect endpoint tests
  • api-change:docdb: [botocore] Remove incorrect endpoint tests
  • api-change:elb: [botocore] Remove incorrect endpoint tests
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version
  • api-change:healthlake: [botocore] Remove incorrect endpoint tests
  • api-change:iotanalytics: [botocore] Remove incorrect endpoint tests
  • api-change:macie2: [botocore] Remove incorrect endpoint tests
  • api-change:marketplacecommerceanalytics: [botocore] Remove incorrect endpoint tests
  • api-change:medialive: [botocore] AWS Elemental MediaLive now has a field called "SubtitleRows" for controlling subtitle row count for DVB-Sub and Burn-In captions outputs
  • api-change:memorydb: [botocore] Remove incorrect endpoint tests
  • api-change:proton: [botocore] Remove incorrect endpoint tests
  • api-change:qconnect: [botocore] Releasing model ID support for UpdateAIPrompt
  • api-change:qldb: [botocore] Remove incorrect endpoint tests
  • api-change:rds: [botocore] Updates Amazon RDS documentation for Db2 read-only replicas.
  • api-change:route53-recovery-readiness: [botocore] Remove incorrect endpoint tests
  • api-change:sagemaker: [botocore] Launch SageMaker Notebook Instances support for AL2023 along with P6-B200 instance type and Rootless Docker support for SageMaker Studio.
  • api-change:sagemaker-a2i-runtime: [botocore] Remove incorrect endpoint tests
  • api-change:simspaceweaver: [botocore] Remove incorrect endpoint tests
  • api-change:synthetics: [botocore] Added multi browser support for synthetics canaries, Increased ephemeral storage limit from 5GB to 10GB
  • api-change:wafv2: [botocore] test and verified, safe to release

v1.40.15

Compare Source

=======

  • api-change:apigatewaymanagementapi: [botocore] Remove incorrect endpoint tests
  • api-change:appfabric: [botocore] Remove incorrect endpoint tests
  • api-change:backup-gateway: [botocore] Remove incorrect endpoint tests
  • api-change:cloudhsm: [botocore] Remove incorrect endpoint tests
  • api-change:cognito-identity: [botocore] Remove incorrect endpoint tests
  • api-change:comprehend: [botocore] Remove incorrect endpoint tests
  • api-change:ebs: [botocore] Remove incorrect endpoint tests
  • api-change:ecr-public: [botocore] Remove incorrect endpoint tests
  • api-change:ecs: [botocore] This is a documentation only release that adds additional information for the update-service request parameters.
  • api-change:elasticbeanstalk: [botocore] Remove incorrect endpoint tests
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version
  • api-change:es: [botocore] Remove incorrect endpoint tests
  • api-change:forecastquery: [botocore] Remove incorrect endpoint tests
  • api-change:gameliftstreams: [botocore] The default application in a stream group can now be changed at any time using UpdateStreamGroup to update the DefaultApplicationIdentifier.
  • api-change:glue: [botocore] Added support for preprocessing queries in Data Quality operations through new DataQualityGlueTable structure.
  • api-change:greengrassv2: [botocore] Remove incorrect endpoint tests
  • api-change:guardduty: [botocore] Remove Pattern trait from email field
  • api-change:iotdeviceadvisor: [botocore] Remove incorrect endpoint tests
  • api-change:iotevents: [botocore] Remove incorrect endpoint tests
  • api-change:iotevents-data: [botocore] Remove incorrect endpoint tests
  • api-change:iotthingsgraph: [botocore] Remove incorrect endpoint tests
  • api-change:kinesis-video-signaling: [botocore] Remove incorrect endpoint tests
  • api-change:lexv2-runtime: [botocore] Remove incorrect endpoint tests
  • api-change:lookoutmetrics: [botocore] Remove incorrect endpoint tests
  • api-change:managedblockchain: [botocore] Remove incorrect endpoint tests
  • api-change:mediapackage: [botocore] Remove incorrect endpoint tests
  • api-change:panorama: [botocore] Remove incorrect endpoint tests
  • api-change:pinpoint-email: [botocore] Remove incorrect endpoint tests
  • api-change:resource-groups: [botocore] Remove incorrect endpoint tests
  • api-change:s3outposts: [botocore] Remove incorrect endpoint tests
  • api-change:ssm-contacts: [botocore] Doc-only updates for Incident Manager Contacts August 2025

v1.40.14

Compare Source

=======

  • api-change:bedrock-runtime: [botocore] Launch CountTokens API to allow token counting
  • api-change:billing: [botocore] Clarify IPv4 and IPv6 endpoints
  • api-change:cognito-idp: [botocore] This release adds support for the new Terms APIs which allow displaying Terms of Use and Privacy Policy on the Managed Login user-registration page.
  • api-change:datazone: [botocore] This release supports policy grant identifier for cloud formation integration
  • api-change:detective: [botocore] Remove incorrect endpoint tests
  • api-change:dynamodb: [botocore] Remove incorrect endpoint tests
  • api-change:eks: [botocore] EKS Add-ons Custom Namespace Support
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version
  • api-change:kinesisanalyticsv2: [botocore] Adds Key Management Service (KMS) support allowing customer-managed key (CMK) encryption for Flink application data.
  • api-change:pinpoint-sms-voice-v2: [botocore] This change added InternationalSendingEnbaled as part of describe/Update/Request phone number API response, and as part of update/Request phone number API request
  • api-change:route53-recovery-control-config: [botocore] Remove incorrect endpoint tests
  • api-change:sagemaker: [botocore] This release adds 1/ Launch ml.p5.4xlarge instance in Processing jobs, Training jobs and Training Plan 2/ Makes S3Uri to be required for S3FileSystem and S3FileSystemConfig.

v1.40.13

Compare Source

=======

  • api-change:cleanrooms: [botocore] Support error message configuration for analysis templates
  • api-change:ec2: [botocore] Add support for "warning" volume status.
  • api-change:polly: [botocore] Added support for new output format - Opus.

v1.40.12

Compare Source

=======

  • api-change:batch: [botocore] Added default_x86_64 and default_arm64 as values to the instanceTypes field.
  • api-change:bcm-dashboards: [botocore] Billing and Cost Management Dashboards enables users to create dashboards that combine multiple visualizations of cost and usage data. Users can create, manage, and share dashboards. Tags are also available for dashboards.
  • api-change:connect: [botocore] Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling.
  • api-change:connectparticipant: [botocore] Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling.
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version
  • api-change:s3control: [botocore] Adds support for Compute checksum functionality in Amazon S3 Batch Operations. You can now calculate checksums for a list of objects using supported algorithms in Amazon S3, without requiring a restore or download
  • api-change:sagemaker: [botocore] Customer managed keys now available for volume encryption of SageMaker HyperPod clusters.
  • enhancement:AWSCRT: [botocore] Update awscrt version to 0.27.6

v1.40.11

Compare Source

=======

  • api-change:amp: [botocore] Add Resource-based Policy APIs for Amazon Prometheus
  • api-change:bedrock-agent: [botocore] This release adds support for saving Bedrock Flows while node configuration is still in progress, even if the Flow is not yet able to be invoked
  • api-change:glue: [botocore] AWS Glue Zero ETL now supports On-demand snapshot load

v1.40.10

Compare Source

=======

  • api-change:arc-region-switch: [botocore] Endpoint rule test and documentation update.
  • api-change:bcm-recommended-actions: [botocore] Initial SDK release for AWS Billing and Cost Management Recommended Actions.
  • api-change:directconnect: [botocore] Added pagination support for DescribeHostedConnections, DescribeVirtualInterfaces, DescribeConnections, DescribeInterconnects, DescribeLags. Added asnLong support for BGP peer operations which supports a large range.
  • api-change:dynamodb: [botocore] This release 1/ Adds support for throttled keys mode for CloudWatch Contributor Insights, 2/ Adds throttling reasons to exceptions across dataplane APIs. 3/ Explicitly models ThrottlingException as a class in statically typed languages. Refer to the launch day blog post for more details.
  • api-change:ec2: [botocore] This release adds ModifyInstanceConnectEndpoint API to update configurations on existing EC2 Instance Connect Endpoints and improves IPv6 support through dualstack DNS names for EC2 Instance Connect Endpoints.
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version
  • api-change:fsx: [botocore] Amazon FSx for NetApp ONTAP 2nd generation file systems now support decreasing SSD storage capacity.
  • api-change:glue: [botocore] AWS Glue now supports Trusted Identity Propagation.
  • api-change:guardduty: [botocore] Added support for entity lists.
  • api-change:medialive: [botocore] CMAF Ingest output groups in MediaLive can now accept one additional destination url for single pipeline channels and up to two additional destination urls for standard channels.
  • api-change:pcs: [botocore] Updated the regex pattern and description of iamInstanceProfileArn in the CreateComputeNodeGroup and UpdateComputeNodeGroup API actions. Name and path requirements apply to the ARN of the IAM role associated with the instance profile and not the ARN of the instance profile.
  • api-change:qapps: [botocore] Documentation update for Amazon Q Apps API Reference
  • api-change:servicediscovery: [botocore] Added support for cross account through Id parameter overloading with ARN and allow owner account for some APIs instead of ARN
  • api-change:workspaces: [botocore] New APIs introduced to import WorkSpaces BYOL image using a new process that leveraged EC2 Image Builder. WorkSpaces tests and fixes your image's compatibility issues and supports customized VM images.

v1.40.9

Compare Source

======

  • api-change:braket: [botocore] Add support for Braket program sets.
  • api-change:datazone: [botocore] Adds support for account pools and project profile account decoupling
  • api-change:fsx: [botocore] Add Dual-Stack support for Amazon FSx for OpenZFS file systems
  • api-change:partnercentral-selling: [botocore] Add Tagging Support for Opportunity resources
  • api-change:sagemaker: [botocore] This release introduces compute quota for GPU, Trainium accelerators, vCPU, and vCPU memory utilization across teams in HyperPod clusters
  • api-change:security-ir: [botocore] Added support for Organizational Unit-level Membership configuration and the ability to resume a cancelled membership.

v1.40.8

Compare Source

======

  • api-change:backupsearch: [botocore] Using recommended smithy trait to generate regional endpoints for Backup Search
  • api-change:codebuild: [botocore] AWS CodeBuild now supports PullRequestBuildPolicy in webhook object.
  • api-change:ec2: [botocore] Release to allow route table association with a PublicIpv4Pool.
  • api-change:organizations: [botocore] This release introduces 2 new APIs in Organizations: 1. ListAccountsWithInvalidEffectivePolicy 2. ListEffectivePolicyValidationErrors
  • api-change:sagemaker: [botocore] IAM Identity Center trusted identity propagation is now supported in SageMaker Studio.
  • api-change:transcribe: [botocore] AWS HealthScribe now supports specifying preferred patient pronouns through the MedicalScribeContext parameter for use in the generated clinical notes.

v1.40.7

Compare Source

======

  • api-change:bedrock: [botocore] This release includes model updates and enhanced SDK documentation for union fields in automated reasoning policy components. Added docs cover policy definitions, mutations (add/update for rules/types/variables), build assets, workflow sources, test results, and tag exception handling.
  • api-change:cognito-idp: [botocore] Remove SigV4 auth requirement for GetTokensFromRefreshToken
  • api-change:connect: [botocore] Updating SearchUserHierarchyGroups API
  • api-change:deadline: [botocore] Adds support for Wait and Save feature in service-managed fleets
  • api-change:ec2: [botocore] This release adds AvailabilityZoneId support for CreateVolume, DescribeVolume, LaunchTemplates, RunInstances, DescribeInstances, CreateDefaultSubnet, SpotInstances, and CreateDefaultSubnet APIs.
  • api-change:evs: [botocore] Update for general availability of Amazon Elastic VMware Service (EVS).
  • api-change:lambda: [botocore] Doc-only update for Lambda that updates the maximum payload size for response streaming invocations to 200 MB.
  • api-change:quicksight: [botocore] Add RowAxisDisplayOptions and ColumnAxisDisplayOptions to HeatMapConfiguration, add Actions to PluginVisual, increase limit for CalculatedFields list
  • api-change:sso-admin: [botocore] Added support for managing user background session for applications

v1.40.6

Compare Source

======

  • api-change:connect: [botocore] This release adds a new API GetContactMetrics for Amazon Connect.
  • api-change:inspector2: [botocore] Add CVSSV4 to Vulnerability Search API and update enable/disable account id list length to 5
  • api-change:iot-data: [botocore] Adding DeleteConnection API to IoT Data Plane
  • api-change:sagemaker: [botocore] Adds support for GB200 UltraServers in Amazon SageMaker training jobs, training plans, and HyperPod clusters
  • api-change:transcribe: [botocore] Update documentation to use key ARN only in OutputEncryptionKMSKeyId request parameter
  • bugfix:stub: [botocore] Fixes a bug which causes the stubber to begin failing for DynamoDB when SSO or AssumeRole credentials fail to load

v1.40.5

Compare Source

======

  • api-change:batch: [botocore] This feature allows customers to use AWS Batch with Linux with ARM64 CPU Architecture with Fargate Spot compute support.
  • api-change:cloudfront: [botocore] Added new viewer security policy, TLSv1.3_2025, for CloudFront.
  • api-change:codebuild: [botocore] A

Configuration

📅 Schedule: Branch creation - "before 5am on Monday" in timezone 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 added the dependencies Pull requests that update a dependency file label Jun 9, 2025
@github-actions github-actions bot requested a review from mobious999 June 9, 2025 02:59
@renovate renovate bot force-pushed the renovate/python-dependencies branch 17 times, most recently from ea93aac to aa1dea4 Compare June 15, 2025 05:13
@renovate renovate bot force-pushed the renovate/python-dependencies branch 6 times, most recently from e20a7f6 to b19e9ff Compare June 19, 2025 03:52
@renovate renovate bot force-pushed the renovate/python-dependencies branch 10 times, most recently from 0a60ff8 to 229dd4b Compare August 19, 2025 12:35
@renovate renovate bot force-pushed the renovate/python-dependencies branch 13 times, most recently from c54216d to 7988aa3 Compare August 26, 2025 21:38
@renovate renovate bot force-pushed the renovate/python-dependencies branch 4 times, most recently from 5ee476f to 5c5b233 Compare August 31, 2025 11:27
@renovate renovate bot force-pushed the renovate/python-dependencies branch from 5c5b233 to 65b8184 Compare September 6, 2025 23:28
@renovate renovate bot force-pushed the renovate/python-dependencies branch from 65b8184 to b770e5f Compare September 7, 2025 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AnyChange dependencies Pull requests that update a dependency file release root source
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant