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 #696

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
boto3 ==1.34.59 -> ==1.34.64 age adoption passing confidence
dev/ruff (source, changelog) ==0.3.2 -> ==0.3.3 age adoption passing confidence
djangorestframework (source, changelog) ==3.14.0 -> ==3.15.0 age adoption passing confidence
markdown (changelog) ==3.5.2 -> ==3.6 age adoption passing confidence
sentry-sdk (changelog) ==1.41.0 -> ==1.42.0 age adoption passing confidence

Release Notes

boto/boto3 (boto3) ### [`v1.34.64`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13464) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.63...1.34.64) \======= - api-change:`backup`: \[`botocore`] This release introduces a boolean attribute ManagedByAWSBackupOnly as part of ListRecoveryPointsByResource api to filter the recovery points based on ownership. This attribute can be used to filter out the recovery points protected by AWSBackup. - api-change:`codebuild`: \[`botocore`] AWS CodeBuild now supports overflow behavior on Reserved Capacity. - api-change:`connect`: \[`botocore`] This release adds Hierarchy based Access Control fields to Security Profile public APIs and adds support for UserAttributeFilter to SearchUsers API. - api-change:`ec2`: \[`botocore`] Add media accelerator and neuron device information on the describe instance types API. - api-change:`kinesisanalyticsv2`: \[`botocore`] Support for Flink 1.18 in Managed Service for Apache Flink - api-change:`s3`: \[`botocore`] Documentation updates for Amazon S3. - api-change:`sagemaker`: \[`botocore`] Adds m6i, m6id, m7i, c6i, c6id, c7i, r6i r6id, r7i, p5 instance type support to Sagemaker Notebook Instances and miscellaneous wording fixes for previous Sagemaker documentation. - api-change:`workspaces-thin-client`: \[`botocore`] Removed unused parameter kmsKeyArn from UpdateDeviceRequest ### [`v1.34.63`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13463) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.62...1.34.63) \======= - api-change:`amplify`: \[`botocore`] Documentation updates for Amplify. Identifies the APIs available only to apps created using Amplify Gen 1. - api-change:`ec2-instance-connect`: \[`botocore`] This release includes a new exception type "SerialConsoleSessionUnsupportedException" for SendSerialConsoleSSHPublicKey API. - api-change:`elbv2`: \[`botocore`] This release allows you to configure HTTP client keep-alive duration for communication between clients and Application Load Balancers. - api-change:`fis`: \[`botocore`] This release adds support for previewing target resources before running a FIS experiment. It also adds resource ARNs for actions, experiments, and experiment templates to API responses. - api-change:`iot-roborunner`: \[`botocore`] The iot-roborunner client has been removed following the deprecation of the service. - api-change:`rds`: \[`botocore`] Updates Amazon RDS documentation for EBCDIC collation for RDS for Db2. - api-change:`secretsmanager`: \[`botocore`] Doc only update for Secrets Manager - api-change:`timestream-influxdb`: \[`botocore`] This is the initial SDK release for Amazon Timestream for InfluxDB. Amazon Timestream for InfluxDB is a new time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open source APIs. - enhancement:`urllib3`: \[`botocore`] Added support for urllib3 2.2.1+ in Python 3.10+ ### [`v1.34.62`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13462) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.61...1.34.62) \======= - api-change:`ivs-realtime`: \[`botocore`] adds support for multiple new composition layout configuration options (grid, pip) - api-change:`kinesisanalyticsv2`: \[`botocore`] Support new RuntimeEnvironmentUpdate parameter within UpdateApplication API allowing callers to change the Flink version upon which their application runs. - api-change:`s3`: \[`botocore`] This release makes the default option for S3 on Outposts request signing to use the SigV4A algorithm when using AWS Common Runtime (CRT). ### [`v1.34.61`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13461) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.60...1.34.61) \======= - api-change:`cloudformation`: \[`botocore`] CloudFormation documentation update for March, 2024 - api-change:`connect`: \[`botocore`] This release increases MaxResults limit to 500 in request for SearchUsers, SearchQueues and SearchRoutingProfiles APIs of Amazon Connect. - api-change:`ec2`: \[`botocore`] Documentation updates for Amazon EC2. - api-change:`kafka`: \[`botocore`] Added support for specifying the starting position of topic replication in MSK-Replicator. - api-change:`ssm`: \[`botocore`] March 2024 doc-only updates for Systems Manager. ### [`v1.34.60`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13460) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.59...1.34.60) \======= - api-change:`codestar-connections`: \[`botocore`] Added a sync configuration enum to disable publishing of deployment status to source providers (PublishDeploymentStatus). Added a sync configuration enum (TriggerStackUpdateOn) to only trigger changes. - api-change:`elasticache`: \[`botocore`] Revisions to API text that are now to be carried over to SDK text, changing usages of "SFO" in code examples to "us-west-1", and some other typos. - api-change:`mediapackagev2`: \[`botocore`] This release enables customers to safely update their MediaPackage v2 channel groups, channels and origin endpoints using entity tags.
astral-sh/ruff (dev/ruff) ### [`v0.3.3`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#033) [Compare Source](https://togithub.com/astral-sh/ruff/compare/v0.3.2...v0.3.3) ##### Preview features - \[`flake8-bandit`]: Implement `S610` rule ([#​10316](https://togithub.com/astral-sh/ruff/pull/10316)) - \[`pycodestyle`] Implement `blank-line-at-end-of-file` (`W391`) ([#​10243](https://togithub.com/astral-sh/ruff/pull/10243)) - \[`pycodestyle`] Implement `redundant-backslash` (`E502`) ([#​10292](https://togithub.com/astral-sh/ruff/pull/10292)) - \[`pylint`] - implement `redeclared-assigned-name` (`W0128`) ([#​9268](https://togithub.com/astral-sh/ruff/pull/9268)) ##### Rule changes - \[`flake8_comprehensions`] Handled special case for `C400` which also matches `C416` ([#​10419](https://togithub.com/astral-sh/ruff/pull/10419)) - \[`flake8-bandit`] Implement upstream updates for `S311`, `S324` and `S605` ([#​10313](https://togithub.com/astral-sh/ruff/pull/10313)) - \[`pyflakes`] Remove `F401` fix for `__init__` imports by default and allow opt-in to unsafe fix ([#​10365](https://togithub.com/astral-sh/ruff/pull/10365)) - \[`pylint`] Implement `invalid-bool-return-type` (`E304`) ([#​10377](https://togithub.com/astral-sh/ruff/pull/10377)) - \[`pylint`] Include builtin warnings in useless-exception-statement (`PLW0133`) ([#​10394](https://togithub.com/astral-sh/ruff/pull/10394)) ##### CLI - Add message on success to `ruff check` ([#​8631](https://togithub.com/astral-sh/ruff/pull/8631)) ##### Bug fixes - \[`PIE970`] Allow trailing ellipsis in `typing.TYPE_CHECKING` ([#​10413](https://togithub.com/astral-sh/ruff/pull/10413)) - Avoid `TRIO115` if the argument is a variable ([#​10376](https://togithub.com/astral-sh/ruff/pull/10376)) - \[`F811`] Avoid removing shadowed imports that point to different symbols ([#​10387](https://togithub.com/astral-sh/ruff/pull/10387)) - Fix `F821` and `F822` false positives in `.pyi` files ([#​10341](https://togithub.com/astral-sh/ruff/pull/10341)) - Fix `F821` false negatives in `.py` files when `from __future__ import annotations` is active ([#​10362](https://togithub.com/astral-sh/ruff/pull/10362)) - Fix case where `Indexer` fails to identify continuation preceded by newline [#​10351](https://togithub.com/astral-sh/ruff/issues/10351) ([#​10354](https://togithub.com/astral-sh/ruff/pull/10354)) - Sort hash maps in `Settings` display ([#​10370](https://togithub.com/astral-sh/ruff/pull/10370)) - Track conditional deletions in the semantic model ([#​10415](https://togithub.com/astral-sh/ruff/pull/10415)) - \[`C413`] Wrap expressions in parentheses when negating ([#​10346](https://togithub.com/astral-sh/ruff/pull/10346)) - \[`pycodestyle`] Do not ignore lines before the first logical line in blank lines rules. ([#​10382](https://togithub.com/astral-sh/ruff/pull/10382)) - \[`pycodestyle`] Do not trigger `E225` and `E275` when the next token is a ')' ([#​10315](https://togithub.com/astral-sh/ruff/pull/10315)) - \[`pylint`] Avoid false-positive slot non-assignment for `__dict__` (`PLE0237`) ([#​10348](https://togithub.com/astral-sh/ruff/pull/10348)) - Gate f-string struct size test for Rustc < 1.76 ([#​10371](https://togithub.com/astral-sh/ruff/pull/10371)) ##### Documentation - Use `ruff.toml` format in README ([#​10393](https://togithub.com/astral-sh/ruff/pull/10393)) - \[`RUF008`] Make it clearer that a mutable default in a dataclass is only valid if it is typed as a ClassVar ([#​10395](https://togithub.com/astral-sh/ruff/pull/10395)) - \[`pylint`] Extend docs and test in `invalid-str-return-type` (`E307`) ([#​10400](https://togithub.com/astral-sh/ruff/pull/10400)) - Remove `.` from `check` and `format` commands ([#​10217](https://togithub.com/astral-sh/ruff/pull/10217))
encode/django-rest-framework (djangorestframework) ### [`v3.15.0`](https://togithub.com/encode/django-rest-framework/compare/3.14.0...3.15.0) [Compare Source](https://togithub.com/encode/django-rest-framework/compare/3.14.0...3.15.0)
Python-Markdown/markdown (markdown) ### [`v3.6`](https://togithub.com/Python-Markdown/markdown/releases/tag/3.6) [Compare Source](https://togithub.com/Python-Markdown/markdown/compare/3.5.2...3.6) ##### Changed ##### Refactor TOC Sanitation - All postprocessors are now run on heading content. - Footnote references are now stripped from heading content. Fixes [#​660](https://togithub.com/Python-Markdown/markdown/issues/660). - A more robust `striptags` is provided to convert headings to plain text. Unlike, the `markupsafe` implementation, HTML entities are not unescaped. - The plain text `name`, rich `html`, and unescaped raw `data-toc-label` are saved to `toc_tokens`, allowing users to access the full rich text content of the headings directly from `toc_tokens`. - The value of `data-toc-label` is sanitized separate from heading content before being written to `name`. This fixes a bug which allowed markup through in certain circumstances. To access the raw unsanitized data, retrieve the value from `token['data-toc-label']` directly. - An `html.unescape` call is made just prior to calling `slugify` so that `slugify` only operates on Unicode characters. Note that `html.unescape` is not run on `name`, `html`, or `data-toc-label`. - The functions `get_name` and `stashedHTML2text` defined in the `toc` extension are both **deprecated**. Instead, third party extensions should use some combination of the new functions `run_postprocessors`, `render_inner_html` and `striptags`. ##### Fixed - Include `scripts/*.py` in the generated source tarballs ([#​1430](https://togithub.com/Python-Markdown/markdown/issues/1430)). - Ensure lines after heading in loose list are properly detabbed ([#​1443](https://togithub.com/Python-Markdown/markdown/issues/1443)). - Give smarty tree processor higher priority than toc ([#​1440](https://togithub.com/Python-Markdown/markdown/issues/1440)). - Permit carets (`^`) and square brackets (`]`) but explicitly exclude backslashes (`\`) from abbreviations ([#​1444](https://togithub.com/Python-Markdown/markdown/issues/1444)). - In attribute lists (`attr_list`, `fenced_code`), quoted attribute values are now allowed to contain curly braces (`}`) ([#​1414](https://togithub.com/Python-Markdown/markdown/issues/1414)).
getsentry/sentry-python (sentry-sdk) ### [`v1.42.0`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1420) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/1.41.0...1.42.0) ##### Various fixes & improvements - **New integration:** [OpenAI integration](https://docs.sentry.io/platforms/python/integrations/openai/) ([#​2791](https://togithub.com/getsentry/sentry-python/issues/2791)) by [@​colin-sentry](https://togithub.com/colin-sentry) We added an integration for OpenAI to capture errors and also performance data when using the OpenAI Python SDK. Useage: This integrations is auto-enabling, so if you have the `openai` package in your project it will be enabled. Just initialize Sentry before you create your OpenAI client. ```python from openai import OpenAI import sentry_sdk sentry_sdk.init( dsn="___PUBLIC_DSN___", enable_tracing=True, traces_sample_rate=1.0, ) client = OpenAI() ``` For more information, see the documentation for [OpenAI integration](https://docs.sentry.io/platforms/python/integrations/openai/). - Discard open OpenTelemetry spans after 10 minutes ([#​2801](https://togithub.com/getsentry/sentry-python/issues/2801)) by [@​antonpirker](https://togithub.com/antonpirker) - Propagate sentry-trace and baggage headers to Huey tasks ([#​2792](https://togithub.com/getsentry/sentry-python/issues/2792)) by [@​cnschn](https://togithub.com/cnschn) - Added Event type ([#​2753](https://togithub.com/getsentry/sentry-python/issues/2753)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - Improve scrub_dict typing ([#​2768](https://togithub.com/getsentry/sentry-python/issues/2768)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - Dependencies: bump types-protobuf from 4.24.0.20240302 to 4.24.0.20240311 ([#​2797](https://togithub.com/getsentry/sentry-python/issues/2797)) by [@​dependabot](https://togithub.com/dependabot)

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.

renovate[bot] commented 5 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.