chore(deps): update python dependencies #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==4.9.0->==4.11.0==3.6.2->==3.6.3==1.8.3->==1.8.6==25.1.0->==25.9.0==1.39.14->==1.40.68==1.39.14->==1.40.68==1.2.2.post1->==1.3.0==1.1.2->==1.2.4==2025.7.14->==2025.10.5==3.4.2->==3.4.4==8.2.1->==8.3.0==4.8.3->==4.9.1==7.10.0->==7.11.0==0.21.2->==0.22.3==3.18.0->==3.20.0==7.2.0->==7.3.0==4.59.0->==4.60.1==2.6.12->==2.6.15==3.10->==3.11==2.1.0->==2.3.0==6.0.1->==6.1.0==4.2.1->==4.3.0==1.4.8->==1.4.9==0.7.1->==0.8.2==3.8.2->==3.10==3.0.2->==3.0.3==3.10.3->==3.10.7==9.6.16->==9.6.23==10.7.0->==10.8.0==1.15.0->==1.18.2==0.3.0->==0.3.2==2.2.3->==2.3.3==4.3.8->==4.5.0==4.2.0->==4.3.0==0.22.1->==0.23.1==3.0.51->==3.0.52==2.13.0->==2.14.0==2.11.7->==2.12.4==2.33.2->==2.41.5==2.10.1->==2.11.0==3.3.2->==3.4.0==3.3.6->==3.3.9==10.16->==10.16.1==3.2.3->==3.2.5==8.3.5->==8.4.2==5.1.0->==5.2.1==6.1.1->==6.3.0==3.14.0->==3.15.1==1.1.1->==1.2.1==6.0.2->==6.0.3==2.1.0->==2.1.1==2.32.4->==2.32.5==14.1.0->==14.2.0==1.8.9->==1.9.4==0.11.6->==0.14.4==0.13.1->==0.14.0==1.16.0->==1.16.3==5.4.1->==5.5.0==2.3.0->==2.5.0==6.1.0->==6.2.0==2.9.0.20241206->==2.9.0.20251008==6.0.12.20250402->==6.0.12.20250915==2.32.0.20250328->==2.32.4.20250913==4.14.1->==4.15.0==0.4.1->==0.4.2==20.32.0->==20.35.4==0.2.13->==0.2.14Release Notes
agronholm/anyio (anyio)
v4.11.0Compare Source
reasonparameter toCancelScope.cancel()) (#975)anyio.lowlevel.current_token()toanyio.from_thread.run()andanyio.from_thread.run_sync()as thetokenkeyword argument (#256)anyio_mode = "auto") to make the pytest plugin automatically handle all async tests (#971)anyio.Condition.wait_for()method for feature parity with asyncio (#974)anyio.abc.TaskStatusfromAnytoNone(#964)local_port=0(#857; PR by @11kkw and @agronholm)BrokenResourceErroronsend()would still raiseBrokenResourceErrorafter the stream was closed on asyncio, butClosedResourceErroron Trio. They now both raise aClosedResourceErrorin this scenario. (#671)v4.10.0Compare Source
feed_data()method to theBufferedByteReceiveStreamclass, allowing users to inject data directly into the bufferSocketListener.from_socket()SocketStream.from_socket()UNIXSocketStream.from_socket()UDPSocket.from_socket()ConnectedUDPSocket.from_socket()UNIXDatagramSocket.from_socket()ConnectedUNIXDatagramSocket.from_socket()anyio.ContextManagerMixinandanyio.AsyncContextManagerMixin) to help write classes that embed other context managers, particularly cancel scopes or task groups (#905; PR by @agronholm and @tapetersen)start_blocking_portal()(#818; PR by @davidbrochart)anyio.notify_closingto allow wakinganyio.wait_readableandanyio.wait_writablebefore closing a socket. Among other things, this prevents an OSError on theProactorEventLoop. (#896; PR by @graingert)to_interpretersmodule to use the publicconcurrent.interpretersAPI on Python 3.14 or lateranyio.Path.copy()andanyio.Path.copy_into()failing on Python 3.14.0a7__aexit__on async context managers. CMs which can suppress exceptions should returnbool, orNoneotherwise. (#913; PR by @Enegg)SpooledTemporaryFileso that rollover only occurs when the buffer size exceedsmax_size(#915; PR by @11kkw)anyio.to_interpreterwith Python 3.14.0b2 (#926; PR by @hroncok)SyntaxWarningon Python 3.14 aboutreturninfinally(#816)BrokenWorkerIntepreterexception toBrokenWorkerInterpreter. The old name is available as a deprecated alias. (#938; PR by @ayussh-verma)CapacityLimiteron 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)kislyuk/argcomplete (argcomplete)
v3.6.3Compare Source
===============================
Make RE PCRE compatible. Fixes #539
Only execute Python interpreters (#536)
fish: set variable scope to local to avoid clobbering global or
universal variables (#534)
Documentation and help improvements
PyCQA/bandit (bandit)
v1.8.6Compare Source
What's Changed
New Contributors
Full Changelog: PyCQA/bandit@1.8.5...1.8.6
v1.8.5Compare Source
What's Changed
Full Changelog: PyCQA/bandit@1.8.4...1.8.5
psf/black (black)
v25.9.0Compare Source
Highlights
await/asyncas soft keywords/variable names(#4676)
Stable style
delstatement containing tuples (#4628)withstatements (#4630)
# fmt: skipfollowed by a comment at the end of file (#4635)asclause of awithstatement (#4634)withstatement (#4646)\followed by a\rfollowed by a comment (#4663)\\r\n(#4673)await ...(where...is a literalEllipsis) (#4676)(#4670)
Preview style
# fmt: skipwould stillbe formatted (#4552)
multiline_string_handlingwith ternaries and dictionaries (#4657)string_processingwould not split f-strings directly afterexpressions (#4680)
inclause of comprehensions across lines if necessary (#4699)exceptandexcept*withoutas. (#4720)\rstyle newlines to the potential newlines to normalize file newlines both fromand to (#4710)
Parser
parameter bounds and defaults. (#4602)
Performance
Integrations
psf/blackto read Black version from an additional section inpyproject.toml:
[project.dependency-groups](#4606)Documentation
boto/boto3 (boto3)
v1.40.68Compare Source
=======
accessanalyzer: [botocore] New field totalActiveErrors added to getFindingsStatistics response.backup: [botocore] AWS Backup now supports customer-managed keys (CMK) for logically air-gapped vaults, enabling customers to maintain full control over their encryption key lifecycle. This feature helps organizations meet specific internal governance requirements or external regulatory compliance standards.connect: [botocore] Added support for Conditional Questions in Evaluation Forms. Introduced Auto Evaluation capability for Evaluation Forms and Contact Evaluations. Added new API operations: SearchEvaluationForms and SearchContactEvaluations.ec2: [botocore] Add Amazon EC2 R8a instance typesgamelift: [botocore] Amazon GameLift Servers now supports game builds that use the Windows 2022 operating system.identitystore: [botocore] IdentityStore API: added new KMSExceptionReason fields to the Exception object; added multiple new fields to the User APIs - UserStatus, Birthdate, Website and Photos; added multiple new metadata fields for User, Groups and Membership APIs - CreatedAt, CreatedBy, UpdatedAt and UpdatedBy.quicksight: [botocore] Support for New Data Prep Experiences3tables: [botocore] Adds support for tagging APIs for S3 Tabless3vectors: [botocore] Amazon S3 Vectors provides cost-effective, elastic, and durable vector storage for queries based on semantic meaning and similarity.sagemaker: [botocore] Added NodeProvisioningMode parameter to UpdateCluster API to determine how instance provisioning is handled during cluster operations; in Continuous mode. Added VpcId field in UpdateDomain request for SageMaker Unified Studio domains with no VPC to add a customer VPC.ssm: [botocore] Provides NoLongerSupportedException error messagev1.40.67Compare Source
=======
cloudfront: [botocore] This release adds new and updated API operations. You can now use the IpAddressType field to specify either ipv4 or dualstack for your Anycast static IP list. You can also enable cross-account resource sharing to share your VPC origins with other AWS accountsdatazone: [botocore] Added support for Project Resource Tagsec2: [botocore] This release adds AvailabilityZoneId support for DescribeFastSnapshotRestores, DisableFastSnapshotRestores, and EnableFastSnapshotRestores APIs.endpoint-rules: [botocore] Update endpoint-rules client to latest versionfsx: [botocore] Amazon FSx now enables secure management of Active Directory credentials through AWS Secrets Manager integration. Customers can use Secret ARNs instead of direct credentials when joining resources to Active Directory domains.groundstation: [botocore] Introduce CreateDataflowEndpointGroupV2 actions3: [botocore] Launch IPv6 dual-stack support for S3 Expresssagemaker: [botocore] Add new fields in SageMaker Hyperpod DescribeCluster API response: TargetStateCount, SoftwareUpdateStatus and ActiveSoftwareDeploymentConfig to provide AMI update progress visibility .v1.40.66Compare Source
=======
pinpoint-sms-voice-v2: [botocore] This release adds support for the CarrierLookup API, which returns information about a destination phone number including if the number is valid, the carrier, and more.v1.40.65Compare Source
=======
bedrock-agentcore-control: [botocore] Adds support for direct code deploy with CreateAgentRuntime and UpdateAgentRuntimebudgets: [botocore] Fix the AWS Budgets endpoint for the aws-eusc partition.ec2: [botocore] Add Amazon EC2 trn2.3xlarge instance type.ecs: [botocore] Documentation-only update for LINEAR and CANARY deployment strategies.endpoint-rules: [botocore] Update endpoint-rules client to latest versionkinesis: [botocore] Adds support for MinimumThroughputBillingCommitment with new UpdateAccountSettings API. Adds support to configure warm throughput for on-demand streams in new UpdateStreamWarmThroughput API and existing CreateStream API and UpdateStreamMode API.v1.40.64Compare Source
=======
connectcases: [botocore] Added two new case rule types: Parent Child Field Options (restricts child field options based on parent field value) and Hidden (controls child field visibility based on parent field value). Both enable dynamic field behavior within templates.ec2: [botocore] Amazon VPC IP Address Manager (IPAM) now supports automated prefix list management, allowing you to create rules that automatically populate customer-managed prefix lists with CIDRs from your IPAM pools or AWS resources based on tags, Regions, or other criteria.emr: [botocore] Update endpoint ruleset parameters casingendpoint-rules: [botocore] Update endpoint-rules client to latest versionfms: [botocore] Update endpoint ruleset parameters casingfsx: [botocore] Update endpoint ruleset parameters casinghealth: [botocore] Update endpoint ruleset parameters casingkinesis: [botocore] Update endpoint ruleset parameters casinglambda: [botocore] Add Python3.14 (python3.14) and Java 25 (java25) support to AWS Lambdalogs: [botocore] Update endpoint ruleset parameters casingmarketplace-catalog: [botocore] Update endpoint ruleset parameters casingmediaconvert: [botocore] Adds SlowPalPitchCorrection to audio pitch correction settings. Enables opacity for VideoOverlays. Adds REMUX_ALL option to enable multi-rendition passthrough to VideoSelector for allow listed accounts.omics: [botocore] Added WDL_LENIENT engine type that enables implicit typecasting of variable values to its compatible declared typespayment-cryptography: [botocore] Allow additional characters in the CertificateSubject for GetCertificateSigningRequest API.redshift: [botocore] Update endpoint ruleset parameters casingresourcegroupstaggingapi: [botocore] Update endpoint ruleset parameters casingsagemaker: [botocore] Allow update of platform identifier via UpdateNotebookInstance operation.savingsplans: [botocore] Add dual-stack endpoint support for Savings Planssnowball: [botocore] Update endpoint ruleset parameters casingssm-quicksetup: [botocore] Update endpoint ruleset parameters casingtextract: [botocore] Update endpoint ruleset parameters casingwaf: [botocore] Update endpoint ruleset parameters casingv1.40.63Compare Source
=======
amp: [botocore] Add Anomaly Detection APIs for Amazon Managed Prometheusapigateway: [botocore] Update endpoint ruleset parameters casingappconfig: [botocore] Update endpoint ruleset parameters casingappflow: [botocore] Update endpoint ruleset parameters casingapplicationcostprofiler: [botocore] Update endpoint ruleset parameters casingappmesh: [botocore] Update endpoint ruleset parameters casingappsync: [botocore] Update endpoint ruleset parameters casingartifact: [botocore] Update endpoint ruleset parameters casingauditmanager: [botocore] Update endpoint ruleset parameters casingbedrock-agent: [botocore] Update endpoint ruleset parameters casingbedrock-agentcore-control: [botocore] Web-Bot-Auth support for AgentCore Browser tool to help reduce captcha challenges.chime: [botocore] Update endpoint ruleset parameters casingcleanrooms: [botocore] Added support for advanced Spark configurations to optimize SQL performancecloudcontrol: [botocore] Update endpoint ruleset parameters casingclouddirectory: [botocore] Update endpoint ruleset parameters casingcloudsearch: [botocore] Update endpoint ruleset parameters casingcloudwatch: [botocore] Update endpoint ruleset parameters casingcodecatalyst: [botocore] Update endpoint ruleset parameters casingcodecommit: [botocore] Update endpoint ruleset parameters casingcodedeploy: [botocore] Update endpoint ruleset parameters casingcognito-sync: [botocore] Update endpoint ruleset parameters casingcompute-optimizer: [botocore] Update endpoint ruleset parameters casingconnectcases: [botocore] Update endpoint ruleset parameters casingdeadline: [botocore] Update endpoint ruleset parameters casingdevops-guru: [botocore] Update endpoint ruleset parameters casingdocdb: [botocore] Adding FailoverState and TagList to GlobalCluster and SynchronizationStatus to GlobalClusterMember.ecs: [botocore] Amazon ECS Service Connect now supports Envoy access logs, providing deeper observability into request-level traffic patterns and service interactions.eks-auth: [botocore] Update endpoint ruleset parameters casingelasticache: [botocore] Update endpoint ruleset parameters casingemr-serverless: [botocore] This release adds the capability to enable User Background Sessions for customers running Trusted Identity Propagation enabled Interactive Sessions on EMR Serverless Applications.endpoint-rules: [botocore] Update endpoint-rules client to latest versionfirehose: [botocore] Update endpoint ruleset parameters casingfrauddetector: [botocore] Update endpoint ruleset parameters casinggeo-places: [botocore] Update endpoint ruleset parameters casingglue: [botocore] This release adds the capability to enable User Background Sessions for customers running Trusted Identity Propagation enabled Interactive Sessions on AWS Glue.greengrassv2: [botocore] Update endpoint ruleset parameters casingiotevents-data: [botocore] Update endpoint ruleset parameters casingiot-managed-integrations: [botocore] Add a new GetManagedThingCertificate API to expose Iot ManagedIntegrations (MI) device certificate, and add "-" support for name, properties, actions and events in the CapabilityReportCapability object.keyspacesstreams: [botocore] Update endpoint ruleset parameters casingkms: [botocore] Add cross account VPC endpoint service connectivity support to CustomKeyStore.license-manager-linux-subscriptions: [botocore] Update endpoint ruleset parameters casingmarketplace-reporting: [botocore] Update endpoint ruleset parameters casingneptune: [botocore] Update endpoint ruleset parameters casingrtbfabric: [botocore] RTB Fabric documentation update.s3outposts: [botocore] Update endpoint ruleset parameters casingsagemaker-runtime: [botocore] Update endpoint ruleset parameters casingschemas: [botocore] Update endpoint ruleset parameters casingserverlessrepo: [botocore] Update endpoint ruleset parameters casingservicecatalog: [botocore] Update endpoint ruleset parameters casingsso: [botocore] Update endpoint ruleset parameters casingsts: [botocore] Update endpoint ruleset parameters casingv1.40.62Compare Source
=======
bedrock-runtime: [botocore] Add support for system tool and web citation response.v1.40.61Compare Source
=======
apigatewayv2: [botocore] Update endpoint ruleset parameters casingapplication-signals: [botocore] Added support for CloudWatch Synthetics Canary resources in ListAuditFindings API. This enhancement allows customers to retrieve audit findings specifically for CloudWatch Synthetics canaries and enables service-canary correlation analysis.backupsearch: [botocore] Update endpoint ruleset parameters casingbcm-pricing-calculator: [botocore] Update endpoint ruleset parameters casingbedrock-agent-runtime: [botocore] Update endpoint ruleset parameters casingbedrock-runtime: [botocore] Update endpoint ruleset parameters casingcleanroomsml: [botocore] Update endpoint ruleset parameters casingbotocore] The following clients have been removed per deprecation of the services - qldb, qldb-session, robomaker, lookoutmetrics, lookoutvision, iotfleethub, apptestcloud9: [botocore] Update endpoint ruleset parameters casingcloudsearchdomain: [botocore] Update endpoint ruleset parameters casingcodeconnections: [botocore] Update endpoint ruleset parameters casingcodeguru-security: [botocore] Update endpoint ruleset parameters casingdetective: [botocore] Update endpoint ruleset parameters casingec2: [botocore] This released the DescribeCapacityReservationTopology API.ecs: [botocore] Amazon ECS supports native linear and canary service deployments, allowing you to shift traffic in increments for more control.efs: [botocore] Update endpoint ruleset parameters casingelastictranscoder: [botocore] Update endpoint ruleset parameters casingemr-containers: [botocore] Update endpoint ruleset parameters casingendpoint-rules: [botocore] Update endpoint-rules client to latest versiongameliftstreams: [botocore] Add stream group expiration date and expired statusglacier: [botocore] Update endpoint ruleset parameters casinggroundstation: [botocore] Enable use of AzEl ephemeridesinspector-scan: [botocore] Update endpoint ruleset parameters casingkafkaconnect: [botocore] Update endpoint ruleset parameters casingkendra: [botocore] Update endpoint ruleset parameters casingkinesisvideo: [botocore] Update endpoint ruleset parameters casinglambda: [botocore] Added SerializedRequestEntityTooLargeException to Lambda Invoke APImarketplace-deployment: [botocore] Update endpoint ruleset parameters casingmediapackage-vod: [botocore] Update endpoint ruleset parameters casingmigrationhuborchestrator: [botocore] Update endpoint ruleset parameters casingnotifications: [botocore] Update endpoint ruleset parameters casingopensearch: [botocore] Update endpoint ruleset parameters casingorganizations: [botocore] Added Account State field to