Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2025

This PR contains the following updates:

Package Change Age Confidence
argcomplete (changelog) ==3.6.2 -> ==3.6.3 age confidence
arrow ==1.3.0 -> ==1.4.0 age confidence
attrs (changelog) ==25.3.0 -> ==25.4.0 age confidence
beautifulsoup4 (changelog) ==4.13.4 -> ==4.14.2 age confidence
black (changelog) ==25.1.0 -> ==25.9.0 age confidence
boto3 ==1.40.6 -> ==1.40.55 age confidence
botocore ==1.40.6 -> ==1.40.55 age confidence
certifi ==2025.8.3 -> ==2025.10.5 age confidence
charset-normalizer (changelog) ==3.4.3 -> ==3.4.4 age confidence
click (changelog) ==8.1.8 -> ==8.3.0 age confidence
click-option-group ==0.5.7 -> ==0.5.9 age confidence
commitizen (changelog) ==4.8.3 -> ==4.9.1 age confidence
coverage ==7.10.2 -> ==7.11.0 age confidence
cyclonedx-bom (changelog) ==7.0.0 -> ==7.2.0 age confidence
exceptiongroup (changelog) ==1.2.2 -> ==1.3.0 age confidence
executing ==2.2.0 -> ==2.2.1 age confidence
fastjsonschema ==2.21.1 -> ==2.21.2 age confidence
filelock ==3.18.0 -> ==3.20.0 age confidence
googleapis-common-protos (source) ==1.70.0 -> ==1.71.0 age confidence
identify ==2.6.13 -> ==2.6.15 age confidence
idna (changelog) ==3.10 -> ==3.11 age confidence
iniconfig ==2.1.0 -> ==2.3.0 age confidence
ipython ==8.12.3 -> ==8.37.0 age confidence
isort (changelog) ==6.0.1 -> ==6.1.0 age confidence
jsonschema (changelog) ==4.25.0 -> ==4.25.1 age confidence
jsonschema-specifications ==2025.4.1 -> ==2025.9.1 age confidence
jupyter-core ==5.8.1 -> ==5.9.1 age confidence
maison ==2.0.0 -> ==2.0.2 age confidence
markdown (changelog) ==3.8.2 -> ==3.9 age confidence
markupsafe (changelog) ==3.0.2 -> ==3.0.3 age confidence
mistune ==3.1.3 -> ==3.1.4 age confidence
mkdocs-autorefs (changelog) ==1.4.2 -> ==1.4.3 age confidence
mkdocstrings (changelog) ==0.30.0 -> ==0.30.1 age confidence
msgpack (changelog) ==1.1.1 -> ==1.1.2 age confidence
numpy (changelog) ==2.3.2 -> ==2.3.4 age confidence
parso ==0.8.4 -> ==0.8.5 age confidence
pip-tools (changelog) ==7.5.0 -> ==7.5.1 age confidence
pipdeptree (changelog) ==2.28.0 -> ==2.29.0 age confidence
platformdirs (changelog) ==4.3.8 -> ==4.5.0 age confidence
prometheus-client ==0.22.1 -> ==0.23.1 age confidence
prompt-toolkit ==3.0.51 -> ==3.0.52 age confidence
pydantic (changelog) ==2.11.7 -> ==2.12.3 age confidence
pydantic-core ==2.33.2 -> ==2.41.4 age confidence
pylint (changelog) ==3.3.8 -> ==3.3.9 age confidence
pyparsing ==3.2.3 -> ==3.2.5 age confidence
pyright ==1.1.403 -> ==1.1.406 age confidence
pytest (changelog) ==8.4.1 -> ==8.4.2 age confidence
pytest-cov (changelog) ==6.2.1 -> ==6.3.0 age confidence
pyyaml (source) ==6.0.2 -> ==6.0.3 age confidence
pyzmq ==27.0.1 -> ==27.1.0 age confidence
questionary ==2.1.0 -> ==2.1.1 age confidence
referencing (changelog) ==0.36.2 -> ==0.37.0 age confidence
requests (source, changelog) ==2.32.4 -> ==2.32.5 age confidence
rich ==13.5.3 -> ==13.9.4 age confidence
rpds-py ==0.27.0 -> ==0.27.1 age confidence
ruamel-yaml ==0.18.14 -> ==0.18.15 age confidence
ruamel-yaml-clib ==0.2.12 -> ==0.2.14 age confidence
ruff (source, changelog) ==0.12.8 -> ==0.14.1 age confidence
s3transfer ==0.13.1 -> ==0.14.0 age confidence
soupsieve ==2.7 -> ==2.8 age confidence
sqlalchemy (changelog) ==2.0.42 -> ==2.0.44 age confidence
stevedore ==5.4.1 -> ==5.5.0 age confidence
tomli (changelog) ==2.0.2 -> ==2.3.0 age confidence
types-python-dateutil (changelog) ==2.9.0.20250809 -> ==2.9.0.20251008 age confidence
typing-extensions (changelog) ==4.14.1 -> ==4.15.0 age confidence
typing-inspection (changelog) ==0.4.1 -> ==0.4.2 age confidence
virtualenv ==20.33.1 -> ==20.35.3 age confidence
wcwidth ==0.2.13 -> ==0.2.14 age confidence
wrapt (changelog) ==1.17.2 -> ==1.17.3 age confidence
yamlfix ==1.17.0 -> ==1.19.0 age confidence
yarg ==0.1.9 -> ==0.1.10 age confidence

