Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
boto3 1.26.106 -> 1.26.109 age adoption passing confidence
boto3 ==1.26.106 -> ==1.26.109 age adoption passing confidence
botocore ==1.29.106 -> ==1.29.109 age adoption passing confidence
coverage 7.2.2 -> 7.2.3 age adoption passing confidence
pytest (source, changelog) 7.2.2 -> 7.3.0 age adoption passing confidence

Release Notes

boto/boto3

v1.26.109

Compare Source

========

  • api-change:dlm: [botocore] Updated timestamp format for GetLifecyclePolicy API
  • api-change:docdb: [botocore] This release adds a new parameter 'DBClusterParameterGroupName' to 'RestoreDBClusterFromSnapshot' API to associate the name of the DB cluster parameter group while performing restore.
  • api-change:fsx: [botocore] Amazon FSx for Lustre now supports creating data repository associations on Persistent_1 and Scratch_2 file systems.
  • api-change:lambda: [botocore] This release adds a new Lambda InvokeWithResponseStream API to support streaming Lambda function responses. The release also adds a new InvokeMode parameter to Function Url APIs to control whether the response will be streamed or buffered.
  • api-change:quicksight: [botocore] This release has two changes: adding the OR condition to tag-based RLS rules in CreateDataSet and UpdateDataSet; adding RefreshSchedule and Incremental RefreshProperties operations for users to programmatically configure SPICE dataset ingestions.
  • api-change:redshift-data: [botocore] Update documentation of API descriptions as needed in support of temporary credentials with IAM identity.
  • api-change:servicecatalog: [botocore] Updates description for property

v1.26.108

Compare Source

========

  • api-change:cloudformation: [botocore] Including UPDATE_COMPLETE as a failed status for DeleteStack waiter.
  • api-change:greengrassv2: [botocore] Add support for SUCCEEDED value in coreDeviceExecutionStatus field. Documentation updates for Greengrass V2.
  • api-change:proton: [botocore] This release adds support for the AWS Proton service sync feature. Service sync enables managing an AWS Proton service (creating and updating instances) and all of it's corresponding service instances from a Git repository.
  • api-change:rds: [botocore] Adds and updates the SDK examples

v1.26.107

Compare Source

========

  • api-change:apprunner: [botocore] App Runner adds support for seven new vCPU and memory configurations.
  • api-change:config: [botocore] This release adds resourceType enums for types released in March 2023.
  • api-change:ecs: [botocore] This is a document only updated to add information about Amazon Elastic Inference (EI).
  • api-change:identitystore: [botocore] Documentation updates for Identity Store CLI command reference.
  • api-change:ivs-realtime: [botocore] Fix ParticipantToken ExpirationTime format
  • api-change:network-firewall: [botocore] AWS Network Firewall now supports IPv6-only subnets.
  • api-change:servicecatalog: [botocore] removed incorrect product type value
  • api-change:vpc-lattice: [botocore] This release removes the entities in the API doc model package for auth policies.
boto/botocore

v1.29.109

Compare Source

========

  • api-change:dlm: Updated timestamp format for GetLifecyclePolicy API
  • api-change:docdb: This release adds a new parameter 'DBClusterParameterGroupName' to 'RestoreDBClusterFromSnapshot' API to associate the name of the DB cluster parameter group while performing restore.
  • api-change:fsx: Amazon FSx for Lustre now supports creating data repository associations on Persistent_1 and Scratch_2 file systems.
  • api-change:lambda: This release adds a new Lambda InvokeWithResponseStream API to support streaming Lambda function responses. The release also adds a new InvokeMode parameter to Function Url APIs to control whether the response will be streamed or buffered.
  • api-change:quicksight: This release has two changes: adding the OR condition to tag-based RLS rules in CreateDataSet and UpdateDataSet; adding RefreshSchedule and Incremental RefreshProperties operations for users to programmatically configure SPICE dataset ingestions.
  • api-change:redshift-data: Update documentation of API descriptions as needed in support of temporary credentials with IAM identity.
  • api-change:servicecatalog: Updates description for property

v1.29.108

Compare Source

========

  • api-change:cloudformation: Including UPDATE_COMPLETE as a failed status for DeleteStack waiter.
  • api-change:greengrassv2: Add support for SUCCEEDED value in coreDeviceExecutionStatus field. Documentation updates for Greengrass V2.
  • api-change:proton: This release adds support for the AWS Proton service sync feature. Service sync enables managing an AWS Proton service (creating and updating instances) and all of it's corresponding service instances from a Git repository.
  • api-change:rds: Adds and updates the SDK examples

v1.29.107

Compare Source

========

  • api-change:apprunner: App Runner adds support for seven new vCPU and memory configurations.
  • api-change:config: This release adds resourceType enums for types released in March 2023.
  • api-change:ecs: This is a document only updated to add information about Amazon Elastic Inference (EI).
  • api-change:identitystore: Documentation updates for Identity Store CLI command reference.
  • api-change:ivs-realtime: Fix ParticipantToken ExpirationTime format
  • api-change:network-firewall: AWS Network Firewall now supports IPv6-only subnets.
  • api-change:servicecatalog: removed incorrect product type value
  • api-change:vpc-lattice: This release removes the entities in the API doc model package for auth policies.
nedbat/coveragepy

v7.2.3

Compare Source

  • Fix: the :ref:config_run_sigterm setting was meant to capture data if a
    process was terminated with a SIGTERM signal, but it didn't always. This was
    fixed thanks to Lewis Gaul <pull 1600_>, closing issue 1599.

  • Performance: HTML reports with context information are now much more compact.
    File sizes are typically as small as one-third the previous size, but can be
    dramatically smaller. This closes issue 1584_ thanks to Oleh Krehel <pull 1587_>_.

  • Development dependencies no longer use hashed pins, closing issue 1592_.

.. _issue 1584:https://github.com/nedbat/coveragepy/issues/15844
.. _pull 1587https://github.com/nedbat/coveragepy/pull/158787
.. _issue 159https://github.com/nedbat/coveragepy/issues/1592592
.. _issue 15https://github.com/nedbat/coveragepy/issues/15991599
.. _pull 1https://github.com/nedbat/coveragepy/pull/1600/1600

.. _changes_7-2-2:

pytest-dev/pytest

v7.3.0

Compare Source

pytest 7.3.0 (2023-04-08)

Features

  • #​10525: Test methods decorated with @classmethod can now be discovered as tests, following the same rules as normal methods. This fills the gap that static methods were discoverable as tests but not class methods.
  • #​10755: console_output_style{.interpreted-text role="confval"} now supports progress-even-when-capture-no to force the use of the progress output even when capture is disabled. This is useful in large test suites where capture may have significant performance impact.
  • #​7431: --log-disable CLI option added to disable individual loggers.
  • #​8141: Added tmp_path_retention_count{.interpreted-text role="confval"} and tmp_path_retention_policy{.interpreted-text role="confval"} configuration options to control how directories created by the tmp_path{.interpreted-text role="fixture"} fixture are kept.

Improvements

  • #​10226: If multiple errors are raised in teardown, we now re-raise an ExceptionGroup of them instead of discarding all but the last.
  • #​10658: Allow -p arguments to include spaces (eg: -p no:logging instead of
    -pno:logging). Mostly useful in the addopts section of the configuration
    file.
  • #​10710: Added start and stop timestamps to TestReport objects.
  • #​10727: Split the report header for rootdir, config file and testpaths so each has its own line.
  • #​10840: pytest should no longer crash on AST with pathological position attributes, for example testing AST produced by [Hylang <https://github.com/hylang/hy>\__]{.title-ref}.
  • #​6267: The full output of a test is no longer truncated if the truncation message would be longer than
    the hidden text. The line number shown has also been fixed.

Bug Fixes

  • #​10743: The assertion rewriting mechanism now works correctly when assertion expressions contain the walrus operator.
  • #​10765: Fixed tmp_path{.interpreted-text role="fixture"} fixture always raising OSError{.interpreted-text role="class"} on emscripten platform due to missing os.getuid{.interpreted-text role="func"}.
  • #​1904: Correctly handle __tracebackhide__ for chained exceptions.

Improved Documentation

  • #​10782: Fixed the minimal example in goodpractices{.interpreted-text role="ref"}: pip install -e . requires a version entry in pyproject.toml to run successfully.

Trivial/Internal Changes

  • #​10669: pytest no longer depends on the [attrs]{.title-ref} package (don't worry, nice diffs for attrs classes are still supported).

Configuration

📅 Schedule: Branch creation - "after 1am and before 2am every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Mend Renovate. View repository job log here.

@dragomirp dragomirp merged commit 5be9d15 into main Apr 10, 2023
@dragomirp dragomirp deleted the renovate/python-dependencies branch April 10, 2023 10:04
BON4 pushed a commit to BON4/postgresql-k8s-operator that referenced this pull request May 20, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-actions bot added a commit to canonical/test-runners-2-is-x64-postgresql-k8s-operator that referenced this pull request Aug 2, 2024
github-actions bot added a commit to canonical/test-runners-2-github-x64-postgresql-k8s-operator that referenced this pull request Aug 3, 2024
github-actions bot added a commit to canonical/test-runners-2-is-arm64-postgresql-k8s-operator that referenced this pull request Aug 3, 2024
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