FAQ | This is a LIVE service | Changelog

Skip to content

chore(deps): update all dependencies

This MR contains the following updates:

Package Change Age Confidence Type Update
boto3 1.40.21 -> 1.40.25 age confidence project.dependencies patch
django (changelog) 5.2.5 -> 5.2.6 age confidence project.optional-dependencies patch
google-cloud-storage 3.3.0 -> 3.3.1 age confidence project.dependencies patch
mkdocs-material (changelog) 9.6.18 -> 9.6.19 age confidence docs patch
moto (changelog) 5.1.11 -> 5.1.12 age confidence dev patch
pytest (changelog) 8.4.1 -> 8.4.2 age confidence dev patch
pytest-cov (changelog) 6.2.1 -> 6.3.0 age confidence dev minor
pytest-mock (changelog) 3.14.1 -> 3.15.0 age confidence dev minor
uis/devops/continuous-delivery/ci-templates v7.13.0 -> v7.14.1 age confidence repository minor

Release Notes

boto/boto3 (boto3)

v1.40.25

Compare Source

=======

  • api-change:ecs: [botocore] This is a documentation only release that adds additional information for Amazon ECS Availability Zone rebalancing.
  • api-change:pcs: [botocore] Documentation-only update to add AccountingStorageEnforce to SlurmCustomSetting.
  • api-change:sagemaker: [botocore] Release IPv6 support with dualstack in SageMaker Notebooks, Tiered Storage Checkpointing Support in SageMaker HyperPod and P5.4xlarge instance type for SageMaker Hosting.

v1.40.24

Compare Source

=======

  • api-change:cleanrooms: [botocore] Add support for configurable compute sizes for PySpark jobs.
  • api-change:cloudformation: [botocore] ListHookResults API now supports retrieving invocation results for all CloudFormation Hooks (previously limited to create change set and Cloud Control operations) with new optional parameters for filtering by Hook status and ARN.
  • api-change:ec2: [botocore] Add m8i, m8i-flex and i8ge instance types.
  • api-change:opensearchserverless: [botocore] Add support for Federal Information Processing Standards (FIPS) and Federal Risk and Authorization Management Program (FedRAMP) compliance
  • api-change:rds: [botocore] Added new EndpointNetworkType and TargetConnectionNetworkType fields in Proxy APIs to support IPv6
  • api-change:verifiedpermissions: [botocore] Amazon Verified Permissions / Features : Adds support for datetime and duration attribute values.

v1.40.23

Compare Source

=======

  • api-change:cleanrooms: [botocore] Added support for adding new data provider members to an existing collaboration.
  • api-change:cleanroomsml: [botocore] AWS Clean Rooms ML adds log sanitization for privacy-enhanced error summaries, supports new instance types for custom models providing better performance and lower costs, and deprecates P3-series instances.
  • api-change:cloudfront: [botocore] Adding an optional field IpAddressType in CustomOriginConfig
  • api-change:mq: [botocore] Add CONFIG_MANAGED as a supported AuthenticationStrategy for Amazon MQ for RabbitMQ brokers. Make username and password optional on broker creation for CONFIG_MANAGED brokers.
  • api-change:rds: [botocore] This release adds support for MasterUserAuthenticationType parameter on CreateDBInstance, ModifyDBInstance, CreateDBCluster, and ModifyDBCluster operations.
  • api-change:route53: [botocore] Amazon Route 53 now supports the Asia Pacific (New Zealand) Region (ap-southeast-6) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
  • api-change:route53domains: [botocore] Added new ExtraParams AU_ELIGIBILITY_TYPE, AU_POLICY_REASON, and AU_REGISTRANT_NAME

v1.40.22

Compare Source

=======

  • api-change:ec2: [botocore] MaximumEbsAttachments and AttachmentLimitType fields added to DescribeInstanceTypesResponse. G6f, Gr6f, R8i, R8i-flex and p5.4xlarge instance types added to InstanceTypes enum.
  • api-change:neptune: [botocore] Removed the deprecated marker from publiclyAccessible parameter from DbInstance, CreateDbInstance and ModifyDbInstance and added relevant usage information for the parameter.
  • api-change:notifications: [botocore] Added Org support for notifications: - ListMemberAccounts gets member accounts list, AssociateOrganizationalUnit links OU to notification configuration, DisassociateOrganizationalUnit removes OU from notification configuration, ListOrganizationalUnits shows OUs configured for notifications.
  • api-change:workmail: [botocore] Make RoleArn an optional parameter for the PutEmailMonitoringConfiguration API, and add UnsupportedOperationException to RegisterToWorkMail.
django/django (django)

v5.2.6

Compare Source

googleapis/python-storage (google-cloud-storage)

v3.3.1

Compare Source