Release Notes

kislyuk/argcomplete (argcomplete)

v3.6.3

Compare 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

arrow-py/arrow (arrow)

v1.4.0

Compare Source

  • [ADDED] Added week_start parameter to floor() and ceil() methods. PR #&#8203;1222 <https://github.com/arrow-py/arrow/pull/1222>_
  • [ADDED] Added FORMAT_RFC3339_STRICT with a T separator. PR #&#8203;1201 <https://github.com/arrow-py/arrow/pull/1201>_
  • [ADDED] Added Macedonian in Latin locale support. PR #&#8203;1200 <https://github.com/arrow-py/arrow/pull/1200>_
  • [ADDED] Added Persian/Farsi locale support. PR #&#8203;1190 <https://github.com/arrow-py/arrow/pull/1190>_
  • [ADDED] Added week and weeks to Thai locale timeframes. PR #&#8203;1218 <https://github.com/arrow-py/arrow/pull/1218>_
  • [ADDED] Added weeks to Catalan locale. PR #&#8203;1189 <https://github.com/arrow-py/arrow/pull/1189>_
  • [ADDED] Added Persian names of months, month-abbreviations and day-abbreviations in Gregorian calendar. PR #&#8203;1172 <https://github.com/arrow-py/arrow/pull/1172>_
  • [CHANGED] Migrated Arrow to use ZoneInfo for timezones instead of pytz. PR #&#8203;1217 <https://github.com/arrow-py/arrow/pull/1217>_
  • [FIXED] Fixed humanize month limits. PR #&#8203;1224 <https://github.com/arrow-py/arrow/pull/1224>_
  • [FIXED] Fixed type hint of Arrow.__getattr__. PR #&#8203;1171 <https://github.com/arrow-py/arrow/pull/1171>_
  • [FIXED] Fixed spelling and removed poorly used expressions in Korean locale. PR #&#8203;1181 <https://github.com/arrow-py/arrow/pull/1181>_
  • [FIXED] Updated shift() method for issue #​1145. PR #&#8203;1194 <https://github.com/arrow-py/arrow/pull/1194>_
  • [FIXED] Improved Greek locale translations (seconds, days, "ago", and month typo). PR #&#8203;1184 <https://github.com/arrow-py/arrow/pull/1184>, PR #&#8203;1186 <https://github.com/arrow-py/arrow/pull/1186>
  • [FIXED] Addressed datetime.utcnow deprecation warning. PR #&#8203;1182 <https://github.com/arrow-py/arrow/pull/1182>_
  • [INTERNAL] Added codecov test results. PR #&#8203;1223 <https://github.com/arrow-py/arrow/pull/1223>_
  • [INTERNAL] Updated CI dependencies (actions/setup-python, actions/checkout, codecov/codecov-action, actions/cache).
  • [INTERNAL] Added docstrings to parser.py. PR #&#8203;1010 <https://github.com/arrow-py/arrow/pull/1010>_
  • [INTERNAL] Updated Python versions support and bumped CI dependencies. PR #&#8203;1177 <https://github.com/arrow-py/arrow/pull/1177>_
  • [INTERNAL] Added dependabot for GitHub actions. PR #&#8203;1193 <https://github.com/arrow-py/arrow/pull/1193>_
  • [INTERNAL] Moved dateutil types to test requirements. PR #&#8203;1183 <https://github.com/arrow-py/arrow/pull/1183>_
  • [INTERNAL] Added documentation link for arrow.format. PR #&#8203;1180 <https://github.com/arrow-py/arrow/pull/1180>_
