openfun / marsha

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

⬆️(dependencies) update python dependencies #2387

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
boto3 ==1.28.30 -> ==1.28.35 age adoption passing confidence
djangorestframework_simplejwt ==5.2.2 -> ==5.3.0 age adoption passing confidence
wheel (changelog) ==0.41.1 -> ==0.41.2 age adoption passing confidence

Release Notes

boto/boto3 (boto3) ### [`v1.28.35`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#12835) [Compare Source](https://togithub.com/boto/boto3/compare/1.28.34...1.28.35) \======= - api-change:`cloudtrail`: \[`botocore`] Add ThrottlingException with error code 429 to handle CloudTrail Delegated Admin request rate exceeded on organization resources. - api-change:`cloudwatch`: \[`botocore`] Update cloudwatch client to latest version - api-change:`detective`: \[`botocore`] Added protections to interacting with fields containing customer information. ### [`v1.28.34`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#12834) [Compare Source](https://togithub.com/boto/boto3/compare/1.28.33...1.28.34) \======= - api-change:`ec2`: \[`botocore`] Amazon EC2 M7a instances, powered by 4th generation AMD EPYC processors, deliver up to 50% higher performance compared to M6a instances. Amazon EC2 Hpc7a instances, powered by 4th Gen AMD EPYC processors, deliver up to 2.5x better performance compared to Amazon EC2 Hpc6a instances. - api-change:`glue`: \[`botocore`] Added API attributes that help in the monitoring of sessions. - api-change:`mediaconvert`: \[`botocore`] This release includes additional audio channel tags in Quicktime outputs, support for film grain synthesis for AV1 outputs, ability to create audio-only FLAC outputs, and ability to specify Amazon S3 destination storage class. - api-change:`medialive`: \[`botocore`] MediaLive now supports passthrough of KLV data to a HLS output group with a TS container. MediaLive now supports setting an attenuation mode for AC3 audio when the coding mode is 3/2 LFE. MediaLive now supports specifying whether to include filler NAL units in RTMP output group settings. - api-change:`mediatailor`: \[`botocore`] Adds new source location AUTODETECT_SIGV4 access type. - api-change:`quicksight`: \[`botocore`] Excel support in Snapshot Export APIs. Removed Required trait for some insight Computations. Namespace-shared Folders support. Global Filters support. Table pin Column support. - api-change:`rds`: \[`botocore`] This release updates the supported versions for Percona XtraBackup in Aurora MySQL. - api-change:`s3control`: \[`botocore`] Updates to endpoint ruleset tests to address Smithy validation issues and standardize the capitalization of DualStack. - api-change:`verifiedpermissions`: \[`botocore`] Documentation updates for Amazon Verified Permissions. ### [`v1.28.33`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#12833) [Compare Source](https://togithub.com/boto/boto3/compare/1.28.32...1.28.33) \======= - api-change:`apigateway`: \[`botocore`] This release adds RootResourceId to GetRestApi response. - api-change:`ec2`: \[`botocore`] Marking fields as sensitive on BundleTask and GetPasswordData - api-change:`polly`: \[`botocore`] Amazon Polly adds 1 new voice - Zayd (ar-AE) ### [`v1.28.32`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#12832) [Compare Source](https://togithub.com/boto/boto3/compare/1.28.31...1.28.32) \======= - api-change:`ce`: \[`botocore`] This release adds the LastUpdatedDate and LastUsedDate timestamps to help you manage your cost allocation tags. - api-change:`globalaccelerator`: \[`botocore`] Global Accelerator now supports Client Ip Preservation for Network Load Balancer endpoints. - api-change:`rds`: \[`botocore`] Adding parameters to CreateCustomDbEngineVersion reserved for future use. - api-change:`verifiedpermissions`: \[`botocore`] Documentation updates for Amazon Verified Permissions. Increases max results per page for ListPolicyStores, ListPolicies, and ListPolicyTemplates APIs from 20 to 50. ### [`v1.28.31`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#12831) [Compare Source](https://togithub.com/boto/boto3/compare/1.28.30...1.28.31) \======= - api-change:`cloud9`: \[`botocore`] Doc only update to add Ubuntu 22.04 as an Image ID option for Cloud9 - api-change:`ec2`: \[`botocore`] The DeleteKeyPair API has been updated to return the keyPairId when an existing key pair is deleted. - api-change:`finspace`: \[`botocore`] Allow customers to manage outbound traffic from their Kx Environment when attaching a transit gateway by providing network acl entries. Allow the customer to choose how they want to update the databases on a cluster allowing updates to possibly be faster than usual. - api-change:`rds`: \[`botocore`] Adding support for RDS Aurora Global Database Unplanned Failover - api-change:`route53domains`: \[`botocore`] Fixed typos in description fields
jazzband/djangorestframework-simplejwt (djangorestframework_simplejwt) ### [`v5.3.0`](https://togithub.com/jazzband/djangorestframework-simplejwt/blob/HEAD/CHANGELOG.md#530) [Compare Source](https://togithub.com/jazzband/djangorestframework-simplejwt/compare/v5.2.2...v5.3.0) ##### Notable Changes: - Added support for Python 3.11 by [@​joshuadavidthomas](https://togithub.com/joshuadavidthomas) [#​636](https://togithub.com/jazzband/djangorestframework-simplejwt/pull/636) - Added support for Django 4.2 by [@​johnthagen](https://togithub.com/johnthagen) [#​711](https://togithub.com/jazzband/djangorestframework-simplejwt/pull/711) - Added support for DRF 3.14 by [@​Andrew-Chen-Wang](https://togithub.com/Andrew-Chen-Wang) [#​623](https://togithub.com/jazzband/djangorestframework-simplejwt/pull/623) - Added Inlang to facilitate community translations by [@​jannesblobel](https://togithub.com/jannesblobel) [#​662](https://togithub.com/jazzband/djangorestframework-simplejwt/pull/662) - Revoke access token if user password is changed by [@​mahdirahimi1999](https://togithub.com/mahdirahimi1999) [#​719](https://togithub.com/jazzband/djangorestframework-simplejwt/pull/719) - Added type hints by [@​abczzz13](https://togithub.com/abczzz13) [#​683](https://togithub.com/jazzband/djangorestframework-simplejwt/pull/683) - Improved testing by [@​kiraware](https://togithub.com/kiraware) [#​688](https://togithub.com/jazzband/djangorestframework-simplejwt/pull/688) - Removed support for Django 2.2 by [@​kiraware](https://togithub.com/kiraware) [#​688](https://togithub.com/jazzband/djangorestframework-simplejwt/pull/688) ##### Documentation: - Added write_only=True to TokenBlacklistSerializer's refresh field for better doc generation by [@​Yaser-Amiri](https://togithub.com/Yaser-Amiri) [#​699](https://togithub.com/jazzband/djangorestframework-simplejwt/pull/699) - Updated docs on serializer customization by [@​2ykwang](https://togithub.com/2ykwang) [#​668](https://togithub.com/jazzband/djangorestframework-simplejwt/pull/668) ##### Translation Updates: - Updated translations for Persian (fa) language by [@​mahdirahimi1999](https://togithub.com/mahdirahimi1999) [#​723](https://togithub.com/jazzband/djangorestframework-simplejwt/pull/723) and [https://github.com/jazzband/djangorestframework-simplejwt/pull/708](https://togithub.com/jazzband/djangorestframework-simplejwt/pull/708) - Updated translations for Indonesian (id) language by [@​kiraware](https://togithub.com/kiraware) [#​685](https://togithub.com/jazzband/djangorestframework-simplejwt/pull/685) - Added Arabic language translations by [@​iamjazzar](https://togithub.com/iamjazzar) [#​690](https://togithub.com/jazzband/djangorestframework-simplejwt/pull/690) - Added Hebrew language translations by [@​elam91](https://togithub.com/elam91) [#​679](https://togithub.com/jazzband/djangorestframework-simplejwt/pull/679) - Added Slovenian language translations by [@​banDeveloper](https://togithub.com/banDeveloper) [#​645](https://togithub.com/jazzband/djangorestframework-simplejwt/pull/645)

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.