openfun / richie

:pencil: An opensource CMS to build education portals
https://richie.education
MIT License
256 stars 80 forks source link

⬆️(dependencies) update python dependencies #2350

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dev/ipython ==8.22.2 -> ==8.23.0 age adoption passing confidence
dev/lxml (source, changelog) ==5.1.0 -> ==5.2.1 age adoption passing confidence
sandbox/django-configurations (source) ==2.5 -> ==2.5.1 age adoption passing confidence
sandbox/sentry-sdk (changelog) ==1.43.0 -> ==1.44.1 age adoption passing confidence

Release Notes

ipython/ipython (dev/ipython) ### [`v8.23.0`](https://togithub.com/ipython/ipython/compare/8.22.2...8.23.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.22.2...8.23.0)
lxml/lxml (dev/lxml) ### [`v5.2.1`](https://togithub.com/lxml/lxml/blob/HEAD/CHANGES.txt#521-2024-04-02) [Compare Source](https://togithub.com/lxml/lxml/compare/lxml-5.2.0...lxml-5.2.1) \================== ## Bugs fixed - [LP#2059910](https://togithub.com/LP/lxml/issues/2059910): The minimum CPU architecture for the Linux x86 binary wheels was set back to "core2", but with SSE 4.2 enabled. - [LP#2059977](https://togithub.com/LP/lxml/issues/2059977): `Element.iterfind("//absolute_path")` failed with a `SyntaxError` where it should have issued a warning. - [GH#416](https://togithub.com/GH/lxml/issues/416): The documentation build was using the non-standard `which` command. Patch by Michał Górny. ### [`v5.2.0`](https://togithub.com/lxml/lxml/blob/HEAD/CHANGES.txt#520-2024-03-30) [Compare Source](https://togithub.com/lxml/lxml/compare/lxml-5.1.1...lxml-5.2.0) \================== ## Other changes - [LP#1958539](https://togithub.com/LP/lxml/issues/1958539): The `lxml.html.clean` implementation suffered from several (only if used) security issues in the past and was now extracted into a separate library: https://github.com/fedora-python/lxml_html_clean Projects that use lxml without "lxml.html.clean" will not notice any difference, except that they won't have potentially vulnerable code installed. The module is available as an "extra" setuptools dependency "lxml\[html_clean]", so that Projects that need "lxml.html.clean" will need to switch their requirements from "lxml" to "lxml\[html_clean]", or install the new library themselves. - The minimum CPU architecture for the Linux x86 binary wheels was upgraded to "sandybridge" (launched 2011), and glibc 2.28 / gcc 12 (manylinux\_2\_28) wheels were added. - Built with Cython 3.0.10. ### [`v5.1.1`](https://togithub.com/lxml/lxml/blob/HEAD/CHANGES.txt#511-2024-03-28) [Compare Source](https://togithub.com/lxml/lxml/compare/lxml-5.1.0...lxml-5.1.1) \================== ## Bugs fixed - [LP#2048920](https://togithub.com/LP/lxml/issues/2048920): `iterlinks()` in `lxml.html` rejected `bytes` input in 5.1.0. - High source line numbers from the parser are no longer truncated (up to a C `long`) when using libxml2 2.11 or later. ## Other changes - [GH#407](https://togithub.com/GH/lxml/issues/407): A compatibility test was adapted to recent expat versions. Patch by Miro Hrončok. - Binary wheels use the library versions libxml2 2.12.6 and libxslt 1.1.39. - Windows binary wheels use the library versions libxml2 2.11.7 and libxslt 1.1.39. - Built with Cython 3.0.9.
jazzband/django-configurations (sandbox/django-configurations) ### [`v2.5.1`](https://togithub.com/jazzband/django-configurations/releases/tag/2.5.1) [Compare Source](https://togithub.com/jazzband/django-configurations/compare/2.5...2.5.1) #### What's Changed - Fix [#​375](https://togithub.com/jazzband/django-configurations/issues/375) -- Add Django 5.0 classifier by [@​pauloxnet](https://togithub.com/pauloxnet) in [https://github.com/jazzband/django-configurations/pull/376](https://togithub.com/jazzband/django-configurations/pull/376) - Add support for Python 3.12 by [@​pauloxnet](https://togithub.com/pauloxnet) in [https://github.com/jazzband/django-configurations/pull/370](https://togithub.com/jazzband/django-configurations/pull/370) **Full Changelog**: https://github.com/jazzband/django-configurations/compare/2.5...2.5.1
getsentry/sentry-python (sandbox/sentry-sdk) ### [`v1.44.1`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1441) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/1.44.0...1.44.1) ##### Various fixes & improvements - Make `monitor` async friendly ([#​2912](https://togithub.com/getsentry/sentry-python/issues/2912)) by [@​sentrivana](https://togithub.com/sentrivana) You can now decorate your async functions with the `monitor` decorator and they will correctly report their duration and completion status. - Fixed `Event | None` runtime `TypeError` ([#​2928](https://togithub.com/getsentry/sentry-python/issues/2928)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) ### [`v1.44.0`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1440) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/1.43.0...1.44.0) ##### Various fixes & improvements - ref: Define types at runtime ([#​2914](https://togithub.com/getsentry/sentry-python/issues/2914)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - Explicit reexport of types ([#​2866](https://togithub.com/getsentry/sentry-python/issues/2866)) ([#​2913](https://togithub.com/getsentry/sentry-python/issues/2913)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - feat(profiling): Add thread data to spans ([#​2843](https://togithub.com/getsentry/sentry-python/issues/2843)) by [@​Zylphrex](https://togithub.com/Zylphrex)

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.