fix(deps): update all dependencies
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| boto3 | dependencies | patch |
1.36.16 -> 1.36.21
|
| coverage | dev | patch |
7.6.11 -> 7.6.12
|
| faker (changelog) | dev | major |
^35.0.0 -> ^36.0.0
|
| poetry (changelog) | minor |
2.0.1 -> 2.1.1
|
Release Notes
boto/boto3 (boto3)
v1.36.21
=======
- api-change:
codebuild: [botocore] Added test suite names to test case metadata - api-change:
connect: [botocore] Release Notes: 1) Analytics API enhancements: Added new ListAnalyticsDataLakeDataSets API. 2) Onboarding API Idempotency: Adds ClientToken to instance creation and management APIs to support idempotency. - api-change:
dms: [botocore] Introduces premigration assessment feature to DMS Serverless API for start-replication and describe-replications - api-change:
rds-data: [botocore] Add support for Stop DB feature. - api-change:
s3: [botocore] Added support for Content-Range header in HeadObject response. - api-change:
wafv2: [botocore] The WAFv2 API now supports configuring data protection in webACLs. - api-change:
workspaces-thin-client: [botocore] Update Environment and Device name field definitions
v1.36.20
=======
- api-change:
accessanalyzer: [botocore] This release introduces the getFindingsStatistics API, enabling users to retrieve aggregated finding statistics for IAM Access Analyzer's external access and unused access analysis features. Updated service API and documentation. - api-change:
acm-pca: [botocore] Private Certificate Authority (PCA) documentation updates - api-change:
ecs: [botocore] This is a documentation only release to support migrating Amazon ECS service ARNs to the long ARN format. - api-change:
fis: [botocore] Adds auto-pagination for the following operations: ListActions, ListExperimentTemplates, ListTargetAccountConfigurations, ListExperiments, ListExperimentResolvedTargets, ListTargetResourceTypes. Reduces length constraints of prefixes for logConfiguration and experimentReportConfiguration. - api-change:
sagemaker: [botocore] Adds additional values to the InferenceAmiVersion parameter in the ProductionVariant data type. - api-change:
storagegateway: [botocore] This release adds support for generating cache reports on S3 File Gateways for files that fail to upload.
v1.36.19
=======
- api-change:
b2bi: [botocore] Allow spaces in the following fields in the Partnership resource: ISA 06 - Sender ID, ISA 08 - Receiver ID, GS 02 - Application Sender Code, GS 03 - Application Receiver Code - api-change:
bedrock-agent: [botocore] This releases adds the additionalModelRequestFields field to the CreateAgent and UpdateAgent operations. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters. - api-change:
bedrock-agent-runtime: [botocore] This releases adds the additionalModelRequestFields field to the InvokeInlineAgent operation. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters. - api-change:
codebuild: [botocore] Add note for the RUNNER_BUILDKITE_BUILD buildType. - api-change:
fsx: [botocore] Support for in-place Lustre version upgrades - api-change:
medialive: [botocore] Adds a RequestId parameter to all MediaLive Workflow Monitor create operations. The RequestId parameter allows idempotent operations. - api-change:
opensearchserverless: [botocore] Custom OpenSearchServerless Entity ID for SAML Config. - api-change:
polly: [botocore] Added support for the new voice - Jasmine (en-SG). Jasmine is available as a Neural voice only. - enhancement:Protocols: [
botocore] Added support for multiple protocols within a service based on performance priority.
v1.36.18
=======
- api-change:
acm-pca: [botocore] Private Certificate Authority service now supports Partitioned CRL as a revocation configuration option. - api-change:
appsync: [botocore] Add support for operation level caching - api-change:
ec2: [botocore] Adding support for the new fullSnapshotSizeInBytes field in the response of the EC2 EBS DescribeSnapshots API. This field represents the size of all the blocks that were written to the source volume at the time the snapshot was created. - api-change:
pi: [botocore] Documentation only update for RDS Performance Insights dimensions for execution plans and locking analysis.
v1.36.17
=======
- api-change:
apigatewayv2: [botocore] Documentation updates for Amazon API Gateway - api-change:
cloudfront: [botocore] Doc-only update that adds defaults for CloudFront VpcOriginEndpointConfig values. - api-change:
connect: [botocore] Updated the CreateContact API documentation to indicate that it only applies to EMAIL contacts. - api-change:
dms: [botocore] New vendors for DMS Data Providers: DB2 LUW and DB2 for z/OS
nedbat/coveragepy (coverage)
v7.6.12
- Fix: some aarch64 distributions were missing (
issue 1927_). These are now building reliably.
.. _issue 1927: https://github.com/nedbat/coveragepy/issues/1927
.. _changes_7-6-11:
joke2k/faker (faker)
v36.1.1
- Fix typing for
uuidprovider. Thanks @evenicoulddoit.
v36.1.0
- Drop
python-dateutildependency. Thanks @knyghty. - Add dependency on
tzdata.
v36.0.0
- Drop Python 3.8 support. Thanks @knyghty.
v35.2.2
- Revert accidental deprecation of Python 3.8.
v35.2.1
- Remove invalid word from
ja_JPlorem provider. Thanks @kymckay - Fix typing for
tarprovider.
python-poetry/poetry (poetry)
v2.1.1
Fixed
- Fix an issue where
poetry env use pythondoes not choose the Python from the PATH (#10187).
poetry-core (2.1.1)
- Fix an issue where simplifying a
python_versionmarker resulted in an invalid marker (#838).
v2.1.0
Added
-
Make
buildcommand build-system agnostic (#10059, #10092). - Add a
--config-settingsoption topoetry build(#10059). - Add support for defining
config-settingswhen building dependencies (#10129). - Add (experimental) commands to manage Python installations (#10112).
- Use
findpythonto find the Python interpreters (#10097). - Add a
--no-truncateoption topoetry show(#9580). - Re-add support for passwords with empty usernames (#10088).
- Add better error messages (#10053, #10065, #10126, #10127, #10132).
Changed
-
poetry newdefaults to "src" layout by default (#10135). - Improve performance of locking dependencies (#10111, #10114, #10138, #10146).
- Deprecate adding sources without specifying
--priority(#10134).
Fixed
- Fix an issue where global options were not handled correctly when positioned after command options (#10021, #10067, #10128).
- Fix an issue where building a dependency from source failed because of a conflict between build-system dependencies that were not required for the target environment (#10048).
- Fix an issue where
poetry initwas not able to find a package on PyPI while adding dependencies interactively (#10055). - Fix an issue where the
@latestdescriptor was incorrectly passed to the core requirement parser (#10069). - Fix an issue where Boolean environment variables set to
True(in contrast totrue) were interpreted asfalse(#10080). - Fix an issue where
poetry env activatereported a misleading error message (#10087). - Fix an issue where adding an optional dependency with
poetry add --optionalwould not correctly update the lock file (#10076). - Fix an issue where
pipwas not installed/updated before other dependencies resulting in a race condition (#10102). - Fix an issue where Poetry freezes when multiple threads attempt to unlock the
keyringsimultaneously (#10062). - Fix an issue where markers with extras were not locked correctly (#10119).
- Fix an issue where self-referential extras were not resolved correctly (#10106).
- Fix an issue where Poetry could not be run from a
zipapp(#10074). - Fix an issue where installation failed with a permission error when using the system environment as a user without write access to system site packages (#9014).
- Fix an issue where a version of a dependency that is not compatible with the project's python constraint was locked. (#10141).
- Fix an issue where Poetry wrongly reported that the current project's supported Python range is not compatible with some of the required packages Python requirement (#10157).
- Fix an issue where the requested extras of a dependency were ignored if the same dependency (with same extras) was specified in multiple groups (#10158).
Docs
- Sort commands by name in the CLI reference (#10035).
- Add missing documentation for
envcommands (#10027). - Clarify that the
nameandversionfields are always required if theprojectsection is specified (#10033). - Add a note about restarting the shell for tab completion changes to take effect (#10070).
- Fix the example for
project.gui-scripts#10121. - Explain how to include files as scripts in the project configuration (#9572, #10133).
- Add additional information on specifying required python versions (#10104).
poetry-core (2.1.0)
- Fix an issue where inclusive ordering with post releases was inconsistent with PEP 440 (#379).
- Fix an issue where invalid URI tokens in PEP 508 requirement strings were silently discarded (#817).
- Fix an issue where wrong markers were calculated when removing parts covered by the project's python constraint (#824).
- Fix an issue where optional dependencies that are not part of an extra were included in the wheel metadata (#830).
- Fix an issue where the
__pycache__directory and*.pycfiles were included in sdists and wheels (#835).
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by uis-devops-renovatebot