Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jul 21, 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.59 age confidence
botocore ==1.40.6 -> ==1.40.59 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
matplotlib-inline ==0.1.7 -> ==0.2.1 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.407 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.28.0 age confidence
ruamel-yaml ==0.18.14 -> ==0.18.16 age confidence
ruamel-yaml-clib ==0.2.12 -> ==0.2.14 age confidence
ruff (source, changelog) ==0.12.8 -> ==0.14.2 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
termcolor (changelog) ==3.1.0 -> ==3.2.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.59

Compare Source

=======

  • api-change:acm: [botocore] Update endpoint ruleset parameters casing
  • api-change:amplifyuibuilder: [botocore] Update endpoint ruleset parameters casing
  • api-change:application-signals: [botocore] Update endpoint ruleset parameters casing
  • api-change:billing: [botocore] Update endpoint ruleset parameters casing
  • api-change:budgets: [botocore] Update endpoint ruleset parameters casing
  • api-change:chime-sdk-messaging: [botocore] Update endpoint ruleset parameters casing
  • api-change:cloudtrail: [botocore] Update endpoint ruleset parameters casing
  • api-change:codepipeline: [botocore] Update endpoint ruleset parameters casing
  • api-change:datapipeline: [botocore] Update endpoint ruleset parameters casing
  • api-change:datazone: [botocore] This release adds support for MLflow connections Creation in DataZone
  • api-change:docdb: [botocore] Update endpoint ruleset parameters casing
  • api-change:dynamodbstreams: [botocore] Update endpoint ruleset parameters casing
  • api-change:eks: [botocore] Update endpoint ruleset parameters casing
  • api-change:elb: [botocore] Update endpoint ruleset parameters casing
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version
  • api-change:evs: [botocore] Update endpoint ruleset parameters casing
  • api-change:fis: [botocore] Update endpoint ruleset parameters casing
  • api-change:gameliftstreams: [botocore] Add status reasons for TERMINATED stream sessions
  • api-change:geo-maps: [botocore] Added support for optional AdditionalFeatures parameter in the V2 GetTile API.
  • api-change:inspector: [botocore] Update endpoint ruleset parameters casing
  • api-change:iot-managed-integrations: [botocore] Update endpoint ruleset parameters casing
  • api-change:iotwireless: [botocore] Update endpoint ruleset parameters casing
  • api-change:kinesisanalytics: [botocore] Update endpoint ruleset parameters casing
  • api-change:kinesis-video-signaling: [botocore] Update endpoint ruleset parameters casing
  • api-change:location: [botocore] Added support for mobile app restrictions in Amazon Location API keys.
  • api-change:lookoutvision: [botocore] Update endpoint ruleset parameters casing
  • api-change:mediapackage: [botocore] Update endpoint ruleset parameters casing
  • api-change:mediastore: [botocore] Update endpoint ruleset parameters casing
  • api-change:mediastore-data: [botocore] Update endpoint ruleset parameters casing
  • api-change:migrationhubstrategy: [botocore] Update endpoint ruleset parameters casing
  • api-change:mq: [botocore] Update endpoint ruleset parameters casing
  • api-change:panorama: [botocore] Update endpoint ruleset parameters casing
  • api-change:payment-cryptography: [botocore] Update endpoint ruleset parameters casing
  • api-change:payment-cryptography-data: [botocore] Update endpoint ruleset parameters casing
  • api-change:pca-connector-ad: [botocore] Update endpoint ruleset parameters casing
  • api-change:qbusiness: [botocore] Update endpoint ruleset parameters casing
  • api-change:robomaker: [botocore] Update endpoint ruleset parameters casing
  • api-change:route53domains: [botocore] Update endpoint ruleset parameters casing
  • api-change:rtbfabric: [botocore] Add support for custom rate limits.
  • api-change:s3tables: [botocore] Update endpoint ruleset parameters casing
  • api-change:sagemaker: [botocore] Added inference components model data caching feature
  • api-change:sagemaker-metrics: [botocore] Update endpoint ruleset parameters casing
  • api-change:securityhub: [botocore] Release 3 layer filter support in GetFindingsV2, GetFindingStatisticsV2, GetResourcesV2,GetResourcesStatisticsV2, AutomationRule V2 APIs. Update filter casing in GetResourcesV2, GetResourcesStatisticsV2 APIs. Add new filters in GetFindingsV2, GetFindingStatisticsV2, AutomationRule V2 APIs.
  • api-change:servicediscovery: [botocore] Update endpoint ruleset parameters casing
  • api-change:snow-device-management: [botocore] Update endpoint ruleset parameters casing
  • api-change:sso-oidc: [botocore] Update endpoint ruleset parameters casing
  • api-change:supplychain: [botocore] Update endpoint ruleset parameters casing
  • api-change:translate: [botocore] Update endpoint ruleset parameters casing
  • api-change:verifiedpermissions: [botocore] Update endpoint ruleset parameters casing
  • api-change:vpc-lattice: [botocore] Update endpoint ruleset parameters casing
  • api-change:wisdom: [botocore] Update endpoint ruleset parameters casing
  • api-change:workspaces-thin-client: [botocore] Update endpoint ruleset parameters casing