Bug Fixes
  • Provide option to user to set entire object checksum at "initiate a resumable upload session" and send the same (#​1525) (a8109e0)
  • Send part's checksum for XML MPU part upload (#​1529) (2ad77c7)
squidfunk/mkdocs-material (mkdocs-material)

v9.6.19: mkdocs-material-9.6.19

Compare Source

  • Added support for Python 3.14
  • Updated Bahasa Malaysia translations
getmoto/moto (moto)

v5.1.12

Compare Source

Docker Digest for 5.1.12: sha256:e1cf8b624019e6eba25cb5b37efdf95a463fc24691978540a1c7008b7d02fda0

General:
    * Removed support for OpsWorks, now that AWS has also deprecated this service.
      https://docs.aws.amazon.com/opsworks/latest/userguide/stacks-eol-faqs.html

New Methods:
    * Glue:
        * batch_get_workflows()
        * create_workflow()
        * delete_workflow()
        * get_workflow()
        * get_workflow_run()
        * get_workflow_runs()
        * get_workflow_run_properties()
        * list_workflows()
        * put_workflow_run_properties()
        * start_workflow_run()
        * stop_workflow_run()
        * update_workflow()

    * IOT:
        * add_thing_to_billing_group()
        * create_billing_group()
        * delete_billing_group()
        * describe_billing_group()
        * list_billing_groups()
        * list_things_in_billing_group()
        * remove_thing_from_billing_group()
        * update_billing_group()

    * SES:
        * clone_receipt_rule_set()

    * SSM:
        * create_data_source()
        * deregister_patch_baseline_for_patch_group()
        * delete_data_source()
        * describe_data_source()
        * get_patch_baseline_for_patch_group()
        * list_data_sources()
        * list_tags_for_resource()
        * register_patch_baseline_for_patch_group()
        * update_data_source()
        * tag_resource()
        * untag_resource()

Miscellaneous:
    * EC2: describe_network_interfaces() now returns the attributes PublicIP, PublicDNSName and IpOwnerId
    * IOT: search_index() now supports logical expression handling in the queryString-parameter, with NOT, AND, OR and parentheses for complex queries
    * IOT: search_index() now supports thingGroupNames in the queryString-parameter
    * ResourceGroupsTaggingAPI: list_tags_for_resource() now supports QuickSight resources
    * ResourceGroupsTaggingAPI: tag_resource() now supports QuickSight resources
    * ResourceGroupsTaggingAPI: untag_resource() now supports QuickSight resources
    * SES: create_receipt_rule() now contains additional validation around the RuleSetName and the provided rule-actions
    * SES: create_receipt_rule() now supports the After-parameter
    * STS: assume_role() now validates that the length of the roleSessionName-parameter is max 64 characters long
    * QuickSight: create_data_set() now supports the Tags-parameter
pytest-dev/pytest (pytest)

v8.4.2

Compare Source

pytest 8.4.2 (2025-09-03)

Bug fixes

  • #​13478: Fixed a crash when using console_output_style{.interpreted-text role="confval"} with times and a module is skipped.

  • #​13530: Fixed a crash when using pytest.approx{.interpreted-text role="func"} and decimal.Decimal{.interpreted-text role="class"} instances with the decimal.FloatOperation{.interpreted-text role="class"} trap set.

  • #​13549: No longer evaluate type annotations in Python 3.14 when inspecting function signatures.

    This prevents crashes during module collection when modules do not explicitly use from __future__ import annotations and import types for annotations within a if TYPE_CHECKING: block.

  • #​13559: Added missing [int]{.title-ref} and [float]{.title-ref} variants to the [Literal]{.title-ref} type annotation of the [type]{.title-ref} parameter in pytest.Parser.addini{.interpreted-text role="meth"}.

  • #​13563: pytest.approx{.interpreted-text role="func"} now only imports numpy if NumPy is already in sys.modules. This fixes unconditional import behavior introduced in [8.4.0]{.title-ref}.

Improved documentation

  • #​13577: Clarify that pytest_generate_tests is discovered in test modules/classes; other hooks must be in conftest.py or plugins.

Contributor-facing changes

  • #​13480: Self-testing: fixed a few test failures when run with -Wdefault or a similar override.
  • #​13547: Self-testing: corrected expected message for test_doctest_unexpected_exception in Python 3.14.
  • #​13684: Make pytest's own testsuite insensitive to the presence of the CI environment variable -- by ogrisel{.interpreted-text role="user"}.
pytest-dev/pytest-cov (pytest-cov)

v6.3.0

Compare Source

  • Added support for markdown reports. Contributed by Marcos Boger in #&#8203;712 <https://github.com/pytest-dev/pytest-cov/pull/712>_ and #&#8203;714 <https://github.com/pytest-dev/pytest-cov/pull/714>_.
  • Fixed some formatting issues in docs. Anonymous contribution in #&#8203;706 <https://github.com/pytest-dev/pytest-cov/pull/706>_.
pytest-dev/pytest-mock (pytest-mock)

v3.15.0

Compare Source

2025-09-04

  • Python 3.8 (EOL) is no longer supported.
  • #&#8203;524 <https://github.com/pytest-dev/pytest-mock/pull/524>_: Added spy_return_iter to mocker.spy, which contains a duplicate of the return value of the spied method if it is an Iterator.
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)

v7.14.1: 7.14.1

Compare Source

7.14.1 (2025-09-04)

Bug Fixes
  • maven.gitlab-ci.yml: move services section under maven job (a2c5dca)

v7.14.0: 7.14.0

Compare Source

7.14.0 (2025-09-02)

Features

v7.13.1: 7.13.1

Compare Source

7.13.1 (2025-09-01)

Bug Fixes
  • rename detect-non-utf8-files job and make it work with spaces in filenames (4d7ec69)

Configuration

📅 Schedule: Branch creation - "on sunday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by uis-devops-renovatebot

Merge request reports

Loading