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

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.113 -> ==1.34.117 age adoption passing confidence
dev/drf-spectacular-sidecar ==2024.5.1 -> ==2024.6.1 age adoption passing confidence
dev/ipython ==8.24.0 -> ==8.25.0 age adoption passing confidence
dev/ruff (source, changelog) ==0.4.5 -> ==0.4.7 age adoption passing confidence
dev/types-requests (changelog) ==2.32.0.20240523 -> ==2.32.0.20240602 age adoption passing confidence
requests (source, changelog) ==2.32.2 -> ==2.32.3 age adoption passing confidence

Release Notes

boto/boto3 (boto3) ### [`v1.34.117`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134117) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.116...1.34.117) \======== - api-change:`codebuild`: \[`botocore`] AWS CodeBuild now supports Self-hosted GitHub Actions runners for Github Enterprise - api-change:`codeguru-security`: \[`botocore`] This release includes minor model updates and documentation updates. - api-change:`elasticache`: \[`botocore`] Update to attributes of TestFailover and minor revisions. - api-change:`launch-wizard`: \[`botocore`] This release adds support for describing workload deployment specifications, deploying additional workload types, and managing tags for Launch Wizard resources with API operations. ### [`v1.34.116`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134116) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.115...1.34.116) \======== - api-change:`acm`: \[`botocore`] add v2 smoke tests and smithy smokeTests trait for SDK testing. - api-change:`bedrock-agent`: \[`botocore`] With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2. - api-change:`bedrock-runtime`: \[`botocore`] This release adds Converse and ConverseStream APIs to Bedrock Runtime - api-change:`cloudtrail`: \[`botocore`] CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour. - api-change:`connect`: \[`botocore`] Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API - api-change:`emr-serverless`: \[`botocore`] The release adds support for spark structured streaming. - api-change:`rds`: \[`botocore`] Updates Amazon RDS documentation for Aurora Postgres DBname. - api-change:`sagemaker`: \[`botocore`] Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm. ### [`v1.34.115`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134115) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.114...1.34.115) \======== - api-change:`athena`: \[`botocore`] Throwing validation errors on CreateNotebook with Name containing `/`,`:`,`\` - api-change:`codebuild`: \[`botocore`] AWS CodeBuild now supports manually creating GitHub webhooks - api-change:`connect`: \[`botocore`] This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect. - api-change:`glue`: \[`botocore`] Add optional field JobMode to CreateJob and UpdateJob APIs. - api-change:`securityhub`: \[`botocore`] Add ROOT type for TargetType model ### [`v1.34.114`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134114) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.113...1.34.114) \======== - api-change:`dynamodb`: \[`botocore`] Doc-only update for DynamoDB. Specified the IAM actions needed to authorize a user to create a table with a resource-based policy. - api-change:`ec2`: \[`botocore`] Providing support to accept BgpAsnExtended attribute - api-change:`kafka`: \[`botocore`] Adds ControllerNodeInfo in ListNodes response to support Raft mode for MSK - api-change:`swf`: \[`botocore`] This release adds new APIs for deleting activity type and workflow type resources.
tfranzel/drf-spectacular-sidecar (dev/drf-spectacular-sidecar) ### [`v2024.6.1`](https://togithub.com/tfranzel/drf-spectacular-sidecar/compare/2024.5.1...2024.6.1) [Compare Source](https://togithub.com/tfranzel/drf-spectacular-sidecar/compare/2024.5.1...2024.6.1)
ipython/ipython (dev/ipython) ### [`v8.25.0`](https://togithub.com/ipython/ipython/compare/8.24.0...8.25.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.24.0...8.25.0)
astral-sh/ruff (dev/ruff) ### [`v0.4.7`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#047) [Compare Source](https://togithub.com/astral-sh/ruff/compare/v0.4.6...v0.4.7) ##### Preview features - \[`flake8-pyi`] Implement `PYI064` ([#​11325](https://togithub.com/astral-sh/ruff/pull/11325)) - \[`flake8-pyi`] Implement `PYI066` ([#​11541](https://togithub.com/astral-sh/ruff/pull/11541)) - \[`flake8-pyi`] Implement `PYI057` ([#​11486](https://togithub.com/astral-sh/ruff/pull/11486)) - \[`pyflakes`] Add option to enable F822 in `__init__.py` files ([#​11370](https://togithub.com/astral-sh/ruff/pull/11370)) ##### Formatter - Fix incorrect placement of trailing stub function comments ([#​11632](https://togithub.com/astral-sh/ruff/pull/11632)) ##### Server - Respect file exclusions in `ruff server` ([#​11590](https://togithub.com/astral-sh/ruff/pull/11590)) - Add support for documents not exist on disk ([#​11588](https://togithub.com/astral-sh/ruff/pull/11588)) - Add Vim and Kate setup guide for `ruff server` ([#​11615](https://togithub.com/astral-sh/ruff/pull/11615)) ##### Bug fixes - Avoid removing newlines between docstring headers and rST blocks ([#​11609](https://togithub.com/astral-sh/ruff/pull/11609)) - Infer indentation with imports when logical indent is absent ([#​11608](https://togithub.com/astral-sh/ruff/pull/11608)) - Use char index rather than position for indent slice ([#​11645](https://togithub.com/astral-sh/ruff/pull/11645)) - \[`flake8-comprehension`] Strip parentheses around generators in `C400` ([#​11607](https://togithub.com/astral-sh/ruff/pull/11607)) - Mark `repeated-isinstance-calls` as unsafe on Python 3.10 and later ([#​11622](https://togithub.com/astral-sh/ruff/pull/11622)) ### [`v0.4.6`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#046) [Compare Source](https://togithub.com/astral-sh/ruff/compare/v0.4.5...v0.4.6) ##### Breaking changes - Use project-relative paths when calculating GitLab fingerprints ([#​11532](https://togithub.com/astral-sh/ruff/pull/11532)) ##### Preview features - \[`flake8-async`] Sleep with >24 hour interval should usually sleep forever (`ASYNC116`) ([#​11498](https://togithub.com/astral-sh/ruff/pull/11498)) ##### Rule changes - \[`numpy`] Add missing functions to NumPy 2.0 migration rule ([#​11528](https://togithub.com/astral-sh/ruff/pull/11528)) - \[`mccabe`] Consider irrefutable pattern similar to `if .. else` for `C901` ([#​11565](https://togithub.com/astral-sh/ruff/pull/11565)) - Consider `match`-`case` statements for `C901`, `PLR0912`, and `PLR0915` ([#​11521](https://togithub.com/astral-sh/ruff/pull/11521)) - Remove empty strings when converting to f-string (`UP032`) ([#​11524](https://togithub.com/astral-sh/ruff/pull/11524)) - \[`flake8-bandit`] `request-without-timeout` should warn for `requests.request` ([#​11548](https://togithub.com/astral-sh/ruff/pull/11548)) - \[`flake8-self`] Ignore sunder accesses in `flake8-self` rules ([#​11546](https://togithub.com/astral-sh/ruff/pull/11546)) - \[`pyupgrade`] Lint for `TypeAliasType` usages (`UP040`) ([#​11530](https://togithub.com/astral-sh/ruff/pull/11530)) ##### Server - Respect excludes in `ruff server` configuration discovery ([#​11551](https://togithub.com/astral-sh/ruff/pull/11551)) - Use default settings if initialization options is empty or not provided ([#​11566](https://togithub.com/astral-sh/ruff/pull/11566)) - `ruff server` correctly treats `.pyi` files as stub files ([#​11535](https://togithub.com/astral-sh/ruff/pull/11535)) - `ruff server` searches for configuration in parent directories ([#​11537](https://togithub.com/astral-sh/ruff/pull/11537)) - `ruff server`: An empty code action filter no longer returns notebook source actions ([#​11526](https://togithub.com/astral-sh/ruff/pull/11526)) ##### Bug fixes - \[`flake8-logging-format`] Fix autofix title in `logging-warn` (`G010`) ([#​11514](https://togithub.com/astral-sh/ruff/pull/11514)) - \[`refurb`] Avoid recommending `operator.itemgetter` with dependence on lambda arguments ([#​11574](https://togithub.com/astral-sh/ruff/pull/11574)) - \[`flake8-simplify`] Avoid recommending context manager in `__enter__` implementations ([#​11575](https://togithub.com/astral-sh/ruff/pull/11575)) - Create intermediary directories for `--output-file` ([#​11550](https://togithub.com/astral-sh/ruff/pull/11550)) - Propagate reads on global variables ([#​11584](https://togithub.com/astral-sh/ruff/pull/11584)) - Treat all `singledispatch` arguments as runtime-required ([#​11523](https://togithub.com/astral-sh/ruff/pull/11523))
psf/requests (requests) ### [`v2.32.3`](https://togithub.com/psf/requests/blob/HEAD/HISTORY.md#2323-2024-05-29) [Compare Source](https://togithub.com/psf/requests/compare/v2.32.2...v2.32.3) **Bugfixes** - Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of HTTPAdapter. ([#​6716](https://togithub.com/psf/requests/issues/6716)) - Fixed issue where Requests started failing to run on Python versions compiled without the `ssl` module. ([#​6724](https://togithub.com/psf/requests/issues/6724))

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.