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

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
boto3 ==1.34.136 -> ==1.34.140 age adoption passing confidence
dev/drf-spectacular-sidecar ==2024.6.1 -> ==2024.7.1 age adoption passing confidence
dev/pdfminer.six ==20231228 -> ==20240706 age adoption passing confidence
dev/ruff (source, changelog) ==0.5.0 -> ==0.5.1 age adoption passing confidence
psycopg (source, changelog) ==3.1.20 -> ==3.2.1 age adoption passing confidence
sentry-sdk (changelog) ==2.7.1 -> ==2.8.0 age adoption passing confidence

Release Notes

boto/boto3 (boto3) ### [`v1.34.140`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134140) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.139...1.34.140) \======== - api-change:`acm`: \[`botocore`] Documentation updates, including fixes for xml formatting, broken links, and ListCertificates description. - api-change:`ecr`: \[`botocore`] This release for Amazon ECR makes change to bring the SDK into sync with the API. - api-change:`payment-cryptography-data`: \[`botocore`] Added further restrictions on logging of potentially sensitive inputs and outputs. - api-change:`qbusiness`: \[`botocore`] Add personalization to Q Applications. Customers can enable or disable personalization when creating or updating a Q application with the personalization configuration. ### [`v1.34.139`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134139) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.138...1.34.139) \======== - api-change:`application-autoscaling`: \[`botocore`] Doc only update for Application Auto Scaling that fixes resource name. - api-change:`directconnect`: \[`botocore`] This update includes documentation for support of new native 400 GBps ports for Direct Connect. - api-change:`organizations`: \[`botocore`] Added a new reason under ConstraintViolationException in RegisterDelegatedAdministrator API to prevent registering suspended accounts as delegated administrator of a service. - api-change:`rekognition`: \[`botocore`] This release adds support for tagging projects and datasets with the CreateProject and CreateDataset APIs. - api-change:`workspaces`: \[`botocore`] Fix create workspace bundle RootStorage/UserStorage to accept non null values ### [`v1.34.138`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134138) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.137...1.34.138) \======== - api-change:`ec2`: \[`botocore`] Documentation updates for Elastic Compute Cloud (EC2). - api-change:`fms`: \[`botocore`] Increases Customer API's ManagedServiceData length - api-change:`s3`: \[`botocore`] Added response overrides to Head Object requests. ### [`v1.34.137`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134137) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.136...1.34.137) \======== - api-change:`apigateway`: \[`botocore`] Add v2 smoke tests and smithy smokeTests trait for SDK testing. - api-change:`cognito-identity`: \[`botocore`] Add v2 smoke tests and smithy smokeTests trait for SDK testing. - api-change:`connect`: \[`botocore`] Authentication profiles are Amazon Connect resources (in gated preview) that allow you to configure authentication settings for users in your contact center. This release adds support for new ListAuthenticationProfiles, DescribeAuthenticationProfile and UpdateAuthenticationProfile APIs. - api-change:`docdb`: \[`botocore`] Add v2 smoke tests and smithy smokeTests trait for SDK testing. - api-change:`eks`: \[`botocore`] Updates EKS managed node groups to support EC2 Capacity Blocks for ML - api-change:`payment-cryptography`: \[`botocore`] Added further restrictions on logging of potentially sensitive inputs and outputs. - api-change:`payment-cryptography-data`: \[`botocore`] Adding support for dynamic keys for encrypt, decrypt, re-encrypt and translate pin functions. With this change, customers can use one-time TR-31 keys directly in dataplane operations without the need to first import them into the service. - api-change:`stepfunctions`: \[`botocore`] Add v2 smoke tests and smithy smokeTests trait for SDK testing. - api-change:`swf`: \[`botocore`] Add v2 smoke tests and smithy smokeTests trait for SDK testing. - api-change:`wafv2`: \[`botocore`] JSON body inspection: Update documentation to clarify that JSON parsing doesn't include full validation.
tfranzel/drf-spectacular-sidecar (dev/drf-spectacular-sidecar) ### [`v2024.7.1`](https://togithub.com/tfranzel/drf-spectacular-sidecar/compare/2024.6.1...2024.7.1) [Compare Source](https://togithub.com/tfranzel/drf-spectacular-sidecar/compare/2024.6.1...2024.7.1)
pdfminer/pdfminer.six (dev/pdfminer.six) ### [`v20240706`](https://togithub.com/pdfminer/pdfminer.six/blob/HEAD/CHANGELOG.md#20240706) [Compare Source](https://togithub.com/pdfminer/pdfminer.six/compare/20231228...20240706) ##### Added - Support for zipped jpeg's ([#​938](https://togithub.com/pdfminer/pdfminer.six/pull/938)) - Fuzzing harnesses for integration into Google's OSS-Fuzz ([949](https://togithub.com/pdfminer/pdfminer.six/pull/949)) - Support for setuptools-git-versioning version 2.0.0 ([#​957](https://togithub.com/pdfminer/pdfminer.six/pull/957)) ##### Fixed - Resolving mediabox and pdffont ([#​834](https://togithub.com/pdfminer/pdfminer.six/pull/834)) - Keywords that aren't terminated by the pattern `END_KEYWORD` before end-of-stream are parsed ([#​885](https://togithub.com/pdfminer/pdfminer.six/pull/885)) - `ValueError` wrong error message when specifying codec for text output ([#​902](https://togithub.com/pdfminer/pdfminer.six/pull/902)) - Resolve stream filter parameters ([#​906](https://togithub.com/pdfminer/pdfminer.six/pull/906)) - Reading cmap's with whitespace in the name ([#​935](https://togithub.com/pdfminer/pdfminer.six/pull/935)) - Optimize `apply_png_predictor` by using lists ([#​912](https://togithub.com/pdfminer/pdfminer.six/pull/912)) ##### Changed - Updated Python 3.7 syntax to 3.8 ([#​956](https://togithub.com/pdfminer/pdfminer.six/pull/956)) - Updated all Python version specifications to a minimum of 3.8 ([#​969](https://togithub.com/pdfminer/pdfminer.six/pull/969))
astral-sh/ruff (dev/ruff) ### [`v0.5.1`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#051) [Compare Source](https://togithub.com/astral-sh/ruff/compare/0.5.0...0.5.1) ##### Preview features - \[`flake8-bugbear`] Implement mutable-contextvar-default (B039) ([#​12113](https://togithub.com/astral-sh/ruff/pull/12113)) - \[`pycodestyle`] Whitespace after decorator (`E204`) ([#​12140](https://togithub.com/astral-sh/ruff/pull/12140)) - \[`pytest`] Reverse `PT001` and `PT0023` defaults ([#​12106](https://togithub.com/astral-sh/ruff/pull/12106)) ##### Rule changes - Enable token-based rules on source with syntax errors ([#​11950](https://togithub.com/astral-sh/ruff/pull/11950)) - \[`flake8-bandit`] Detect `httpx` for `S113` ([#​12174](https://togithub.com/astral-sh/ruff/pull/12174)) - \[`numpy`] Update `NPY201` to include exception deprecations ([#​12065](https://togithub.com/astral-sh/ruff/pull/12065)) - \[`pylint`] Generate autofix for `duplicate-bases` (`PLE0241`) ([#​12105](https://togithub.com/astral-sh/ruff/pull/12105)) ##### Server - Avoid syntax error notification for source code actions ([#​12148](https://togithub.com/astral-sh/ruff/pull/12148)) - Consider the content of the new cells during notebook sync ([#​12203](https://togithub.com/astral-sh/ruff/pull/12203)) - Fix replacement edit range computation ([#​12171](https://togithub.com/astral-sh/ruff/pull/12171)) ##### Bug fixes - Disable auto-fix when source has syntax errors ([#​12134](https://togithub.com/astral-sh/ruff/pull/12134)) - Fix cache key collisions for paths with separators ([#​12159](https://togithub.com/astral-sh/ruff/pull/12159)) - Make `requires-python` inference robust to `==` ([#​12091](https://togithub.com/astral-sh/ruff/pull/12091)) - Use char-wise width instead of `str`-width ([#​12135](https://togithub.com/astral-sh/ruff/pull/12135)) - \[`pycodestyle`] Avoid `E275` if keyword followed by comma ([#​12136](https://togithub.com/astral-sh/ruff/pull/12136)) - \[`pycodestyle`] Avoid `E275` if keyword is followed by a semicolon ([#​12095](https://togithub.com/astral-sh/ruff/pull/12095)) - \[`pylint`] Skip [dummy variables](https://docs.astral.sh/ruff/settings/#lint_dummy-variable-rgx) for `PLR1704` ([#​12190](https://togithub.com/astral-sh/ruff/pull/12190)) ##### Performance - Remove allocation in `parse_identifier` ([#​12103](https://togithub.com/astral-sh/ruff/pull/12103)) - Use `CompactString` for `Identifier` AST node ([#​12101](https://togithub.com/astral-sh/ruff/pull/12101))
psycopg/psycopg (psycopg) ### [`v3.2.1`](https://togithub.com/psycopg/psycopg/compare/3.2.0...3.2.1) [Compare Source](https://togithub.com/psycopg/psycopg/compare/3.2.0...3.2.1) ### [`v3.2.0`](https://togithub.com/psycopg/psycopg/compare/3.1.20...3.2.0) [Compare Source](https://togithub.com/psycopg/psycopg/compare/3.1.20...3.2.0)
getsentry/sentry-python (sentry-sdk) ### [`v2.8.0`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#280) ##### Various fixes & improvements - `profiler_id` uses underscore ([#​3249](https://togithub.com/getsentry/sentry-python/issues/3249)) by [@​Zylphrex](https://togithub.com/Zylphrex) - Don't send full env to subprocess ([#​3251](https://togithub.com/getsentry/sentry-python/issues/3251)) by [@​kmichel-aiven](https://togithub.com/kmichel-aiven) - Stop using `Hub` in `HttpTransport` ([#​3247](https://togithub.com/getsentry/sentry-python/issues/3247)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - Remove `ipdb` from test requirements ([#​3237](https://togithub.com/getsentry/sentry-python/issues/3237)) by [@​rominf](https://togithub.com/rominf) - Avoid propagation of empty baggage ([#​2968](https://togithub.com/getsentry/sentry-python/issues/2968)) by [@​hartungstenio](https://togithub.com/hartungstenio) - Add entry point for `SentryPropagator` ([#​3086](https://togithub.com/getsentry/sentry-python/issues/3086)) by [@​mender](https://togithub.com/mender) - Bump checkouts/data-schemas from `8c13457` to `88273a9` ([#​3225](https://togithub.com/getsentry/sentry-python/issues/3225)) 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.