v1.40.58

Compare Source

=======

  • api-change:account: [botocore] Update endpoint ruleset parameters casing
  • api-change:application-autoscaling: [botocore] Update endpoint ruleset parameters casing
  • api-change:bedrock-agentcore: [botocore] Fixing the service documentation name
  • api-change:bedrock-agentcore-control: [botocore] Fixing the service documentation name
  • api-change:chime-sdk-voice: [botocore] Update endpoint ruleset parameters casing
  • api-change:cloudtrail-data: [botocore] Update endpoint ruleset parameters casing
  • api-change:codebuild: [botocore] Update endpoint ruleset parameters casing
  • api-change:codestar-connections: [botocore] Update endpoint ruleset parameters casing
  • api-change:config: [botocore] Update endpoint ruleset parameters casing
  • api-change:connect-contact-lens: [botocore] Update endpoint ruleset parameters casing
  • api-change:cur: [botocore] Update endpoint ruleset parameters casing
  • api-change:discovery: [botocore] Update endpoint ruleset parameters casing
  • api-change:dms: [botocore] Update endpoint ruleset parameters casing
  • api-change:docdb-elastic: [botocore] Update endpoint ruleset parameters casing
  • api-change:drs: [botocore] Update endpoint ruleset parameters casing
  • api-change:dsql: [botocore] Add support for resource-based policies for Aurora DSQL clusters. This will enable you to implement Block Public Access (BPA) which will help restrict access to your Aurora DSQL public or VPC endpoints.
  • api-change:ebs: [botocore] Update endpoint ruleset parameters casing
  • api-change:ecr: [botocore] Update endpoint ruleset parameters casing
  • api-change:ecr-public: [botocore] Update endpoint ruleset parameters casing
  • api-change:healthlake: [botocore] Update endpoint ruleset parameters casing
  • api-change:internetmonitor: [botocore] Update endpoint ruleset parameters casing
  • api-change:iotevents: [botocore] Update endpoint ruleset parameters casing
  • api-change:iot-jobs-data: [botocore] Update endpoint ruleset parameters casing
  • api-change:kinesis-video-archived-media: [botocore] Update endpoint ruleset parameters casing
  • api-change:kinesis-video-webrtc-storage: [botocore] Update endpoint ruleset parameters casing
  • api-change:lambda: [botocore] Add NodeJs 24 (nodejs24.x) support to AWS Lambda.
  • api-change:macie2: [botocore] Update endpoint ruleset parameters casing
  • api-change:managedblockchain-query: [botocore] Update endpoint ruleset parameters casing
  • api-change:marketplacecommerceanalytics: [botocore] Update endpoint ruleset parameters casing
  • api-change:mediatailor: [botocore] Update endpoint ruleset parameters casing
  • api-change:mgh: [botocore] Update endpoint ruleset parameters casing
  • api-change:mgn: [botocore] Update endpoint ruleset parameters casing
  • api-change:mpa: [botocore] Update endpoint ruleset parameters casing
  • api-change:neptunedata: [botocore] Update endpoint ruleset parameters casing
  • api-change:networkmonitor: [botocore] Update endpoint ruleset parameters casing
  • api-change:odb: [botocore] Doc-only update that removes duplicate values from descriptions of ODB peering APIs.
  • api-change:omics: [botocore] Update endpoint ruleset parameters casing
  • api-change:opensearchserverless: [botocore] Update endpoint ruleset parameters casing
  • api-change:pca-connector-scep: [botocore] Update endpoint ruleset parameters casing
  • api-change:personalize-events: [botocore] Update endpoint ruleset parameters casing
  • api-change:pinpoint-email: [botocore] Update endpoint ruleset parameters casing
  • api-change:resiliencehub: [botocore] Update endpoint ruleset parameters casing
  • api-change:rum: [botocore] Update endpoint ruleset parameters casing
  • api-change:sagemaker: [botocore] Update endpoint ruleset parameters casing
  • api-change:sagemaker-edge: [botocore] Update endpoint ruleset parameters casing
  • api-change:savingsplans: [botocore] Update endpoint ruleset parameters casing
  • api-change:securitylake: [botocore] Update endpoint ruleset parameters casing
  • api-change:sesv2: [botocore] Update endpoint ruleset parameters casing
  • api-change:storagegateway: [botocore] Update endpoint ruleset parameters casing
  • api-change:synthetics: [botocore] Update endpoint ruleset parameters casing

