Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
anyio (changelog) ==4.9.0 -> ==4.12.0 age confidence
argcomplete (changelog) ==3.6.2 -> ==3.6.3 age confidence
astroid ==3.3.10 -> ==3.3.11 age confidence
backrefs ==5.8 -> ==5.9 age confidence
bandit (source, changelog) ==1.8.3 -> ==1.9.2 age confidence
black (changelog) ==25.1.0 -> ==25.12.0 age confidence
boto3 ==1.38.36 -> ==1.42.16 age confidence
boto3 ==1.38.41 -> ==1.42.16 age confidence
botocore ==1.38.36 -> ==1.42.16 age confidence
botocore ==1.38.41 -> ==1.42.16 age confidence
bracex ==2.5.post1 -> ==2.6 age confidence
build (changelog) ==1.2.2.post1 -> ==1.3.0 age confidence
bump-my-version ==1.1.2 -> ==1.2.5 age confidence
certifi ==2025.6.15 -> ==2025.11.12 age confidence
cfgv ==3.4.0 -> ==3.5.0 age confidence
charset-normalizer (changelog) ==3.4.2 -> ==3.4.4 age confidence
click (changelog) ==8.2.1 -> ==8.3.1 age confidence
commitizen (changelog) ==4.8.3 -> ==4.10.1 age confidence
contourpy (changelog) ==1.3.2 -> ==1.3.3 age confidence
coverage ==7.9.1 -> ==7.13.0 age confidence
distlib ==0.3.9 -> ==0.4.0 age confidence
docutils (changelog) ==0.21.2 -> ==0.22.4 age confidence
flake8 (changelog) ==7.2.0 -> ==7.3.0 age confidence
identify ==2.6.12 -> ==2.6.15 age confidence
idna (changelog) ==3.10 -> ==3.11 age confidence
importlib-metadata ==8.7.0 -> ==8.7.1 age confidence
iniconfig ==2.1.0 -> ==2.3.0 age confidence
isort (changelog) ==6.0.1 -> ==6.1.0 age confidence
jaraco-context ==6.0.1 -> ==6.0.2 age confidence
jaraco-functools ==4.2.1 -> ==4.4.0 age confidence
keyring ==25.6.0 -> ==25.7.0 age confidence
kiwisolver (changelog) ==1.4.8 -> ==1.4.9 age confidence
mando ==0.7.1 -> ==0.8.2 age confidence
markdown (changelog) ==3.8.2 -> ==3.10 age confidence
markupsafe (changelog) ==3.0.2 -> ==3.0.3 age confidence
matplotlib ==3.10.3 -> ==3.10.8 age confidence
mkdocs-material (changelog) ==9.6.14 -> ==9.7.1 age confidence
more-itertools ==10.7.0 -> ==10.8.0 age confidence
mypy (changelog) ==1.15.0 -> ==1.19.1 age confidence
nh3 ==0.2.21 -> ==0.3.2 age confidence
nodeenv ==1.9.1 -> ==1.10.0 age confidence
pandas ==2.2.3 -> ==2.3.3 age confidence
platformdirs (changelog) ==4.3.8 -> ==4.5.1 age confidence
pre-commit ==4.2.0 -> ==4.5.1 age confidence
prometheus-client ==0.22.1 -> ==0.23.1 age confidence
prompt-toolkit ==3.0.51 -> ==3.0.52 age confidence
pycodestyle (changelog) ==2.13.0 -> ==2.14.0 age confidence
pydantic (changelog) ==2.11.7 -> ==2.12.5 age confidence
pydantic-core ==2.33.2 -> ==2.41.5 age confidence
pydantic-settings (changelog) ==2.10.0 -> ==2.12.0 age confidence
pyflakes ==3.3.2 -> ==3.4.0 age confidence
pylint (changelog) ==3.3.6 -> ==3.3.9 age confidence
pyparsing ==3.2.3 -> ==3.3.1 age confidence
pytest (changelog) ==8.3.5 -> ==8.4.2 age confidence
pytest-benchmark (changelog) ==5.1.0 -> ==5.2.3 age confidence
pytest-cov (changelog) ==6.1.1 -> ==6.3.0 age confidence
pytest-mock (changelog) ==3.14.0 -> ==3.15.1 age confidence
python-dotenv ==1.1.0 -> ==1.2.1 age confidence
pyyaml (source) ==6.0.2 -> ==6.0.3 age confidence
questionary ==2.1.0 -> ==2.1.1 age confidence
requests (source, changelog) ==2.32.4 -> ==2.32.5 age confidence
rich ==14.0.0 -> ==14.2.0 age confidence
rich-click ==1.8.9 -> ==1.9.5 age confidence
ruff (source, changelog) ==0.11.6 -> ==0.14.10 age confidence
s3transfer ==0.13.0 -> ==0.16.0 age confidence
scipy ==1.15.3 -> ==1.16.3 age confidence
stevedore ==5.4.1 -> ==5.6.0 age confidence
termcolor (changelog) ==2.3.0 -> ==2.5.0 age confidence
twine ==6.1.0 -> ==6.2.0 age confidence
types-python-dateutil (changelog) ==2.9.0.20241206 -> ==2.9.0.20251115 age confidence
types-pyyaml (changelog) ==6.0.12.20250402 -> ==6.0.12.20250915 age confidence
types-requests (changelog) ==2.32.0.20250328 -> ==2.32.4.20250913 age confidence
typing-extensions (changelog) ==4.14.0 -> ==4.15.0 age confidence
typing-inspection (changelog) ==0.4.1 -> ==0.4.2 age confidence
tzdata ==2025.2 -> ==2025.3 age confidence
virtualenv ==20.31.2 -> ==20.35.4 age confidence
wcmatch ==10.0 -> ==10.1 age confidence
wcwidth ==0.2.13 -> ==0.2.14 age confidence

