openfun / joanie

👛 A headless ERP for education to manage course enrollment/subscription, payment and certificates delivery.
MIT License
20 stars 2 forks source link

⬆️(dependencies) update python dependencies #737

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
boto3 ==1.34.76 -> ==1.34.79 age adoption passing confidence
dev/pyfakefs ==5.3.5 -> ==5.4.0 age adoption passing confidence
dev/types-requests (changelog) ==2.31.0.20240403 -> ==2.31.0.20240406 age adoption passing confidence
dockerflow ==2024.3.0 -> ==2024.4.1 age adoption passing confidence

Release Notes

boto/boto3 (boto3) ### [`v1.34.79`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13479) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.78...1.34.79) \======= - api-change:`quicksight`: \[`botocore`] Adding IAMIdentityCenterInstanceArn parameter to CreateAccountSubscription - api-change:`resource-groups`: \[`botocore`] Added a new QueryErrorCode RESOURCE_TYPE_NOT_SUPPORTED that is returned by the ListGroupResources operation if the group query contains unsupported resource types. - api-change:`verifiedpermissions`: \[`botocore`] Adding BatchIsAuthorizedWithToken API which supports multiple authorization requests against a PolicyStore given a bearer token. ### [`v1.34.78`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13478) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.77...1.34.78) \======= - api-change:`b2bi`: \[`botocore`] Adding support for X12 5010 HIPAA EDI version and associated transaction sets. - api-change:`cleanrooms`: \[`botocore`] Feature: New schemaStatusDetails field to the existing Schema object that displays a status on Schema API responses to show whether a schema is queryable or not. New BatchGetSchemaAnalysisRule API to retrieve multiple schemaAnalysisRules using a single API call. - api-change:`ec2`: \[`botocore`] Amazon EC2 G6 instances powered by NVIDIA L4 Tensor Core GPUs can be used for a wide range of graphics-intensive and machine learning use cases. Gr6 instances also feature NVIDIA L4 GPUs and can be used for graphics workloads with higher memory requirements. - api-change:`emr-containers`: \[`botocore`] This release adds support for integration with EKS AccessEntry APIs to enable automatic Cluster Access for EMR on EKS. - api-change:`ivs`: \[`botocore`] API update to include an SRT ingest endpoint and passphrase for all channels. - api-change:`verifiedpermissions`: \[`botocore`] Adds GroupConfiguration field to Identity Source API's ### [`v1.34.77`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13477) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.76...1.34.77) \======= - api-change:`cleanroomsml`: \[`botocore`] The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide. - api-change:`cloudformation`: \[`botocore`] This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template - api-change:`datazone`: \[`botocore`] This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone. - api-change:`docdb`: \[`botocore`] This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster. - api-change:`groundstation`: \[`botocore`] This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses. - api-change:`lambda`: \[`botocore`] Add Ruby 3.3 (ruby3.3) support to AWS Lambda - api-change:`medialive`: \[`botocore`] Cmaf Ingest outputs are now supported in Media Live - api-change:`medical-imaging`: \[`botocore`] SearchImageSets API now supports following enhancements - Additional support for searching on UpdatedAt and SeriesInstanceUID - Support for searching existing filters between dates/times - Support for sorting the search result by Ascending/Descending - Additional parameters returned in the response - api-change:`transfer`: \[`botocore`] Add ability to specify Security Policies for SFTP Connectors
pytest-dev/pyfakefs (dev/pyfakefs) ### [`v5.4.0`](https://togithub.com/pytest-dev/pyfakefs/blob/HEAD/CHANGES.md#Version-540-2024-04-07) [Compare Source](https://togithub.com/pytest-dev/pyfakefs/compare/v5.3.5...v5.4.0) Improves permission handling. ##### Changes - the handling of file permissions under Posix should now mostly match the behavior of the real filesystem, which may change the behavior of some tests - removed the argument `module_cleanup_mode`, that was introduced as a temporary workaround in the previous version - related problems shall be handled using a cleanup handler ##### Enhancements - added support for `O_NOFOLLOW` and `O_DIRECTORY` flags in `os.open` (see [#​972](../../issues/972) and [#​974](../../issues/974)) - added support for fake `os.dup`, `os.dup2` and `os.lseek` (see [#​970](../../issues/970)) ##### Fixes - fixed a specific problem on reloading a pandas-related module (see [#​947](../../issues/947)), added possibility for unload hooks for specific modules - use this also to reload django views (see [#​932](../../issues/932)) - fixed `EncodingWarning` for Python >= 3.11 (see [#​957](../../issues/957)) - consider directory ownership while adding or removing directory entries (see [#​959](../../issues/959)) - fixed handling of directory enumeration and search permissions under Posix systems (see [#​960](../../issues/960)) - fixed creation of the temp directory in the fake file system after a filesystem reset (see [#​965](../../issues/965)) - fixed handling of `dirfd` in `os.symlink` (see [#​968](../../issues/968)) - add missing `follow_symlink` argument to `os.link` (see [#​973](../../issues/973)) - fixed handling of missing attribute in `os.getxattr` (see [#​971](../../issues/971)) - fixed permission problem with `shutil.rmtree` if emulating Windows under POSIX (see [#​979](../../issues/979)) - fixed handling of errors on opening files via file descriptor (see [#​967](../../issues/967)) - fixed handling of `umask` - it is now applied by default - fixed behavior of `os.makedirs` (see [#​987](../../issues/987)) ##### Infrastructure - replace `undefined` by own minimal implementation to avoid importing it (see [#​981](../../discussions/981))
mozilla-services/python-dockerflow (dockerflow) ### [`v2024.4.1`](https://togithub.com/mozilla-services/python-dockerflow/releases/tag/2024.4.1) [Compare Source](https://togithub.com/mozilla-services/python-dockerflow/compare/2024.4.0...2024.4.1) #### What's Changed - Update changelog for latest release by [@​grahamalama](https://togithub.com/grahamalama) in [https://github.com/mozilla-services/python-dockerflow/pull/108](https://togithub.com/mozilla-services/python-dockerflow/pull/108) **Full Changelog**: https://github.com/mozilla-services/python-dockerflow/compare/2024.4.0...2024.4.1 ### [`v2024.4.0`](https://togithub.com/mozilla-services/python-dockerflow/releases/tag/2024.4.0) [Compare Source](https://togithub.com/mozilla-services/python-dockerflow/compare/2024.3.0...2024.4.0) #### What's Changed - Fix [#​79](https://togithub.com/mozilla-services/python-dockerflow/issues/79): add support for recent versions of Flask by [@​leplatrem](https://togithub.com/leplatrem) in [https://github.com/mozilla-services/python-dockerflow/pull/103](https://togithub.com/mozilla-services/python-dockerflow/pull/103) - Fix [#​78](https://togithub.com/mozilla-services/python-dockerflow/issues/78): Add support for Sanic 23 by [@​leplatrem](https://togithub.com/leplatrem) in [https://github.com/mozilla-services/python-dockerflow/pull/104](https://togithub.com/mozilla-services/python-dockerflow/pull/104) - Fix [#​45](https://togithub.com/mozilla-services/python-dockerflow/issues/45): Document extra log fields by [@​leplatrem](https://togithub.com/leplatrem) in [https://github.com/mozilla-services/python-dockerflow/pull/105](https://togithub.com/mozilla-services/python-dockerflow/pull/105) - Bugfix: Initialize `JsonLogFormatter` to pass to handler by [@​grahamalama](https://togithub.com/grahamalama) in [https://github.com/mozilla-services/python-dockerflow/pull/107](https://togithub.com/mozilla-services/python-dockerflow/pull/107) **Full Changelog**: https://github.com/mozilla-services/python-dockerflow/compare/2024.3.0...2024.4.0

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.