openfun / marsha

:clapper: An opensource LTI Learning Content Management System (LCMS)
MIT License
104 stars 24 forks source link

⬆️(dependencies) update python dependencies #2502

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
black (changelog) ==23.10.1 -> ==23.11.0 age adoption passing confidence
boto3 ==1.28.78 -> ==1.28.84 age adoption passing confidence
pytest-django (changelog) ==4.6.0 -> ==4.7.0 age adoption passing confidence
uvicorn (changelog) ==0.24.0 -> ==0.24.0.post1 age adoption passing confidence

Release Notes

psf/black (black) ### [`v23.11.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23110) [Compare Source](https://togithub.com/psf/black/compare/23.10.1...23.11.0) ##### Highlights - Support formatting ranges of lines with the new `--line-ranges` command-line option ([#​4020](https://togithub.com/psf/black/issues/4020)) ##### Stable style - Fix crash on formatting bytes strings that look like docstrings ([#​4003](https://togithub.com/psf/black/issues/4003)) - Fix crash when whitespace followed a backslash before newline in a docstring ([#​4008](https://togithub.com/psf/black/issues/4008)) - Fix standalone comments inside complex blocks crashing Black ([#​4016](https://togithub.com/psf/black/issues/4016)) - Fix crash on formatting code like `await (a ** b)` ([#​3994](https://togithub.com/psf/black/issues/3994)) - No longer treat leading f-strings as docstrings. This matches Python's behaviour and fixes a crash ([#​4019](https://togithub.com/psf/black/issues/4019)) ##### Preview style - Multiline dicts and lists that are the sole argument to a function are now indented less ([#​3964](https://togithub.com/psf/black/issues/3964)) - Multiline unpacked dicts and lists as the sole argument to a function are now also indented less ([#​3992](https://togithub.com/psf/black/issues/3992)) - In f-string debug expressions, quote types that are visible in the final string are now preserved ([#​4005](https://togithub.com/psf/black/issues/4005)) - Fix a bug where long `case` blocks were not split into multiple lines. Also enable general trailing comma rules on `case` blocks ([#​4024](https://togithub.com/psf/black/issues/4024)) - Keep requiring two empty lines between module-level docstring and first function or class definition ([#​4028](https://togithub.com/psf/black/issues/4028)) - Add support for single-line format skip with other comments on the same line ([#​3959](https://togithub.com/psf/black/issues/3959)) ##### Configuration - Consistently apply force exclusion logic before resolving symlinks ([#​4015](https://togithub.com/psf/black/issues/4015)) - Fix a bug in the matching of absolute path names in `--include` ([#​3976](https://togithub.com/psf/black/issues/3976)) ##### Performance - Fix mypyc builds on arm64 on macOS ([#​4017](https://togithub.com/psf/black/issues/4017)) ##### Integrations - Black's pre-commit integration will now run only on git hooks appropriate for a code formatter ([#​3940](https://togithub.com/psf/black/issues/3940))
boto/boto3 (boto3) ### [`v1.28.84`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#12884) [Compare Source](https://togithub.com/boto/boto3/compare/1.28.83...1.28.84) \======= - enhancement:AWSCRT: \[`botocore`] Update awscrt version to 0.19.10 - api-change:`controltower`: \[`botocore`] AWS Control Tower supports tagging for enabled controls. This release introduces TagResource, UntagResource and ListTagsForResource APIs to manage tags in existing enabled controls. It updates EnabledControl API to tag resources at creation time. - api-change:`cur`: \[`botocore`] This release adds support for tagging and customers can now tag report definitions. Additionally, ReportStatus is now added to report definition to show when the last delivered time stamp and if it succeeded or not. - api-change:`ec2`: \[`botocore`] EC2 adds API updates to enable ENA Express at instance launch time. - api-change:`fms`: \[`botocore`] Adds optimizeUnassociatedWebACL flag to ManagedServiceData, updates third-party firewall examples, and other minor documentation updates. - api-change:`marketplace-entitlement`: \[`botocore`] Update marketplace-entitlement client to latest version - api-change:`mediaconvert`: \[`botocore`] This release includes the ability to specify any input source as the primary input for corresponding follow modes, and allows users to specify fit and fill behaviors without resizing content. - api-change:`rds`: \[`botocore`] Updates Amazon RDS documentation for zero-ETL integrations. - api-change:`endpoint-rules`: \[`botocore`] Update endpoint-rules client to latest version ### [`v1.28.83`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#12883) [Compare Source](https://togithub.com/boto/boto3/compare/1.28.82...1.28.83) \======= - api-change:`cloudformation`: \[`botocore`] Added new ConcurrencyMode feature for AWS CloudFormation StackSets for faster deployments to target accounts. - api-change:`cloudtrail`: \[`botocore`] The Insights in Lake feature lets customers enable CloudTrail Insights on a source CloudTrail Lake event data store and create a destination event data store to collect Insights events based on unusual management event activity in the source event data store. - api-change:`comprehend`: \[`botocore`] This release adds support for toxicity detection and prompt safety classification. - api-change:`connect`: \[`botocore`] This release adds the ability to integrate customer lambda functions with Connect attachments for scanning and updates the ListIntegrationAssociations API to support filtering on IntegrationArn. - api-change:`ec2`: \[`botocore`] AWS EBS now supports Block Public Access for EBS Snapshots. This release introduces the EnableSnapshotBlockPublicAccess, DisableSnapshotBlockPublicAccess and GetSnapshotBlockPublicAccessState APIs to manage account-level public access settings for EBS Snapshots in an AWS Region. - api-change:`eks`: \[`botocore`] Adding EKS Anywhere subscription related operations. - api-change:`lambda`: \[`botocore`] Add Custom runtime on Amazon Linux 2023 (provided.al2023) support to AWS Lambda. - api-change:`logs`: \[`botocore`] Update to support new APIs for delivery of logs from AWS services. - api-change:`omics`: \[`botocore`] Support UBAM filetype for Omics Storage and make referenceArn optional - api-change:`endpoint-rules`: \[`botocore`] Update endpoint-rules client to latest version ### [`v1.28.82`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#12882) [Compare Source](https://togithub.com/boto/boto3/compare/1.28.81...1.28.82) \======= - api-change:`sqs`: \[`botocore`] This release enables customers to call SQS using AWS JSON-1.0 protocol and bug fix. ### [`v1.28.81`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#12881) [Compare Source](https://togithub.com/boto/boto3/compare/1.28.80...1.28.81) \======= - api-change:`connect`: \[`botocore`] This release clarifies in our public documentation that InstanceId is a requirement for SearchUsers API requests. - api-change:`connectcases`: \[`botocore`] This release adds the ability to add/view comment authors through CreateRelatedItem and SearchRelatedItems API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html - api-change:`datasync`: \[`botocore`] This change allows for 0 length access keys and secret keys for object storage locations. Users can now pass in empty string credentials. - api-change:`guardduty`: \[`botocore`] Added API support for new GuardDuty EKS Audit Log finding types. - api-change:`lambda`: \[`botocore`] Add Node 20 (nodejs20.x) support to AWS Lambda. - api-change:`lexv2-models`: \[`botocore`] Update lexv2-models client to latest version - api-change:`omics`: \[`botocore`] Adding Run UUID and Run Output URI: GetRun and StartRun API response has two new fields "uuid" and "runOutputUri". - api-change:`rds`: \[`botocore`] This Amazon RDS release adds support for patching the OS of an RDS Custom for Oracle DB instance. You can now upgrade the database or operating system using the modify-db-instance command. - api-change:`redshift-serverless`: \[`botocore`] Added a new parameter in the workgroup that helps you control your cost for compute resources. This feature provides a ceiling for RPUs that Amazon Redshift Serverless can scale up to. When automatic compute scaling is required, having a higher value for MaxRPU can enhance query throughput. - api-change:`resiliencehub`: \[`botocore`] AWS Resilience Hub enhances Resiliency Score, providing actionable recommendations to improve application resilience. Amazon Elastic Kubernetes Service (EKS) operational recommendations have been added to help improve the resilience posture of your applications. - api-change:`sqs`: \[`botocore`] This release enables customers to call SQS using AWS JSON-1.0 protocol. - api-change:`endpoint-rules`: \[`botocore`] Update endpoint-rules client to latest version ### [`v1.28.80`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#12880) [Compare Source](https://togithub.com/boto/boto3/compare/1.28.79...1.28.80) \======= - api-change:`dataexchange`: \[`botocore`] Updated SendDataSetNotificationRequest Comment to be maximum length 4096. - api-change:`dlm`: \[`botocore`] Added support for pre and post scripts in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies. - api-change:`rds`: \[`botocore`] This Amazon RDS release adds support for the multi-tenant configuration. In this configuration, an RDS DB instance can contain multiple tenant databases. In RDS for Oracle, a tenant database is a pluggable database (PDB). - api-change:`endpoint-rules`: \[`botocore`] Update endpoint-rules client to latest version ### [`v1.28.79`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#12879) [Compare Source](https://togithub.com/boto/boto3/compare/1.28.78...1.28.79) \======= - api-change:`ce`: \[`botocore`] This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon MemoryDB reservations. - api-change:`codebuild`: \[`botocore`] AWS CodeBuild now supports AWS Lambda compute. - api-change:`connect`: \[`botocore`] Added new API that allows Amazon Connect Outbound Campaigns to create contacts in Amazon Connect when ingesting your dial requests. - api-change:`docdb`: \[`botocore`] Update the input of CreateDBInstance and ModifyDBInstance to support setting CA Certificates. Update the output of DescribeDBInstance and DescribeDBEngineVersions to show current and supported CA certificates. - api-change:`iam`: \[`botocore`] Add partitional endpoint for iso-e. - api-change:`mwaa`: \[`botocore`] This release adds support for Apache Airflow version 2.7.2. This version release includes support for deferrable operators and triggers. - api-change:`polly`: \[`botocore`] Amazon Polly adds new US English voices - Danielle and Gregory. Danielle and Gregory are available as Neural voices only. - api-change:`route53`: \[`botocore`] Add partitional endpoints for iso-e and iso-f. - api-change:`endpoint-rules`: \[`botocore`] Update endpoint-rules client to latest version
pytest-dev/pytest-django (pytest-django) ### [`v4.7.0`](https://togithub.com/pytest-dev/pytest-django/releases/tag/v4.7.0): 4.7.0 [Compare Source](https://togithub.com/pytest-dev/pytest-django/compare/v4.6.0...v4.7.0) https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-7-0-2023-11-08
encode/uvicorn (uvicorn) ### [`v0.24.0.post1`](https://togithub.com/encode/uvicorn/blob/HEAD/CHANGELOG.md#0240post1---2023-11-06) [Compare Source](https://togithub.com/encode/uvicorn/compare/0.24.0...0.24.0.post1) ##### Fixed - Revert mkdocs-material from 9.1.21 to 9.2.6 ([#​2148](https://togithub.com/encode/uvicorn/issues/2148)) 05/11/23

Configuration

📅 Schedule: Branch creation - "before 7am on monday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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.