python-attrs/attrs (attrs)

v25.4.0

Compare Source

Backwards-incompatible Changes
  • Class-level kw_only=True behavior is now consistent with dataclasses.

    Previously, a class that sets kw_only=True makes all attributes keyword-only, including those from base classes.
    If an attribute sets kw_only=False, that setting is ignored, and it is still made keyword-only.

    Now, only the attributes defined in that class that doesn't explicitly set kw_only=False are made keyword-only.

    This shouldn't be a problem for most users, unless you have a pattern like this:

    @&#8203;attrs.define(kw_only=True)
    class Base:
        a: int
        b: int = attrs.field(default=1, kw_only=False)
    
    @&#8203;attrs.define
    class Subclass(Base):
        c: int

    Here, we have a kw_only=True attrs class (Base) with an attribute that sets kw_only=False and has a default (Base.b), and then create a subclass (Subclass) with required arguments (Subclass.c).
    Previously this would work, since it would make Base.b keyword-only, but now this fails since Base.b is positional, and we have a required positional argument (Subclass.c) following another argument with defaults.
    #​1457

Changes
  • Values passed to the __init__() method of attrs classes are now correctly passed to __attrs_pre_init__() instead of their default values (in cases where kw_only was not specified).
    #​1427

  • Added support for Python 3.14 and PEP 749.
    #​1446,
    #​1451

  • attrs.validators.deep_mapping() now allows to leave out either key_validator xor value_validator.
    #​1448

  • attrs.validators.deep_iterator() and attrs.validators.deep_mapping() now accept lists and tuples for all validators and wrap them into a attrs.validators.and_().
    #​1449

  • Added a new experimental way to inspect classes:

    attrs.inspect(cls) returns the effective class-wide parameters that were used by attrs to construct the class.

    The returned class is the same data structure that attrs uses internally to decide how to construct the final class.
    #​1454

  • Fixed annotations for attrs.field(converter=...).
    Previously, a tuple of converters was only accepted if it had exactly one element.
    #​1461

  • The performance of attrs.asdict() has been improved by 45–260%.
    #​1463

  • The performance of attrs.astuple() has been improved by 49–270%.
    #​1469

  • The type annotation for attrs.validators.or_() now allows for different types of validators.

    This was only an issue on Pyright.
    #​1474

psf/black (black)

v25.9.0

Compare Source

