Update Python dependencies #132
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.26.106
->1.26.109
==1.26.106
->==1.26.109
==1.29.106
->==1.29.109
7.2.2
->7.2.3
7.2.2
->7.3.0
Release Notes
boto/boto3
v1.26.109
Compare Source
========
dlm
: [botocore
] Updated timestamp format for GetLifecyclePolicy APIdocdb
: [botocore
] This release adds a new parameter 'DBClusterParameterGroupName' to 'RestoreDBClusterFromSnapshot' API to associate the name of the DB cluster parameter group while performing restore.fsx
: [botocore
] Amazon FSx for Lustre now supports creating data repository associations on Persistent_1 and Scratch_2 file systems.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.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.redshift-data
: [botocore
] Update documentation of API descriptions as needed in support of temporary credentials with IAM identity.servicecatalog
: [botocore
] Updates description for propertyv1.26.108
Compare Source
========
cloudformation
: [botocore
] Including UPDATE_COMPLETE as a failed status for DeleteStack waiter.greengrassv2
: [botocore
] Add support for SUCCEEDED value in coreDeviceExecutionStatus field. Documentation updates for Greengrass V2.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.rds
: [botocore
] Adds and updates the SDK examplesv1.26.107
Compare Source
========
apprunner
: [botocore
] App Runner adds support for seven new vCPU and memory configurations.config
: [botocore
] This release adds resourceType enums for types released in March 2023.ecs
: [botocore
] This is a document only updated to add information about Amazon Elastic Inference (EI).identitystore
: [botocore
] Documentation updates for Identity Store CLI command reference.ivs-realtime
: [botocore
] Fix ParticipantToken ExpirationTime formatnetwork-firewall
: [botocore
] AWS Network Firewall now supports IPv6-only subnets.servicecatalog
: [botocore
] removed incorrect product type valuevpc-lattice
: [botocore
] This release removes the entities in the API doc model package for auth policies.boto/botocore
v1.29.109
Compare Source
========
dlm
: Updated timestamp format for GetLifecyclePolicy APIdocdb
: This release adds a new parameter 'DBClusterParameterGroupName' to 'RestoreDBClusterFromSnapshot' API to associate the name of the DB cluster parameter group while performing restore.fsx
: Amazon FSx for Lustre now supports creating data repository associations on Persistent_1 and Scratch_2 file systems.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.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.redshift-data
: Update documentation of API descriptions as needed in support of temporary credentials with IAM identity.servicecatalog
: Updates description for propertyv1.29.108
Compare Source
========
cloudformation
: Including UPDATE_COMPLETE as a failed status for DeleteStack waiter.greengrassv2
: Add support for SUCCEEDED value in coreDeviceExecutionStatus field. Documentation updates for Greengrass V2.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.rds
: Adds and updates the SDK examplesv1.29.107
Compare Source
========
apprunner
: App Runner adds support for seven new vCPU and memory configurations.config
: This release adds resourceType enums for types released in March 2023.ecs
: This is a document only updated to add information about Amazon Elastic Inference (EI).identitystore
: Documentation updates for Identity Store CLI command reference.ivs-realtime
: Fix ParticipantToken ExpirationTime formatnetwork-firewall
: AWS Network Firewall now supports IPv6-only subnets.servicecatalog
: removed incorrect product type valuevpc-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 aprocess was terminated with a SIGTERM signal, but it didn't always. This was
fixed thanks to
Lewis Gaul <pull 1600_>
, closingissue 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 toOleh 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
@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.console_output_style
{.interpreted-text role="confval"} now supportsprogress-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.--log-disable
CLI option added to disable individual loggers.tmp_path_retention_count
{.interpreted-text role="confval"} andtmp_path_retention_policy
{.interpreted-text role="confval"} configuration options to control how directories created by thetmp_path
{.interpreted-text role="fixture"} fixture are kept.Improvements
ExceptionGroup
of them instead of discarding all but the last.-p
arguments to include spaces (eg:-p no:logging
instead of-pno:logging
). Mostly useful in theaddopts
section of the configurationfile.
start
andstop
timestamps toTestReport
objects.rootdir
,config file
andtestpaths
so each has its own line.the hidden text. The line number shown has also been fixed.
Bug Fixes
tmp_path
{.interpreted-text role="fixture"} fixture always raisingOSError
{.interpreted-text role="class"} onemscripten
platform due to missingos.getuid
{.interpreted-text role="func"}.__tracebackhide__
for chained exceptions.Improved Documentation
goodpractices
{.interpreted-text role="ref"}:pip install -e .
requires aversion
entry inpyproject.toml
to run successfully.Trivial/Internal Changes
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.
This PR has been generated by Mend Renovate. View repository job log here.