Release Notes

agronholm/anyio (anyio)

v4.12.0

Compare Source

  • Added support for asyncio's task call graphs on Python 3.14 and later when using AnyIO's task groups (#​1025)
  • Added an asynchronous implementation of the functools module (#​1001)
  • Added support for uvloop=True on Windows via the winloop implementation (#​960; PR by @​Vizonex)
  • Added support for use as a context manager to anyio.lowlevel.RunVar (#​1003)
  • Added __all__ declarations to public submodules (anyio.lowlevel etc.) (#​1009)
  • Added the ability to set the token count of a CapacityLimiter to zero (#​1019; requires Python 3.10 or later when using Trio)
  • Added parameters case_sensitive and recurse_symlinks along with support for path-like objects to anyio.Path.glob() and anyio.Path.rglob() (#​1033; PR by @​northisup)
  • Dropped sniffio as a direct dependency and added the get_available_backends() function (#​1021)
  • Fixed Process.stdin.send() not raising ClosedResourceError and BrokenResourceError on asyncio. Previously, a non-AnyIO exception was raised in such cases (#​671; PR by @​gschaffner)
  • Fixed Process.stdin.send() not checkpointing before writing data on asyncio (#​1002; PR by @​gschaffner)
  • Fixed a race condition where cancelling a Future from BlockingPortal.start_task_soon() would sometimes not cancel the async function (#​1011; PR by @​gschaffner)
  • Fixed the presence of the pytest plugin causing breakage with older versions of pytest (<= 6.1.2) (#​1028; PR by @​saper)
  • Fixed a rarely occurring RuntimeError: Set changed size during iteration while shutting down the process pool when using the asyncio backend (#​985)

v4.11.0

Compare Source

  • Added support for cancellation reasons (the reason parameter to CancelScope.cancel()) (#​975)
  • Bumped the minimum version of Trio to v0.31.0
  • Added the ability to enter the event loop from foreign (non-worker) threads by passing the return value of anyio.lowlevel.current_token() to anyio.from_thread.run() and anyio.from_thread.run_sync() as the token keyword argument (#​256)
  • Added pytest option (anyio_mode = "auto") to make the pytest plugin automatically handle all async tests (#​971)
  • Added the anyio.Condition.wait_for() method for feature parity with asyncio (#​974)
  • Changed the default type argument of anyio.abc.TaskStatus from Any to None (#​964)
  • Fixed TCP listener behavior to guarantee the same ephemeral port is used for all socket listeners when local_port=0 (#​857; PR by @​11kkw and @​agronholm)
  • Fixed inconsistency between Trio and asyncio where a TCP stream that previously raised a BrokenResourceError on send() would still raise BrokenResourceError after the stream was closed on asyncio, but ClosedResourceError on Trio. They now both raise a ClosedResourceError in this scenario. (#​671)

v4.10.0

Compare Source

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

pylint-dev/astroid (astroid)

v3.3.11

Compare Source

=============================
Release date: 2025-07-13

  • Fix a crash when parsing an empty arbitrary expression with extract_node (extract_node("__()")).

    Closes #​2734

  • Fix a crash when parsing a slice called in a decorator on a function that is also decorated with
    a known six decorator.

    Closes #​2721

facelessuser/backrefs (backrefs)

v5.9

Compare Source

5.9

  • NEW: Add support for Python 3.14.
  • ENHANCE: Switch to deploying with PyPI's "Trusted Publisher".
PyCQA/bandit (bandit)

v1.9.2

Compare Source

What's Changed

Full Changelog: PyCQA/bandit@1.9.1...1.9.2

v1.9.1

Compare Source

What's Changed

Full Changelog: PyCQA/bandit@1.9.0...1.9.1

v1.8.6

Compare Source

What's Changed

New Contributors

Full Changelog: PyCQA/bandit@1.8.5...1.8.6

v1.8.5

Compare Source

What's Changed

Full Changelog: PyCQA/bandit@1.8.4...1.8.5

psf/black (black)

v25.12.0

Compare Source

Highlights
  • Black no longer supports running with Python 3.9 (#​4842)
Stable style
  • Fix bug where comments preceding # fmt: off/# fmt: on blocks were incorrectly
    removed, particularly affecting Jupytext's # %% [markdown] comments (#​4845)
  • Fix crash when multiple # fmt: skip comments are used in a multi-part if-clause, on
    string literals, or on dictionary entries with long lines (#​4872)
  • Fix possible crash when fmt: directives aren't on the top level (#​4856)
Preview style
  • Fix fmt: skip skipping the line after instead of the line it's on (#​4855)
  • Remove unnecessary parentheses from the left-hand side of assignments while preserving
    magic trailing commas and intentional multiline formatting (#​4865)
  • Fix fix_fmt_skip_in_one_liners crashing on with statements (#​4853)
  • Fix fix_fmt_skip_in_one_liners crashing on annotated parameters (#​4854)
  • Fix new lines being added after imports with # fmt: skip on them (#​4894)
Packaging
  • Releases now include arm64 Windows binaries and wheels (#​4814)
Integrations
  • Add output-file input to GitHub Action psf/black to write formatter output to a
    file for artifact capture and log cleanliness (#​4824)

v25.11.0

Compare Source

Highlights
  • Enable base 3.14 support (#​4804)
  • Add support for the new Python 3.14 t-string syntax introduced by PEP 750 (#​4805)
Stable style
  • Fix bug where comments between # fmt: off and # fmt: on were reformatted (#​4811)
  • Comments containing fmt directives now preserve their exact formatting instead of
    being normalized (#​4811)
Preview style
  • Move multiline_string_handling from --unstable to --preview (#​4760)
  • Fix bug where module docstrings would be treated as normal strings if preceded by
    comments (#​4764)
  • Fix bug where python 3.12 generics syntax split line happens weirdly (#​4777)
  • Standardize type comments to form # type: <value> (#​4645)
  • Fix fix_fmt_skip_in_one_liners preview feature to respect # fmt: skip for compound
    statements with semicolon-separated bodies (#​4800)
Configuration
  • Add no_cache option to control caching behavior. (#​4803)
Packaging
  • Releases now include arm64 Linux binaries (#​4773)
Output
  • Write unchanged content to stdout when excluding formatting from stdin using pipes
    (#​4610)
Blackd
  • Implemented BlackDClient. This simple python client allows to easily send formatting
    requests to blackd (#​4774)
Integrations
  • Enable 3.14 base CI (#​4804)
  • Enhance GitHub Action psf/black to support the required-version major-version-only
    "stability" format when using pyproject.toml (#​4770)
  • Improve error message for vim plugin users. It now handles independently vim version
  • Vim: Warn on unsupported Vim and Python versions independently (#​4772)
  • Vim: Print the import paths when importing black fails (#​4675)
  • Vim: Fix handling of virtualenvs that have a different Python version (#​4675)

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.42.16

Compare Source

=======

  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version
  • api-change:geo-places: [botocore] Adds support for InferredSecondaryAddress place type, Designator in SecondaryAddressComponent and Heading in ReverseGeocode.
  • api-change:pinpoint-sms-voice-v2: [botocore] This release adds support for the Registration Reviewer feature, which provides generative AI feedback on a phone number or sender ID registration to ensure completeness before sending to downstream (carrier) review.
  • api-change:s3: [botocore] Add additional validation to Outpost bucket names.

v1.42.15

Compare Source

=======

  • api-change:config: [botocore] Added supported resourceTypes for Config from July to November 2025
  • api-change:ec2: [botocore] Adds support for linkedGroupId on the CreatePlacementGroup and DescribePlacementGroups APIs. The linkedGroupId parameter is reserved for future use.
  • api-change:guardduty: [botocore] Make accountIds a required field in GetRemainingFreeTrialDays API to reflect service behavior.
  • api-change:pcs: [botocore] Change API Reference Documentation for default Mode in Accounting and SlurmRest

v1.42.14

Compare Source

=======

  • api-change:arc-region-switch: [botocore] Automatic Plan Execution Reports allow customers to maintain a concise record of their Region switch Plan executions. This enables customer SREs and leadership to have a clear view of their recovery posture based on the generated reports for their Plan executions.
  • api-change:connect: [botocore] Adding support for Custom Metrics and Pre-Defined Attributes to GetCurrentMetricData API.
  • api-change:emr-serverless: [botocore] Added JobLevelCostAllocationConfiguration field to enable cost allocation reporting at the job level, providing more granular visibility into EMR Serverless charges
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version
  • api-change:iot: [botocore] This release adds event-based logging feature that enables granular event logging controls for AWS IoT logs.
  • api-change:qbusiness: [botocore] It is a internal bug fix for region expansion
  • api-change:wickr: [botocore] AWS Wickr now provides a suite of admin APIs to allow you to programmatically manage secure communication for Wickr networks at scale. These APIs enable you to automate administrative workflows including user lifecycle management, network configuration, and security group administration.
  • api-change:workspaces-web: [botocore] Add support for WebAuthn under user settings.

v1.42.13

Compare Source

=======

  • api-change:appstream: [botocore] Added support for new operating systems (1) Ubuntu 24.04 Pro LTS on Elastic fleets, and (2) Microsoft Server 2025 on Always-On and On-Demand fleets
  • api-change:arc-region-switch: [botocore] New API to list Route 53 health checks created by ARC region switch for a plan in a specific AWS Region using the Region switch Regional data plane.
  • api-change:artifact: [botocore] Add support for ListReportVersions API for the calling AWS account.
  • api-change:bedrock-agentcore-control: [botocore] Feature to support header exchanges between Bedrock AgentCore Gateway Targets and client, along with propagating query parameter to the configured targets.
  • api-change:bedrock-data-automation: [botocore] Blueprint Optimization (BPO) is a new Amazon Bedrock Data Automation (BDA) capability that improves blueprint inference accuracy using example content assets and ground truth data. BPO works by generating better instructions for fields in the Blueprint using provided data.
  • api-change:cleanrooms: [botocore] Adding support for collaboration change requests requiring an approval workflow. Adding support for change requests that grant or revoke results receiver ability and modifying auto approved change types in an existing collaboration.
  • api-change:ec2: [botocore] This release adds AvailabilityZoneId support for CreateFleet, ModifyFleet, DescribeFleets, RequestSpotFleet, ModifySpotFleetRequests and DescribeSpotFleetRequests APIs.
  • api-change:ecr: [botocore] Adds support for ECR Create On Push
  • api-change:ecs: [botocore] Adding support for Event Windows via a new ECS account setting "fargateEventWindows". When enabled, ECS Fargate will use the configured event window for patching tasks. Introducing "CapacityOptionType" for CreateCapacityProvider API, allowing support for Spot capacity for ECS Managed Instances.
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version
  • api-change:iot: [botocore] This release adds message batching for the IoT Rules Engine HTTP action.
  • api-change:opensearch: [botocore] Amazon OpenSearch Service adds support for warm nodes, enabling new multi-tier architecture.
  • api-change:sesv2: [botocore] Amazon SES introduces Email Validation feature which checks email addresses for syntax errors, domain validity, and risky addresses to help maintain deliverability and protect sender reputation. SES also adds resource tagging and ABAC support for EmailTemplates and CustomVerificationEmailTemplates.
  • api-change:ssm-sap: [botocore] Added "Stopping" for the HANA Database Status.

v1.42.12

Compare Source

=======

  • api-change:gameliftstreams: [botocore] Added new stream group operation parameters for scale-on-demand capacity with automatic prewarming. Added new Gen6 stream classes based on the EC2 G6 instance family. Added new StartStreamSession parameter for exposure of real-time performance stats to clients.
  • api-change:guardduty: [botocore] Add support for dbiResourceId in finding.
  • api-change:inspector-scan: [botocore] Adds an additional OutputFormat
  • api-change:kafkaconnect: [botocore] Support dual-stack network connectivity for connectors via NetworkType field.
  • api-change:mediaconvert: [botocore] Adds support for tile encoding in HEVC and audio for video overlays.
  • api-change:mediapackagev2: [botocore] This release adds support for SPEKE V2 content key encryption in MediaPackage v2 Origin Endpoints.
  • api-change:payment-cryptography: [botocore] Support for AS2805 standard. Modifications to import-key and export-key to support AS2805 variants.
  • api-change:payment-cryptography-data: [botocore] Support for AS2805 standard. New API GenerateAs2805KekValidation and changes to translate pin, GenerateMac and VerifyMac to support AS2805 key variants.
  • api-change:sagemaker: [botocore] Adding the newly launched p6-b300.48xlarge ec2 instance support in Sagemaker(Hyperpod,Training and Sceptor)

v1.42.11

Compare Source

=======

  • api-change:iot: [botocore] Add support for dynamic payloads in IoT Device Management Commands
  • api-change:timestream-influxdb: [botocore] This release adds support for rebooting InfluxDB DbInstances and DbClusters

v1.42.10

Compare Source

=======

  • api-change:bedrock-agentcore-control: [botocore] This release updates broken links for AgentCore Policy APIs in the AWS CLI and SDK resources.
  • api-change:connect: [botocore] Amazon Connect now supports outbound WhatsApp contacts via the Send message block or StartOutboundChatContact API. Send proactive messages for surveys, reminders, and updates. Offer customers the option to switch to WhatsApp while in queue, eliminating hold time.
  • api-change:ec2: [botocore] EC2 Capacity Manager now supports SpotTotalCount, SpotTotalInterruptions and SpotInterruptionRate metrics for both vCPU and instance units.
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version
  • api-change:entityresolution: [botocore] Support Customer Profiles Integration for AWS Entity Resolution
  • api-change:glacier: [botocore] Documentation updates for Amazon Glacier's maintenance mode
  • api-change:health: [botocore] Updating Health API endpoint generation for dualstack only regions
  • api-change:logs: [botocore] This release allows you to import your historical CloudTrail Lake data into CloudWatch with a few steps, enabling you to easily consolidate operational, security, and compliance data in one place.
  • api-change:mediatailor: [botocore] Added support for Ad Decision Server Configuration enabling HTTP POST requests with custom bodies, headers, GZIP compression, and dynamic variables. No changes required for existing GET request configurations.
  • api-change:route53resolver: [botocore] Adds support for enabling detailed metrics on Route 53 Resolver endpoints using RniEnhancedMetricsEnabled and TargetNameServerMetricsEnabled in the CreateResolverEndpoint and UpdateResolverEndpoint APIs, providing enhanced visibility into Resolver endpoint and target name server performance.
  • api-change:s3: [botocore] This release adds support for the new optional field 'LifecycleExpirationDate' in S3 Inventory configurations.
  • api-c

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 9, 2025
@github-actions github-actions bot requested a review from mobious999 June 9, 2025 01:43
@renovate renovate bot force-pushed the renovate/python-dependencies branch 16 times, most recently from 9bf919d to cf75e49 Compare June 15, 2025 05:30
@renovate renovate bot force-pushed the renovate/python-dependencies branch 7 times, most recently from a925f05 to 8c000d3 Compare June 19, 2025 19:54
@renovate renovate bot force-pushed the renovate/python-dependencies branch 10 times, most recently from c34b526 to cc5215d Compare December 12, 2025 23:10
@renovate renovate bot force-pushed the renovate/python-dependencies branch 11 times, most recently from 8630b06 to 861c8c8 Compare December 19, 2025 20:40
@renovate renovate bot force-pushed the renovate/python-dependencies branch 7 times, most recently from db11ade to fa50777 Compare December 23, 2025 21:46
@renovate renovate bot force-pushed the renovate/python-dependencies branch from fa50777 to 66bfc83 Compare December 24, 2025 21:01
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.

2 participants