v1.40.57

Compare Source

=======

  • api-change:appfabric: [botocore] Update endpoint ruleset parameters casing
  • api-change:autoscaling: [botocore] Update endpoint ruleset parameters casing
  • api-change:b2bi: [botocore] Update endpoint ruleset parameters casing
  • api-change:bcm-dashboards: [botocore] Update endpoint ruleset parameters casing
  • api-change:ce: [botocore] Update endpoint ruleset parameters casing
  • api-change:chatbot: [botocore] Update endpoint ruleset parameters casing
  • api-change:cloudformation: [botocore] Update endpoint ruleset parameters casing
  • api-change:cloudhsm: [botocore] Update endpoint ruleset parameters casing
  • api-change:cloudhsmv2: [botocore] Update endpoint ruleset parameters casing
  • api-change:codeguru-reviewer: [botocore] Update endpoint ruleset parameters casing
  • api-change:cognito-identity: [botocore] Update endpoint ruleset parameters casing
  • api-change:comprehendmedical: [botocore] Update endpoint ruleset parameters casing
  • api-change:connect: [botocore] This release added support for email address alias configuration and outbound campaign preview mode.
  • api-change:connectcampaignsv2: [botocore] Updated Amazon Connect Outbound Campaigns V2 SDK to support Preview Outbound Mode
  • api-change:connectparticipant: [botocore] Update endpoint ruleset parameters casing
  • api-change:devicefarm: [botocore] This release adds support for optionally including an app as part of a CreateRemoteAccessSession request
  • api-change:directconnect: [botocore] Update endpoint ruleset parameters casing
  • api-change:ds-data: [botocore] Update endpoint ruleset parameters casing
  • api-change:ec2: [botocore] This release adds AvailabilityZoneId support for CreateNetworkInterface and DescribeNetworkInterfaces APIs.
  • api-change:ec2-instance-connect: [botocore] Update endpoint ruleset parameters casing
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version
  • api-change:forecastquery: [botocore] Update endpoint ruleset parameters casing
  • api-change:iam: [botocore] Updated OIDC and SAML apis to reject multiple simultaneous requests to change a unique object.
  • api-change:inspector2: [botocore] Update endpoint ruleset parameters casing
  • api-change:iot: [botocore] Update endpoint ruleset parameters casing
  • api-change:iotanalytics: [botocore] Update endpoint ruleset parameters casing
  • api-change:iotfleetwise: [botocore] Update endpoint ruleset parameters casing
  • api-change:iotsecuretunneling: [botocore] Update endpoint ruleset parameters casing
  • api-change:iotsitewise: [botocore] Update endpoint ruleset parameters casing
  • api-change:ivschat: [botocore] Update endpoint ruleset parameters casing
  • api-change:kinesisanalyticsv2: [botocore] Update endpoint ruleset parameters casing
  • api-change:lexv2-models: [botocore] Update endpoint ruleset parameters casing
  • api-change:mailmanager: [botocore] Update endpoint ruleset parameters casing
  • api-change:marketplace-agreement: [botocore] Update endpoint ruleset parameters casing
  • api-change:medialive: [botocore] Add 3 API operations for fetching alerts: ListAlerts (Channels), ListClusterAlerts (MediaLive Anywhere), and ListMultiplexAlerts
  • api-change:mwaa: [botocore] Update endpoint ruleset parameters casing
  • api-change:notificationscontacts: [botocore] Update endpoint ruleset parameters casing
  • api-change:oam: [botocore] Update endpoint ruleset parameters casing
  • api-change:pcs: [botocore] Update endpoint ruleset parameters casing
  • api-change:pinpoint-sms-voice-v2: [botocore] Update endpoint ruleset parameters casing
  • api-change:redshift-data: [botocore] Update endpoint ruleset parameters casing
  • api-change:route53: [botocore] Amazon Route 53 now supports the ISOB West Region for private DNS for Amazon VPCs and cloudwatch healthchecks.
  • api-change:route53-recovery-cluster: [botocore] Update endpoint ruleset parameters casing
  • api-change:rtbfabric: [botocore] Update for general availability of AWS RTB Fabric service.
  • api-change:sagemaker-a2i-runtime: [botocore] Update endpoint ruleset parameters casing
  • api-change:sns: [botocore] Update endpoint ruleset parameters casing
  • api-change:ssm-incidents: [botocore] Update endpoint ruleset parameters casing
  • api-change:workdocs: [botocore] Update endpoint ruleset parameters casing
  • api-change:workmail: [botocore] Update endpoint ruleset parameters casing
  • api-change:workspaces: [botocore] Update endpoint ruleset parameters casing

