openfun / richie

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

⬆️(dependencies) update python dependencies #2278

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dev/ipython (source) ==8.20.0 -> ==8.21.0 age adoption passing confidence
dev/mysqlclient ==2.2.1 -> ==2.2.4 age adoption passing confidence
dev/pytest-django (changelog) ==4.7.0 -> ==4.8.0 age adoption passing confidence
sandbox/sentry-sdk (changelog) ==1.39.2 -> ==1.40.3 age adoption passing confidence

Release Notes

ipython/ipython (dev/ipython) ### [`v8.21.0`](https://togithub.com/ipython/ipython/compare/8.20.0...8.21.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.20.0...8.21.0)
PyMySQL/mysqlclient (dev/mysqlclient) ### [`v2.2.4`](https://togithub.com/PyMySQL/mysqlclient/compare/v2.2.3...v2.2.4) [Compare Source](https://togithub.com/PyMySQL/mysqlclient/compare/v2.2.3...v2.2.4) ### [`v2.2.3`](https://togithub.com/PyMySQL/mysqlclient/releases/tag/v2.2.3) [Compare Source](https://togithub.com/PyMySQL/mysqlclient/compare/v2.2.2...v2.2.3) #### What's Changed - fix `Connection.kill()` broken since 2.2.2 by [@​methane](https://togithub.com/methane) in [https://github.com/PyMySQL/mysqlclient/pull/696](https://togithub.com/PyMySQL/mysqlclient/pull/696) **Full Changelog**: https://github.com/PyMySQL/mysqlclient/compare/v2.2.2...v2.2.3 ### [`v2.2.2`](https://togithub.com/PyMySQL/mysqlclient/releases/tag/v2.2.2) [Compare Source](https://togithub.com/PyMySQL/mysqlclient/compare/v2.2.1...v2.2.2) #### What's Changed - Support MySQL 8.3 by [@​methane](https://togithub.com/methane) in [https://github.com/PyMySQL/mysqlclient/pull/690](https://togithub.com/PyMySQL/mysqlclient/pull/690) - `conn.kill()` and `conn.shutdown()` are deprecated. - use ruff for formatter by [@​methane](https://togithub.com/methane) in [https://github.com/PyMySQL/mysqlclient/pull/691](https://togithub.com/PyMySQL/mysqlclient/pull/691) - doc: add link to README by [@​methane](https://togithub.com/methane) in [https://github.com/PyMySQL/mysqlclient/pull/692](https://togithub.com/PyMySQL/mysqlclient/pull/692) **Full Changelog**: https://github.com/PyMySQL/mysqlclient/compare/v2.2.1...v2.2.2
pytest-dev/pytest-django (dev/pytest-django) ### [`v4.8.0`](https://togithub.com/pytest-dev/pytest-django/releases/tag/v4.8.0): 4.8.0 [Compare Source](https://togithub.com/pytest-dev/pytest-django/compare/v4.7.0...v4.8.0) https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-8-0-2024-01-30
getsentry/sentry-python (sandbox/sentry-sdk) ### [`v1.40.3`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1403) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/1.40.2...1.40.3) ##### Various fixes & improvements - Turn off metrics for uWSGI ([#​2720](https://togithub.com/getsentry/sentry-python/issues/2720)) by [@​sentrivana](https://togithub.com/sentrivana) - Minor improvements ([#​2714](https://togithub.com/getsentry/sentry-python/issues/2714)) by [@​antonpirker](https://togithub.com/antonpirker) ### [`v1.40.2`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1402) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/1.40.1...1.40.2) ##### Various fixes & improvements - test: Fix `pytest` error ([#​2712](https://togithub.com/getsentry/sentry-python/issues/2712)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - build(deps): bump types-protobuf from 4.24.0.4 to 4.24.0.20240129 ([#​2691](https://togithub.com/getsentry/sentry-python/issues/2691)) by [@​dependabot](https://togithub.com/dependabot) ### [`v1.40.1`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1401) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/1.40.0...1.40.1) ##### Various fixes & improvements - Fix uWSGI workers hanging ([#​2694](https://togithub.com/getsentry/sentry-python/issues/2694)) by [@​sentrivana](https://togithub.com/sentrivana) - Make metrics work with `gevent` ([#​2694](https://togithub.com/getsentry/sentry-python/issues/2694)) by [@​sentrivana](https://togithub.com/sentrivana) - Guard against `engine.url` being `None` ([#​2708](https://togithub.com/getsentry/sentry-python/issues/2708)) by [@​sentrivana](https://togithub.com/sentrivana) - Fix performance regression in `sentry_sdk.utils._generate_installed_modules` ([#​2703](https://togithub.com/getsentry/sentry-python/issues/2703)) by [@​GlenWalker](https://togithub.com/GlenWalker) - Guard against Sentry initialization mid SQLAlchemy cursor ([#​2702](https://togithub.com/getsentry/sentry-python/issues/2702)) by [@​apmorton](https://togithub.com/apmorton) - Fix yaml generation script ([#​2695](https://togithub.com/getsentry/sentry-python/issues/2695)) by [@​sentrivana](https://togithub.com/sentrivana) - Fix AWS Lambda workflow ([#​2710](https://togithub.com/getsentry/sentry-python/issues/2710)) by [@​sentrivana](https://togithub.com/sentrivana) - Bump `codecov/codecov-action` from 3 to 4 ([#​2706](https://togithub.com/getsentry/sentry-python/issues/2706)) by [@​dependabot](https://togithub.com/dependabot) - Bump `actions/cache` from 3 to 4 ([#​2661](https://togithub.com/getsentry/sentry-python/issues/2661)) by [@​dependabot](https://togithub.com/dependabot) - Bump `actions/checkout` from 3.1.0 to 4.1.1 ([#​2561](https://togithub.com/getsentry/sentry-python/issues/2561)) by [@​dependabot](https://togithub.com/dependabot) - Bump `github/codeql-action` from 2 to 3 ([#​2603](https://togithub.com/getsentry/sentry-python/issues/2603)) by [@​dependabot](https://togithub.com/dependabot) - Bump `actions/setup-python` from 4 to 5 ([#​2577](https://togithub.com/getsentry/sentry-python/issues/2577)) by [@​dependabot](https://togithub.com/dependabot) ### [`v1.40.0`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1400) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/1.39.2...1.40.0) ##### Various fixes & improvements - Enable metrics related settings by default ([#​2685](https://togithub.com/getsentry/sentry-python/issues/2685)) by [@​iambriccardo](https://togithub.com/iambriccardo) - Fix `UnicodeDecodeError` on Python 2 ([#​2657](https://togithub.com/getsentry/sentry-python/issues/2657)) by [@​sentrivana](https://togithub.com/sentrivana) - Enable DB query source by default ([#​2629](https://togithub.com/getsentry/sentry-python/issues/2629)) by [@​sentrivana](https://togithub.com/sentrivana) - Fix query source duration check ([#​2675](https://togithub.com/getsentry/sentry-python/issues/2675)) by [@​sentrivana](https://togithub.com/sentrivana) - Reformat with `black==24.1.0` ([#​2680](https://togithub.com/getsentry/sentry-python/issues/2680)) by [@​sentrivana](https://togithub.com/sentrivana) - Cleaning up existing code to prepare for new Scopes API ([#​2611](https://togithub.com/getsentry/sentry-python/issues/2611)) by [@​antonpirker](https://togithub.com/antonpirker) - Moved redis related tests to databases ([#​2674](https://togithub.com/getsentry/sentry-python/issues/2674)) by [@​antonpirker](https://togithub.com/antonpirker) - Improve `sentry_sdk.trace` type hints ([#​2633](https://togithub.com/getsentry/sentry-python/issues/2633)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - Bump `checkouts/data-schemas` from `e9f7d58` to `aa7058c` ([#​2639](https://togithub.com/getsentry/sentry-python/issues/2639)) 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.