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

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
boto3 ==1.34.98 -> ==1.34.103 age adoption passing confidence
cryptography (changelog) ==42.0.6 -> ==42.0.7 age adoption passing confidence
dev/pyfakefs ==5.4.1 -> ==5.5.0 age adoption passing confidence
dev/ruff (source, changelog) ==0.4.3 -> ==0.4.4 age adoption passing confidence
django-money ==3.5.1 -> ==3.5.2 age adoption passing confidence
psycopg (source, changelog) ==3.1.18 -> ==3.1.19 age adoption passing confidence
sentry-sdk (changelog) ==2.0.1 -> ==2.1.1 age adoption passing confidence

Release Notes

boto/boto3 (boto3) ### [`v1.34.103`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134103) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.102...1.34.103) \======== - api-change:`discovery`: \[`botocore`] add v2 smoke tests and smithy smokeTests trait for SDK testing - api-change:`greengrassv2`: \[`botocore`] Mark ComponentVersion in ComponentDeploymentSpecification as required. - api-change:`sagemaker`: \[`botocore`] Introduced support for G6 instance types on Sagemaker Notebook Instances and on SageMaker Studio for JupyterLab and CodeEditor applications. - api-change:`sso-oidc`: \[`botocore`] Updated request parameters for PKCE support. ### [`v1.34.102`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134102) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.101...1.34.102) \======== - api-change:`bedrock-agent-runtime`: \[`botocore`] This release adds support to provide guardrail configuration and modify inference parameters that are then used in RetrieveAndGenerate API in Agents for Amazon Bedrock. - api-change:`pinpoint`: \[`botocore`] This release adds support for specifying email message headers for Email Templates, Campaigns, Journeys and Send Messages. - api-change:`route53resolver`: \[`botocore`] Update the DNS Firewall settings to correct a spelling issue. - api-change:`ssm-sap`: \[`botocore`] Added support for application-aware start/stop of SAP applications running on EC2 instances, with SSM for SAP - api-change:`verifiedpermissions`: \[`botocore`] Adds policy effect and actions fields to Policy API's. ### [`v1.34.101`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134101) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.100...1.34.101) \======== - api-change:`cognito-idp`: \[`botocore`] Add EXTERNAL_PROVIDER enum value to UserStatusType. - api-change:`ec2`: \[`botocore`] Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes - api-change:`ecr`: \[`botocore`] This release adds pull through cache rules support for GitLab container registry in Amazon ECR. - api-change:`fms`: \[`botocore`] The policy scope resource tag is always a string value, either a non-empty string or an empty string. - api-change:`polly`: \[`botocore`] Add new engine - generative - that builds the most expressive conversational voices. - api-change:`sqs`: \[`botocore`] This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames. ### [`v1.34.100`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134100) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.99...1.34.100) \======== - api-change:`b2bi`: \[`botocore`] Documentation update to clarify the MappingTemplate definition. - api-change:`budgets`: \[`botocore`] This release adds tag support for budgets and budget actions. - api-change:`resiliencehub`: \[`botocore`] AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources. - api-change:`route53profiles`: \[`botocore`] Doc only update for Route 53 profiles that fixes some link issues ### [`v1.34.99`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13499) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.98...1.34.99) \======= - api-change:`medialive`: \[`botocore`] AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled.
pyca/cryptography (cryptography) ### [`v42.0.7`](https://togithub.com/pyca/cryptography/compare/42.0.6...42.0.7) [Compare Source](https://togithub.com/pyca/cryptography/compare/42.0.6...42.0.7)
pytest-dev/pyfakefs (dev/pyfakefs) ### [`v5.5.0`](https://togithub.com/pytest-dev/pyfakefs/blob/HEAD/CHANGES.md#Version-550-2024-05-12) [Compare Source](https://togithub.com/pytest-dev/pyfakefs/compare/v5.4.1...v5.5.0) Deprecates the usage of `pathlib2` and `scandir`. ##### Changes - The usage of the `pathlib2` and `scandir` modules in pyfakefs is now deprecated. They will now cause deprecation warnings if still used. Support for patching these modules will be removed in pyfakefs 6.0. - `PureWindowsPath` and `PurePosixPath` now use filesystem-independent path separators, and their path-parsing behaviors are now consistent regardless of runtime platform and/or faked filesystem customization (see [#​1006](../../issues/1006)). ##### Fixes - fixed handling of Windows `pathlib` paths under POSIX and vice verse (see [#​1006](../../issues/1006)) - correctly use real open calls in pathlib for skipped modules (see [#​1012](../../issues/1012))
astral-sh/ruff (dev/ruff) ### [`v0.4.4`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#044) [Compare Source](https://togithub.com/astral-sh/ruff/compare/v0.4.3...v0.4.4) ##### Preview features - \[`pycodestyle`] Ignore end-of-line comments when determining blank line rules ([#​11342](https://togithub.com/astral-sh/ruff/pull/11342)) - \[`pylint`] Detect `pathlib.Path.open` calls in `unspecified-encoding` (`PLW1514`) ([#​11288](https://togithub.com/astral-sh/ruff/pull/11288)) - \[`flake8-pyi`] Implement `PYI059` (`generic-not-last-base-class`) ([#​11233](https://togithub.com/astral-sh/ruff/pull/11233)) - \[`flake8-pyi`] Implement `PYI062` (`duplicate-literal-member`) ([#​11269](https://togithub.com/astral-sh/ruff/pull/11269)) ##### Rule changes - \[`flake8-boolean-trap`] Allow passing booleans as positional-only arguments in code such as `set(True)` ([#​11287](https://togithub.com/astral-sh/ruff/pull/11287)) - \[`flake8-bugbear`] Ignore enum classes in `cached-instance-method` (`B019`) ([#​11312](https://togithub.com/astral-sh/ruff/pull/11312)) ##### Server - Expand tildes when resolving Ruff server configuration file ([#​11283](https://togithub.com/astral-sh/ruff/pull/11283)) - Fix `ruff server` hanging after Neovim closes ([#​11291](https://togithub.com/astral-sh/ruff/pull/11291)) - Editor settings are used by default if no file-based configuration exists ([#​11266](https://togithub.com/astral-sh/ruff/pull/11266)) ##### Bug fixes - \[`pylint`] Consider `with` statements for `too-many-branches` (`PLR0912`) ([#​11321](https://togithub.com/astral-sh/ruff/pull/11321)) - \[`flake8-blind-except`, `tryceratops`] Respect logged and re-raised expressions in nested statements (`BLE001`, `TRY201`) ([#​11301](https://togithub.com/astral-sh/ruff/pull/11301)) - Recognise assignments such as `__all__ = builtins.list(["foo", "bar"])` as valid `__all__` definitions ([#​11335](https://togithub.com/astral-sh/ruff/pull/11335))
django-money/django-money (django-money) ### [`v3.5.2`](https://togithub.com/django-money/django-money/releases/tag/3.5.2) [Compare Source](https://togithub.com/django-money/django-money/compare/3.5.1...3.5.2) Full Changelog: https://django-money.readthedocs.io/en/latest/changes.html
psycopg/psycopg (psycopg) ### [`v3.1.19`](https://togithub.com/psycopg/psycopg/compare/3.1.18...3.1.19) [Compare Source](https://togithub.com/psycopg/psycopg/compare/3.1.18...3.1.19)
getsentry/sentry-python (sentry-sdk) ### [`v2.1.1`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#211) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/2.1.0...2.1.1) - Fix trace propagation in Celery tasks started by Celery Beat. ([#​3047](https://togithub.com/getsentry/sentry-python/issues/3047)) by [@​antonpirker](https://togithub.com/antonpirker) ### [`v2.1.0`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#210) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/2.0.1...2.1.0) - fix(quart): Fix Quart integration ([#​3043](https://togithub.com/getsentry/sentry-python/issues/3043)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - **New integration:** [Langchain](https://docs.sentry.io/platforms/python/integrations/langchain/) ([#​2911](https://togithub.com/getsentry/sentry-python/issues/2911)) by [@​colin-sentry](https://togithub.com/colin-sentry) Usage: (Langchain is auto enabling, so you do not need to do anything special) ```python from langchain_openai import ChatOpenAI import sentry_sdk sentry_sdk.init( dsn="...", enable_tracing=True, traces_sample_rate=1.0, ) llm = ChatOpenAI(model="gpt-3.5-turbo-0125", temperature=0) ``` Check out [the LangChain docs](https://docs.sentry.io/platforms/python/integrations/langchain/) for details. - **New integration:** [Anthropic](https://docs.sentry.io/platforms/python/integrations/anthropic/) ([#​2831](https://togithub.com/getsentry/sentry-python/issues/2831)) by [@​czyber](https://togithub.com/czyber) Usage: (add the AnthropicIntegration to your `sentry_sdk.init()` call) ```python from anthropic import Anthropic import sentry_sdk sentry_sdk.init( dsn="...", enable_tracing=True, traces_sample_rate=1.0, integrations=[AnthropicIntegration()], ) client = Anthropic() ``` Check out [the Anthropic docs](https://docs.sentry.io/platforms/python/integrations/anthropic/) for details. - **New integration:** [Huggingface Hub](https://docs.sentry.io/platforms/python/integrations/huggingface/) ([#​3033](https://togithub.com/getsentry/sentry-python/issues/3033)) by [@​colin-sentry](https://togithub.com/colin-sentry) Usage: (Huggingface Hub is auto enabling, so you do not need to do anything special) ```python import sentry_sdk from huggingface_hub import InferenceClient sentry_sdk.init( dsn="...", enable_tracing=True, traces_sample_rate=1.0, ) client = InferenceClient("some-model") ``` Check out [the Huggingface docs](https://docs.sentry.io/platforms/python/integrations/huggingface/) for details. (comming soon!) - fix(huggingface): Reduce API cross-section for huggingface in test ([#​3042](https://togithub.com/getsentry/sentry-python/issues/3042)) by [@​colin-sentry](https://togithub.com/colin-sentry) - fix(django): Fix Django ASGI integration on Python 3.12 ([#​3027](https://togithub.com/getsentry/sentry-python/issues/3027)) by [@​bellini666](https://togithub.com/bellini666) - feat(perf): Add ability to put measurements directly on spans. ([#​2967](https://togithub.com/getsentry/sentry-python/issues/2967)) by [@​colin-sentry](https://togithub.com/colin-sentry) - fix(tests): Fix trytond tests ([#​3031](https://togithub.com/getsentry/sentry-python/issues/3031)) by [@​sentrivana](https://togithub.com/sentrivana) - fix(tests): Update `pytest-asyncio` to fix CI ([#​3030](https://togithub.com/getsentry/sentry-python/issues/3030)) by [@​sentrivana](https://togithub.com/sentrivana) - fix(docs): Link to respective migration guides directly ([#​3020](https://togithub.com/getsentry/sentry-python/issues/3020)) by [@​sentrivana](https://togithub.com/sentrivana) - docs(scope): Add docstring to `Scope.set_tags` ([#​2978](https://togithub.com/getsentry/sentry-python/issues/2978)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - test(scope): Fix typos in assert error message ([#​2978](https://togithub.com/getsentry/sentry-python/issues/2978)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - feat(scope): New `set_tags` function ([#​2978](https://togithub.com/getsentry/sentry-python/issues/2978)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - test(scope): Add unit test for `Scope.set_tags` ([#​2978](https://togithub.com/getsentry/sentry-python/issues/2978)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - feat(scope): Add `set_tags` to top-level API ([#​2978](https://togithub.com/getsentry/sentry-python/issues/2978)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - test(scope): Add unit test for top-level API `set_tags` ([#​2978](https://togithub.com/getsentry/sentry-python/issues/2978)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - feat(tests): Parallelize tox ([#​3025](https://togithub.com/getsentry/sentry-python/issues/3025)) by [@​sentrivana](https://togithub.com/sentrivana) - build(deps): Bump checkouts/data-schemas from `4aa14a7` to `4381a97` ([#​3028](https://togithub.com/getsentry/sentry-python/issues/3028)) by [@​dependabot](https://togithub.com/dependabot) - meta(license): Bump copyright year ([#​3029](https://togithub.com/getsentry/sentry-python/issues/3029)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex)

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 1 month 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.