v1.40.56

Compare Source

=======

  • api-change:dynamodb: [botocore] Add AccountID based endpoint metric to endpoint rules.
  • api-change:emr: [botocore] Added RECONFIGURING to the InstanceFleetState convenience enum.
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version
  • api-change:mediaconvert: [botocore] This release adds the ability to set resolution for the black video generator and also adds the StartJobsQuery and GetJobsQueryResults APIs which allow asynchronous search of job history using new filters.
  • api-change:meteringmarketplace: [botocore] Added ClientToken parameter to MeterUsage API for specifying idempotent requests.

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: [`botoco

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 Welcome aboard, @renovate[bot]!
Thank you for submitting your first pull request! Our team will review it shortly. Make sure your PR follows our contribution guidelines, and feel free to reach out if you have any questions.

@renovate renovate bot force-pushed the renovate/python-dependencies branch 4 times, most recently from 7bcb0ab to 6484d4a Compare July 28, 2025 11:33
@renovate renovate bot force-pushed the renovate/python-dependencies branch 9 times, most recently from 9cf83b8 to 3515622 Compare August 11, 2025 11:35
@renovate renovate bot force-pushed the renovate/python-dependencies branch 3 times, most recently from ae53778 to 01cef45 Compare August 17, 2025 15:49
@renovate renovate bot force-pushed the renovate/python-dependencies branch 2 times, most recently from ffd1302 to d5fd1bb Compare August 24, 2025 20:11
@renovate renovate bot force-pushed the renovate/python-dependencies branch 4 times, most recently from 04383e1 to 444b147 Compare September 5, 2025 11:55
@renovate renovate bot force-pushed the renovate/python-dependencies branch 3 times, most recently from 557518e to 596f2c9 Compare September 17, 2025 07:56
@renovate renovate bot force-pushed the renovate/python-dependencies branch 6 times, most recently from d42eee7 to f6a0dd9 Compare September 24, 2025 23:32
@renovate renovate bot force-pushed the renovate/python-dependencies branch 6 times, most recently from 2f8e699 to a5d7f1d Compare October 3, 2025 06:47
@renovate renovate bot force-pushed the renovate/python-dependencies branch 5 times, most recently from a738faa to 07fc8ff Compare October 10, 2025 04:08
@renovate renovate bot force-pushed the renovate/python-dependencies branch 5 times, most recently from d47941d to 9d04dfd Compare October 18, 2025 07:01
@renovate renovate bot force-pushed the renovate/python-dependencies branch 3 times, most recently from 5ea2a73 to c83c682 Compare October 25, 2025 12:14
@renovate renovate bot force-pushed the renovate/python-dependencies branch from c83c682 to 8943f5a Compare October 26, 2025 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants