chore(deps): update python dependencies #8
+82
−82
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.11.0==1.39.14->==1.40.71==1.39.14->==1.40.71==1.2.2.post1->==1.3.0==1.1.2->==1.2.4==2025.7.14->==2025.11.12==3.4.2->==3.4.4==8.2.1->==8.3.0==4.8.3->==4.10.0==7.10.0->==7.11.3==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.7.0==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.4.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.12.0==3.3.2->==3.4.0==3.3.6->==3.3.9==10.16->==10.17.1==3.2.3->==3.2.5==8.3.5->==8.4.2==5.1.0->==5.2.3==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.20251108==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.11.0Compare Source
Highlights
Stable style
# fmt: offand# fmt: onwere reformatted (#4811)being normalized (#4811)
Preview style
multiline_string_handlingfrom--unstableto--preview(#4760)comments (#4764)
# type: <value>(#4645)fix_fmt_skip_in_one_linerspreview feature to respect# fmt: skipfor compoundstatements with semicolon-separated bodies (#4800)
Configuration
no_cacheoption to control caching behavior. (#4803)Packaging
Output
(#4610)
Blackd
requests to blackd (#4774)
Integrations
psf/blackto support therequired-versionmajor-version-only"stability" format when using pyproject.toml (#4770)
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.71Compare Source
=======
batch: [botocore] Documentation-only update: update API and doc descriptions per EKS ImageType default value switch from AL2 to AL2023.bedrock-data-automation: [botocore] Added support for Language Expansion feature for BDA Audio modality.ec2: [botocore] AWS Site-to-Site VPN now supports VPN connections with up to 5 Gbps bandwidth per tunnel, a 4x improvement from existing limit of 1.25 Gbps.endpoint-rules: [botocore] Update endpoint-rules client to latest versionmedical-imaging: [botocore] Added new fields in existing APIs.rtbfabric: [botocore] Added LogSettings and LinkAttribute fields to external linkssecurity-ir: [botocore] Added support for configuring communication preferences as well as clearly displaying case comment author identities.v1.40.70Compare Source
=======
acm-pca: [botocore] Private Certificate Authority service now supports ML-DSA key algorithms.appstream: [botocore] AWS Appstream support for IPv6backup: [botocore] AWS Backup supports backups of Amazon EKS clusters, including Kubernetes cluster state and persistent storage attached to the EKS cluster via a persistent volume claim (EBS volumes, EFS file systems, and S3 buckets).braket: [botocore] Adds ExperimentalCapabilities field to CreateQuantumTask request and GetQuantumTask response objects. Enables use of experimental software capabilities when creating quantum tasks.datazone: [botocore] Remove trackingServerName from DataZone Connection MLflowPropertiesdsql: [botocore] Cluster endpoint added to CreateCluster and GetCluster API responsesec2: [botocore] Amazon EC2 Fleet customers can now filter instance types based on encryption-in-transit support using Attribute-Based Instance Type Selection (ABIS), eliminating the manual effort of identifying and selecting compatible instance types for security-sensitive workloads.guardduty: [botocore] Include tags filed in CreatePublishingDestinationRequest and DescribePublishingDestinationResponse.iam: [botocore] Added CreateDelegationRequest API, which is not available for general use at this time.invoicing: [botocore] Added new invoicing get-invoice-pdf API Operationkafka: [botocore] Amazon MSK now supports intelligent rebalancing for MSK Express brokers.sts: [botocore] Added GetDelegatedAccessToken API, which is not available for general use at this time.verifiedpermissions: [botocore] Amazon Verified Permissions / Features : Adds support for entity Cedar tags.wafv2: [botocore] AWS WAF now supports CLOUDWATCH_TELEMETRY_RULE_MANAGED as a LogScope option, enabling automated logging configuration through Amazon CloudWatch Logs for telemetry data collection and analysis.v1.40.69Compare Source
=======
controltower: [botocore] Added Parent Identifier support to ListEnabledControls and GetEnabledControl API. Implemented RemediationType support for Landing Zone operations: CreateLandingZone, UpdateLandingZone and GetLandingZone APIsec2: [botocore] Adds PrivateDnsPreference and PrivateDnsSpecifiedDomains to control private DNS resolution for resource and service network VPC endpoints and IpamScopeExternalAuthorityConfiguration to integrate Amazon VPC IPAM with a third-party IPAM servicekms: [botocore] Added support for new ECC_NIST_EDWARDS25519 AWS KMS key specopensearch: [botocore] This release introduces the Default Application feature, allowing users to set, change, or unset a preferred OpenSearch UI application on a per-region basis for a streamlined and consistent user experience.vpc-lattice: [botocore] Amazon VPC Lattice now supports custom domain name for resource configurationsv1.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: