UNCLASSIFIED - NO CUI

Skip to content

Update all dependencies

renovate requested to merge renovate/all into development

This MR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
boto3 ==1.24.61 -> ==1.24.66 age adoption passing confidence patch
jsonschema (changelog) ==4.14.0 -> ==4.15.0 age adoption passing confidence minor
oras-project/oras v0.14.0 -> v0.14.1 age adoption passing confidence ironbank-github patch
pandas (source) ==1.4.3 -> ==1.4.4 age adoption passing confidence patch
pytest (source, changelog) ==7.1.2 -> ==7.1.3 age adoption passing confidence patch

Release Notes

boto/boto3

v1.24.66

Compare Source

=======

  • api-change:cognito-idp: [botocore] This release adds a new "AuthSessionValidity" field to the UserPoolClient in Cognito. Application admins can configure this value for their users' authentication duration, which is currently fixed at 3 minutes, up to 15 minutes. Setting this field will also apply to the SMS MFA authentication flow.
  • api-change:connect: [botocore] This release adds search APIs for Routing Profiles and Queues, which can be used to search for those resources within a Connect Instance.
  • api-change:mediapackage: [botocore] Added support for AES_CTR encryption to CMAF origin endpoints
  • api-change:sagemaker: [botocore] This release enables administrators to attribute user activity and API calls from Studio notebooks, Data Wrangler and Canvas to specific users even when users share the same execution IAM role. ExecutionRoleIdentityConfig at Sagemaker domain level enables this feature.

v1.24.65

Compare Source

=======

  • api-change:codeguru-reviewer: [botocore] Documentation updates to fix formatting issues in CLI and SDK documentation.
  • api-change:controltower: [botocore] This release contains the first SDK for AWS Control Tower. It introduces a new set of APIs: EnableControl, DisableControl, GetControlOperation, and ListEnabledControls.
  • api-change:route53: [botocore] Documentation updates for Amazon Route 53.

v1.24.64

Compare Source

=======

  • api-change:cloudfront: [botocore] Update API documentation for CloudFront origin access control (OAC)
  • api-change:identitystore: [botocore] Expand IdentityStore API to support Create, Read, Update, Delete and Get operations for User, Group and GroupMembership resources.
  • api-change:iotthingsgraph: [botocore] This release deprecates all APIs of the ThingsGraph service
  • api-change:ivs: [botocore] IVS Merge Fragmented Streams. This release adds support for recordingReconnectWindow field in IVS recordingConfigurations. For more information see https://docs.aws.amazon.com/ivs/latest/APIReference/Welcome.html
  • api-change:rds-data: [botocore] Documentation updates for RDS Data API
  • api-change:sagemaker: [botocore] SageMaker Inference Recommender now accepts Inference Recommender fields: Domain, Task, Framework, SamplePayloadUrl, SupportedContentTypes, SupportedInstanceTypes, directly in our CreateInferenceRecommendationsJob API through ContainerConfig

v1.24.63

Compare Source

=======

  • enhancement:Endpoints: [botocore] Deprecate SSL common name
  • api-change:greengrassv2: [botocore] Adds topologyFilter to ListInstalledComponentsRequest which allows filtration of components by ROOT or ALL (including root and dependency components). Adds lastStatusChangeTimestamp to ListInstalledComponents response to show the last time a component changed state on a device.
  • api-change:identitystore: [botocore] Documentation updates for the Identity Store CLI Reference.
  • api-change:lookoutequipment: [botocore] This release adds new apis for providing labels.
  • api-change:macie2: [botocore] This release of the Amazon Macie API adds support for using allow lists to define specific text and text patterns to ignore when inspecting data sources for sensitive data.
  • api-change:sso-admin: [botocore] Documentation updates for the AWS IAM Identity Center CLI Reference.
  • api-change:sso: [botocore] Documentation updates for the AWS IAM Identity Center Portal CLI Reference.

v1.24.62

Compare Source

=======

  • api-change:fsx: [botocore] Documentation updates for Amazon FSx for NetApp ONTAP.
  • api-change:voice-id: [botocore] Amazon Connect Voice ID now detects voice spoofing. When a prospective fraudster tries to spoof caller audio using audio playback or synthesized speech, Voice ID will return a risk score and outcome to indicate the how likely it is that the voice is spoofed.
python-jsonschema/jsonschema

v4.15.0

Compare Source

=======

  • A specific API Reference page is now present in the documentation.
  • $ref on earlier drafts (specifically draft 7 and 6) has been "fixed" to follow the specified behavior when present alongside a sibling $id. Specifically the ID is now properly ignored, and references are resolved against whatever resolution scope was previously relevant.
oras-project/oras

v0.14.1

Compare Source

Bug Fixes

Full Changelog: https://github.com/oras-project/oras/compare/v0.14.0...v0.14.1

Notes

This release was signed with 95BB 6CD4 6CA3 0D2B 9CAE E56C 9F2C D437 A97D CB8F (@​shizhMSFT's GPG key) which can be found here.

pandas-dev/pandas

v1.4.4

Compare Source

This is a patch release in the 1.4.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

pytest-dev/pytest

v7.1.3

Compare Source

pytest 7.1.3 (2022-08-31)

Bug Fixes

  • #​10060: When running with --pdb, TestCase.tearDown is no longer called for tests when the class has been skipped via unittest.skip or pytest.mark.skip.
  • #​10190: Invalid XML characters in setup or teardown error messages are now properly escaped for JUnit XML reports.
  • #​10230: Ignore .py files created by pyproject.toml-based editable builds introduced in pip 21.3.
  • #​3396: Doctests now respect the --import-mode flag.
  • #​9514: Type-annotate FixtureRequest.param as Any as a stop gap measure until 8073{.interpreted-text role="issue"} is fixed.
  • #​9791: Fixed a path handling code in rewrite.py that seems to work fine, but was incorrect and fails in some systems.
  • #​9917: Fixed string representation for pytest.approx{.interpreted-text role="func"} when used to compare tuples.

Improved Documentation

  • #​9937: Explicit note that tmpdir{.interpreted-text role="fixture"} fixture is discouraged in favour of tmp_path{.interpreted-text role="fixture"}.

Trivial/Internal Changes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by renovate

Merge request reports