Highlights
  • Remove support for pre-python 3.7 await/async as soft keywords/variable names
    (#​4676)
Stable style
  • Fix crash while formatting a long del statement containing tuples (#​4628)
  • Fix crash while formatting expressions using the walrus operator in complex with
    statements (#​4630)
  • Handle # fmt: skip followed by a comment at the end of file (#​4635)
  • Fix crash when a tuple appears in the as clause of a with statement (#​4634)
  • Fix crash when tuple is used as a context manager inside a with statement (#​4646)
  • Fix crash when formatting a \ followed by a \r followed by a comment (#​4663)
  • Fix crash on a \\r\n (#​4673)
  • Fix crash on await ... (where ... is a literal Ellipsis) (#​4676)
  • Fix crash on parenthesized expression inside a type parameter bound (#​4684)
  • Fix crash when using line ranges excluding indented single line decorated items
    (#​4670)
Preview style
  • Fix a bug where one-liner functions/conditionals marked with # fmt: skip would still
    be formatted (#​4552)
  • Improve multiline_string_handling with ternaries and dictionaries (#​4657)
  • Fix a bug where string_processing would not split f-strings directly after
    expressions (#​4680)
  • Wrap the in clause of comprehensions across lines if necessary (#​4699)
  • Remove parentheses around multiple exception types in except and except* without
    as. (#​4720)
  • Add \r style newlines to the potential newlines to normalize file newlines both from
    and to (#​4710)
Parser
  • Rewrite tokenizer to improve performance and compliance (#​4536)
  • Fix bug where certain unusual expressions (e.g., lambdas) were not accepted in type
    parameter bounds and defaults. (#​4602)
Performance
  • Avoid using an extra process when running with only one worker (#​4734)
Integrations
  • Fix the version check in the vim file to reject Python 3.8 (#​4567)
  • Enhance GitHub Action psf/black to read Black version from an additional section in
    pyproject.toml: [project.dependency-groups] (#​4606)
  • Build gallery docker image with python3-slim and reduce image size (#​4686)
Documentation
  • Add FAQ entry for windows emoji not displaying (#​4714)
boto/boto3 (boto3)

v1.40.55

Compare Source

=======

  • api-change:amp: [botocore] Update endpoint ruleset parameters casing
  • api-change:amplifybackend: [botocore] Update endpoint ruleset parameters casing
  • api-change:appconfigdata: [botocore] Update endpoint ruleset parameters casing
  • api-change:appintegrations: [botocore] Update endpoint ruleset parameters casing
  • api-change:application-insights: [botocore] Update endpoint ruleset parameters casing
  • api-change:arc-zonal-shift: [botocore] Update endpoint ruleset parameters casing
  • api-change:bcm-recommended-actions: [botocore] Update endpoint ruleset parameters casing
  • api-change:bedrock-data-automation-runtime: [botocore] Update endpoint ruleset parameters casing
  • api-change:chime-sdk-meetings: [botocore] Update endpoint ruleset parameters casing
  • api-change:cloudfront: [botocore] Update endpoint ruleset parameters casing
  • api-change:cloudfront-keyvaluestore: [botocore] Update endpoint ruleset parameters casing
  • api-change:codestar-notifications: [botocore] Update endpoint ruleset parameters casing
  • api-change:controlcatalog: [botocore] Update endpoint ruleset parameters casing
  • api-change:datasync: [botocore] Update endpoint ruleset parameters casing
  • api-change:ds: [botocore] Update endpoint ruleset parameters casing
  • api-change:dsql: [botocore] Update endpoint ruleset parameters casing
  • api-change:ec2: [botocore] Documentation updates for Amazon EC2.
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version
  • api-change:es: [botocore] Update endpoint ruleset parameters casing
  • api-change:events: [botocore] Update endpoint ruleset parameters casing
  • api-change:evidently: [botocore] Update endpoint ruleset parameters casing
  • api-change:finspace: [botocore] Update endpoint ruleset parameters casing
  • api-change:finspace-data: [botocore] Update endpoint ruleset parameters casing
  • api-change:gameliftstreams: [botocore] Updates documentation to clarify valid application binaries for an Amazon GameLift Streams application and provide descriptions of stream session error status reasons
  • api-change:geo-maps: [botocore] Added support for optional style parameters in maps, including Terrain, ContourDensity, Traffic, and TravelModes.
  • api-change:imagebuilder: [botocore] Update endpoint ruleset parameters casing
  • api-change:iot-data: [botocore] Update endpoint ruleset parameters casing
  • api-change:iotdeviceadvisor: [botocore] Update endpoint ruleset parameters casing
  • api-change:iotthingsgraph: [botocore] Update endpoint ruleset parameters casing
  • api-change:iottwinmaker: [botocore] Update endpoint ruleset parameters casing
  • api-change:kendra-ranking: [botocore] Update endpoint ruleset parameters casing
  • api-change:kinesis-video-media: [botocore] Update endpoint ruleset parameters casing
  • api-change:lakeformation: [botocore] Update endpoint ruleset parameters casing
  • api-change:license-manager: [botocore] Update endpoint ruleset parameters casing
  • api-change:license-manager-user-subscriptions: [botocore] Update endpoint ruleset parameters casing
  • api-change:marketplace-catalog: [botocore] The ListEntities API now supports two new CAPI filters: DeliveryOptionTypes for SaaS products and CompatibleAWSServices for Container products.
  • api-change:mediaconnect: [botocore] Update endpoint ruleset parameters casing
  • api-change:migration-hub-refactor-spaces: [botocore] Update endpoint ruleset parameters casing
  • api-change:network-firewall: [botocore] Update endpoint ruleset parameters casing
  • api-change:networkmanager: [botocore] Update endpoint ruleset parameters casing
  • api-change:organizations: [botocore] Update endpoint ruleset parameters casing
  • api-change:pi: [botocore] Update endpoint ruleset parameters casing
  • api-change:qapps: [botocore] Update endpoint ruleset parameters casing
  • api-change:rolesanywhere: [botocore] Update endpoint ruleset parameters casing
  • api-change:route53-recovery-readiness: [botocore] Update endpoint ruleset parameters casing
  • api-change:sagemaker-geospatial: [botocore] Update endpoint ruleset parameters casing
  • api-change:signer: [botocore] Update endpoint ruleset parameters casing
  • api-change:swf: [botocore] Releasing minor endpoint updates.
  • api-change:timestream-write: [botocore] Update endpoint ruleset parameters casing
  • api-change:tnb: [botocore] Update endpoint ruleset parameters casing
  • api-change:wellarchitected: [botocore] Update endpoint ruleset parameters casing

v1.40.54

Compare Source

=======

  • api-change:acm-pca: [botocore] Update endpoint ruleset parameters casing
  • api-change:amplify: [botocore] Update endpoint ruleset parameters casing
  • api-change:apigatewaymanagementapi: [botocore] Update endpoint ruleset parameters casing
  • api-change:apprunner: [botocore] Update endpoint ruleset parameters casing
  • api-change:apptest: [botocore] Update endpoint ruleset parameters casing
  • api-change:autoscaling-plans: [botocore] Updated FIPS endpoints for US GovCloud regions
  • api-change:batch: [botocore] Update endpoint ruleset parameters casing
  • api-change:bcm-data-exports: [botocore] Update endpoint ruleset parameters casing
  • api-change:billingconductor: [botocore] New feature: service flat CLI and first AWS managed pricing plan (BasicPricingPlan)
  • api-change:customer-profiles: [botocore] Update endpoint ruleset parameters casing
  • api-change:databrew: [botocore] Update endpoint ruleset parameters casing
  • api-change:dataexchange: [botocore] Update endpoint ruleset parameters casing
  • api-change:dlm: [botocore] Update endpoint ruleset parameters casing
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version
  • api-change:freetier: [botocore] Update endpoint ruleset parameters casing
  • api-change:gamelift: [botocore] Update endpoint ruleset parameters casing
  • api-change:geo-routes: [botocore] Update endpoint ruleset parameters casing
  • api-change:globalaccelerator: [botocore] Update endpoint ruleset parameters casing
  • api-change:grafana: [botocore] Update endpoint ruleset parameters casing
  • api-change:identitystore: [botocore] Update endpoint ruleset parameters casing
  • api-change:ivs: [botocore] Update endpoint ruleset parameters casing
  • api-change:ivs-realtime: [botocore] Update endpoint ruleset parameters casing
  • api-change:kafka: [botocore] Update endpoint ruleset parameters casing
  • api-change:keyspaces: [botocore] Update endpoint ruleset parameters casing
  • api-change:kms: [botocore] Update endpoint ruleset parameters casing
  • api-change:lex-models: [botocore] Update endpoint ruleset parameters casing
  • api-change:lexv2-runtime: [botocore] Update endpoint ruleset parameters casing
  • api-change:lookoutequipment: [botocore] Update endpoint ruleset parameters casing
  • api-change:m2: [botocore] Update endpoint ruleset parameters casing
  • api-change:machinelearning: [botocore] Update endpoint ruleset parameters casing
  • api-change:marketplace-entitlement: [botocore] Update endpoint ruleset parameters casing
  • api-change:mediapackagev2: [botocore] Update endpoint ruleset parameters casing
  • api-change:medical-imaging: [botocore] Update endpoint ruleset parameters casing
  • api-change:memorydb: [botocore] Update endpoint ruleset parameters casing
  • api-change:migrationhub-config: [botocore] Update endpoint ruleset parameters casing
  • api-change:networkflowmonitor: [botocore] Update endpoint ruleset parameters casing
  • api-change:osis: [botocore] Update endpoint ruleset parameters casing
  • api-change:personalize: [botocore] Update endpoint ruleset parameters casing
  • api-change:personalize-runtime: [botocore] Update endpoint ruleset parameters casing
  • api-change:pinpoint-sms-voice: [botocore] Update endpoint ruleset parameters casing
  • api-change:polly: [botocore] Update endpoint ruleset parameters casing
  • api-change:pricing: [botocore] Update endpoint ruleset parameters casing
  • api-change:qldb: [botocore] Update endpoint ruleset parameters casing
  • api-change:qldb-session: [botocore] Update endpoint ruleset parameters casing
  • api-change:route53-recovery-control-config: [botocore] Update endpoint ruleset parameters casing
  • api-change:ssm: [botocore] Update endpoint ruleset parameters casing
  • api-change:ssm-contacts: [botocore] Update endpoint ruleset parameters casing
  • api-change:ssm-guiconnect: [botocore] Update endpoint ruleset parameters casing
  • api-change:timestream-query: [botocore] Update endpoint ruleset parameters casing
  • api-change:voice-id: [botocore] Update endpoint ruleset parameters casing
  • api-change:workspaces-web: [botocore] Update endpoint ruleset parameters casing

v1.40.53

Compare Source

=======

  • api-change:bedrock: [botocore] Amazon Bedrock Automated Reasoning Policy now offers enhanced AWS KMS integration. The CreateAutomatedReasoningPolicy API includes a new kmsKeyId field, allowing customers to specify their preferred KMS key for encryption, improving control and compliance with AWS encryption mandates.
  • api-change:docdb: [botocore] Add support for NetworkType field in CreateDbCluster, ModifyDbCluster, RestoreDbClusterFromSnapshot and RestoreDbClusterToPointInTime for DocumentDB.
  • api-change:ec2: [botocore] Introducing EC2 Capacity Manager for monitoring and analyzing capacity usage across On-Demand Instances, Spot Instances, and Capacity Reservations.
  • api-change:elbv2: [botocore] This release expands Listener Rule Conditions to support RegexValues and adds support for a new Transforms field in Listener Rules.
  • api-change:guardduty: [botocore] Added default pagination value for ListMalwareProtectionPlans API and updated UpdateFindingsFeedback API
  • api-change:lightsail: [botocore] Add support for manage Lightsail Bucket CORS configuration
  • api-change:timestream-influxdb: [botocore] This release adds support for creating and managing InfluxDB 3 Core and Enterprise DbClusters.

v1.40.52

Compare Source

=======

  • api-change:appstream: [botocore] This release introduces support for Microsoft license included applications streaming.
  • api-change:backup: [botocore] The AWS Backup job attribute extension enhancement helps customers better understand the plan that initiated each job, and the properties of the resource each job creates.
  • api-change:connect: [botocore] SDK release for TaskTemplateInfo in Contact for DescribeContact response.
  • api-change:datazone: [botocore] Support creating scoped and trustedIdentityPropagation enabled connections.
  • api-change:ec2: [botocore] This release adds support for creating instant, point-in-time copies of EBS volumes within the same Availability Zone
  • api-change:transcribe: [botocore] Move UntagResource API body member to query parameter
  • api-change:transfer: [botocore] SFTP connectors now support routing connections via customers' VPC. This enables connections to remote servers that are only accessible in a customer's VPC environment, and to servers that are accessible over the internet but need connections coming from an IP address in a customer VPC's CIDR range.

v1.40.51

Compare Source

=======

  • api-change:bedrock-agentcore: [botocore] Updated InvokeAgentRuntime API to accept account id optionally and added CompleteResourceTokenAuth API.
  • api-change:bedrock-agentcore-control: [botocore] Updated http status code in control plane apis of agentcore runtime, tools and identity. Additional included provider types for AgentCore Identity
  • api-change:ec2: [botocore] Release Amazon EC2 c8i, c8i-flex, m8a, and r8gb
  • api-change:observabilityadmin: [botocore] CloudWatch Observability Admin adds the ability to enable Resource tags for telemetry in a customer account. The release introduces new APIs to enable, disable and describe the status of Resource tags for telemetry feature. This new capability simplifies monitoring AWS resources using tags.

v1.40.50

Compare Source

=======

  • api-change:bedrock-agentcore: [botocore] Bedrock AgentCore release for Runtime, and Memory.
  • api-change:bedrock-agentcore-control: [botocore] Bedrock AgentCore release for Gateway, and Memory including Self-Managed Strategies support for Memory.
  • api-change:cloudfront: [botocore] Added new viewer security policy, TLSv1.2_2025, for CloudFront.
  • api-change:glue: [botocore] Addition of AuditContext in GetTable/GetTables Request
  • api-change:lambda: [botocore] Add InvokedViaFunctionUrl context key to limit invocations to only FURL invokes.
  • api-change:odb: [botocore] This release adds APIs that allow you to specify CIDR ranges in your ODB peering connection.
  • api-change:rds: [botocore] Updated the text in the Important section of the ModifyDBClusterParameterGroup page.

v1.40.49

Compare Source

=======

  • api-change:quicksight: [botocore] This release adds support for ActionConnector and Flow, which are new resources associated with Amazon Quick Suite. Additional updates include expanded Data Source options, further branding customization, and new capabilities that can be restricted by Admins.
  • api-change:wafv2: [botocore] This release adds the ability to throw WafLimitsExceededException when the maximum number of Application Load Balancer (ALB) associations per AWS WAF v2 WebACL is exceeded.

v1.40.48

Compare Source

=======

  • api-change:bedrock-agentcore-control: [botocore] Adding support for authorizer type AWS_IAM to AgentCore Control Gateway.
  • api-change:license-manager-user-subscriptions: [botocore] Released support for IPv6 and dual-stack active directories
  • api-change:outposts: [botocore] This release adds the new StartOutpostDecommission API, which starts the decommission process to return Outposts racks or servers.
  • api-change:service-quotas: [botocore] introduces Service Quotas Automatic Management. Users can opt-in to monitoring and managing service quotas, receive notifications when quota usage reaches thresholds, configure notification channels, subscribe to EventBridge events for automation, and view notifications in the AWS Health dashboard.

v1.40.47

Compare Source

=======

  • api-change:proton: [botocore] Deprecating APIs in AWS Proton namespace.

v1.40.46

Compare Source

=======

  • api-change:backup: [botocore] Adds optional MaxScheduledRunsPreview input to GetBackupPlan API to provide a preview of up to 10 next scheduled backup plan runs in the GetBackupPlan response.
  • api-change:bedrock-agentcore: [botocore] Add support for batch memory management, agent card re

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 23, 2025
@github-actions github-actions bot requested a review from mobious999 June 23, 2025 00:58
@renovate renovate bot force-pushed the renovate/python-dependencies branch 11 times, most recently from 2b5b37e to d42ba3d Compare June 30, 2025 21:35
@renovate renovate bot force-pushed the renovate/python-dependencies branch 11 times, most recently from 765568a to ef295c7 Compare July 8, 2025 03:57
@renovate renovate bot force-pushed the renovate/python-dependencies branch from ef295c7 to e2ae4b1 Compare July 9, 2025 03:40
@renovate renovate bot force-pushed the renovate/python-dependencies branch 16 times, most recently from 291c400 to 80e6cbd Compare October 13, 2025 21:46
@renovate renovate bot force-pushed the renovate/python-dependencies branch 12 times, most recently from 519ca5f to 33b131e Compare October 20, 2025 04:41
@renovate renovate bot force-pushed the renovate/python-dependencies branch from 33b131e to a2a4972 Compare October 20, 2025 16:31
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