openfun / joanie

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

⬆️(dependencies) update python dependencies #842

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.122 -> ==1.34.127 age adoption passing confidence
dev/responses (changelog) ==0.25.2 -> ==0.25.3 age adoption passing confidence
dev/ruff (source, changelog) ==0.4.8 -> ==0.4.9 age adoption passing confidence
django-viewflow ==2.0.2 -> ==2.1.1 age adoption passing confidence

Release Notes

boto/boto3 (boto3) ### [`v1.34.127`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134127) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.126...1.34.127) \======== - api-change:`datazone`: \[`botocore`] This release introduces a new default service blueprint for custom environment creation. - api-change:`ec2`: \[`botocore`] Documentation updates for Amazon EC2. - api-change:`macie2`: \[`botocore`] This release adds support for managing the status of automated sensitive data discovery for individual accounts in an organization, and determining whether individual S3 buckets are included in the scope of the analyses. - api-change:`mediaconvert`: \[`botocore`] This release adds the ability to search for historical job records within the management console using a search box and/or via the SDK/CLI with partial string matching search on input file name. - api-change:`route53domains`: \[`botocore`] Add v2 smoke tests and smithy smokeTests trait for SDK testing. ### [`v1.34.126`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134126) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.125...1.34.126) \======== - api-change:`cloudhsmv2`: \[`botocore`] Added support for hsm type hsm2m.medium. Added supported for creating a cluster in FIPS or NON_FIPS mode. - api-change:`glue`: \[`botocore`] This release adds support for configuration of evaluation method for composite rules in Glue Data Quality rulesets. - api-change:`iotwireless`: \[`botocore`] Add RoamingDeviceSNR and RoamingDeviceRSSI to Customer Metrics. - api-change:`kms`: \[`botocore`] This feature allows customers to use their keys stored in KMS to derive a shared secret which can then be used to establish a secured channel for communication, provide proof of possession, or establish trust with other parties. - api-change:`mediapackagev2`: \[`botocore`] This release adds support for CMAF ingest (DASH-IF live media ingest protocol interface 1) ### [`v1.34.125`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134125) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.124...1.34.125) \======== - api-change:`apptest`: \[`botocore`] AWS Mainframe Modernization Application Testing is an AWS Mainframe Modernization service feature that automates functional equivalence testing for mainframe application modernization and migration to AWS, and regression testing. - api-change:`backupstorage`: \[`botocore`] The backupstorage client has been removed following the deprecation of the service. - api-change:`ec2`: \[`botocore`] Tagging support for Traffic Mirroring FilterRule resource - api-change:`osis`: \[`botocore`] SDK changes for self-managed vpc endpoint to OpenSearch ingestion pipelines. - api-change:`redshift`: \[`botocore`] Updates to remove DC1 and DS2 node types. - api-change:`secretsmanager`: \[`botocore`] Introducing RotationToken parameter for PutSecretValue API - api-change:`securitylake`: \[`botocore`] This release updates request validation regex to account for non-commercial aws partitions. - api-change:`sesv2`: \[`botocore`] This release adds support for Amazon EventBridge as an email sending events destination. ### [`v1.34.124`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134124) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.123...1.34.124) \======== - api-change:`accessanalyzer`: \[`botocore`] IAM Access Analyzer now provides policy recommendations to help resolve unused permissions for IAM roles and users. Additionally, IAM Access Analyzer now extends its custom policy checks to detect when IAM policies grant public access or access to critical resources ahead of deployments. - api-change:`guardduty`: \[`botocore`] Added API support for GuardDuty Malware Protection for S3. - api-change:`networkmanager`: \[`botocore`] This is model changes & documentation update for Service Insertion feature for AWS Cloud WAN. This feature allows insertion of AWS/3rd party security services on Cloud WAN. This allows to steer inter/intra segment traffic via security appliances and provide visibility to the route updates. - api-change:`pca-connector-scep`: \[`botocore`] Connector for SCEP allows you to use a managed, cloud CA to enroll mobile devices and networking gear. SCEP is a widely-adopted protocol used by mobile device management (MDM) solutions for enrolling mobile devices. With the connector, you can use AWS Private CA with popular MDM solutions. - api-change:`sagemaker`: \[`botocore`] Introduced Scope and AuthenticationRequestExtraParams to SageMaker Workforce OIDC configuration; this allows customers to modify these options for their private Workforce IdP integration. Model Registry Cross-account model package groups are discoverable. ### [`v1.34.123`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134123) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.122...1.34.123) \======== - api-change:`application-signals`: \[`botocore`] This is the initial SDK release for Amazon CloudWatch Application Signals. Amazon CloudWatch Application Signals provides curated application performance monitoring for developers to monitor and troubleshoot application health using pre-built dashboards and Service Level Objectives. - api-change:`ecs`: \[`botocore`] This release introduces a new cluster configuration to support the customer-managed keys for ECS managed storage encryption. - api-change:`imagebuilder`: \[`botocore`] This release updates the regex pattern for Image Builder ARNs.
getsentry/responses (dev/responses) ### [`v0.25.3`](https://togithub.com/getsentry/responses/blob/HEAD/CHANGES#0253) [Compare Source](https://togithub.com/getsentry/responses/compare/0.25.2...0.25.3) - Fixed `recorder` not saving and loading response headers with yaml files. See [#​715](https://togithub.com/getsentry/responses/issues/715)
astral-sh/ruff (dev/ruff) ### [`v0.4.9`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#049) [Compare Source](https://togithub.com/astral-sh/ruff/compare/v0.4.8...v0.4.9) ##### Preview features - \[`pylint`] Implement `consider-dict-items` (`C0206`) ([#​11688](https://togithub.com/astral-sh/ruff/pull/11688)) - \[`refurb`] Implement `repeated-global` (`FURB154`) ([#​11187](https://togithub.com/astral-sh/ruff/pull/11187)) ##### Rule changes - \[`pycodestyle`] Adapt fix for `E203` to work identical to `ruff format` ([#​10999](https://togithub.com/astral-sh/ruff/pull/10999)) ##### Formatter - Fix formatter instability for lines only consisting of zero-width characters ([#​11748](https://togithub.com/astral-sh/ruff/pull/11748)) ##### Server - Add supported commands in server capabilities ([#​11850](https://togithub.com/astral-sh/ruff/pull/11850)) - Use real file path when available in `ruff server` ([#​11800](https://togithub.com/astral-sh/ruff/pull/11800)) - Improve error message when a command is run on an unavailable document ([#​11823](https://togithub.com/astral-sh/ruff/pull/11823)) - Introduce the `ruff.printDebugInformation` command ([#​11831](https://togithub.com/astral-sh/ruff/pull/11831)) - Tracing system now respects log level and trace level, with options to log to a file ([#​11747](https://togithub.com/astral-sh/ruff/pull/11747)) ##### CLI - Handle non-printable characters in diff view ([#​11687](https://togithub.com/astral-sh/ruff/pull/11687)) ##### Bug fixes - \[`refurb`] Avoid suggesting starmap when arguments are used outside call (`FURB140`) ([#​11830](https://togithub.com/astral-sh/ruff/pull/11830)) - \[`flake8-bugbear`] Avoid panic in `B909` when checking large loop blocks ([#​11772](https://togithub.com/astral-sh/ruff/pull/11772)) - \[`refurb`] Fix misbehavior of `operator.itemgetter` when getter param is a tuple (`FURB118`) ([#​11774](https://togithub.com/astral-sh/ruff/pull/11774))

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.