openfun / richie

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

⬆️(dependencies) update python dependencies #2452

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ci/twine (source) ==5.1.0 -> ==5.1.1 age adoption passing confidence
dev/ipython ==8.25.0 -> ==8.26.0 age adoption passing confidence
dev/pylint (changelog) ==3.2.3 -> ==3.2.5 age adoption passing confidence
sandbox/sentry-sdk (changelog) ==2.6.0 -> ==2.7.1 age adoption passing confidence

Release Notes

pypa/twine (ci/twine) ### [`v5.1.1`](https://togithub.com/pypa/twine/compare/5.1.0...v5.1.1) [Compare Source](https://togithub.com/pypa/twine/compare/5.1.0...v5.1.1)
ipython/ipython (dev/ipython) ### [`v8.26.0`](https://togithub.com/ipython/ipython/compare/8.25.0...8.26.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.25.0...8.26.0)
pylint-dev/pylint (dev/pylint) ### [`v3.2.5`](https://togithub.com/pylint-dev/pylint/releases/tag/v3.2.5) [Compare Source](https://togithub.com/pylint-dev/pylint/compare/v3.2.4...v3.2.5) ## What's new in Pylint 3.2.5 ? Release date: 2024-06-28 ## Other Bug Fixes - Fixed a false positive `unreachable-code` when using `typing.Any` as return type in python 3.8, the `typing.NoReturn` are not taken into account anymore for python 3.8 however. Closes [#​9751](https://togithub.com/pylint-dev/pylint/issues/9751) ### [`v3.2.4`](https://togithub.com/pylint-dev/pylint/releases/tag/v3.2.4) [Compare Source](https://togithub.com/pylint-dev/pylint/compare/v3.2.3...v3.2.4) ## What's new in Pylint 3.2.4? Release date: 2024-06-26 ## False Positives Fixed - Prevent emitting `possibly-used-before-assignment` when relying on names only potentially not defined in conditional blocks guarded by functions annotated with `typing.Never` or `typing.NoReturn`. Closes [#​9674](https://togithub.com/pylint-dev/pylint/issues/9674) ## Other Bug Fixes - Fixed a crash when the lineno of a variable used as an annotation wasn't available for `undefined-variable`. Closes [#​8866](https://togithub.com/pylint-dev/pylint/issues/8866) - Fixed a crash when the `start` value in an `enumerate` was non-constant and impossible to infer (like in`enumerate(apples, start=int(random_apple_index)`) for `unnecessary-list-index-lookup`. Closes [#​9078](https://togithub.com/pylint-dev/pylint/issues/9078) - Fixed a crash in `symilar` when the `-d` or `-i` short option were not properly recognized. It's still impossible to do `-d=1` (you must do `-d 1`). Closes [#​9343](https://togithub.com/pylint-dev/pylint/issues/9343)
getsentry/sentry-python (sandbox/sentry-sdk) ### [`v2.7.1`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#271) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/2.7.0...2.7.1) ##### Various fixes & improvements - fix(otel): Fix missing baggage ([#​3218](https://togithub.com/getsentry/sentry-python/issues/3218)) by [@​sentrivana](https://togithub.com/sentrivana) - This is the config file of asdf-vm which we do not use. ([#​3215](https://togithub.com/getsentry/sentry-python/issues/3215)) by [@​antonpirker](https://togithub.com/antonpirker) - Added option to disable middleware spans in Starlette ([#​3052](https://togithub.com/getsentry/sentry-python/issues/3052)) by [@​antonpirker](https://togithub.com/antonpirker) - build: Update tornado version in setup.py to match code check. ([#​3206](https://togithub.com/getsentry/sentry-python/issues/3206)) by [@​aclemons](https://togithub.com/aclemons) ### [`v2.7.0`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#270) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/2.6.0...2.7.0) - Add `origin` to spans and transactions ([#​3133](https://togithub.com/getsentry/sentry-python/issues/3133)) by [@​antonpirker](https://togithub.com/antonpirker) - OTel: Set up typing for OTel ([#​3168](https://togithub.com/getsentry/sentry-python/issues/3168)) by [@​sentrivana](https://togithub.com/sentrivana) - OTel: Auto instrumentation skeleton ([#​3143](https://togithub.com/getsentry/sentry-python/issues/3143)) by [@​sentrivana](https://togithub.com/sentrivana) - OpenAI: If there is an internal error, still return a value ([#​3192](https://togithub.com/getsentry/sentry-python/issues/3192)) by [@​colin-sentry](https://togithub.com/colin-sentry) - MongoDB: Add MongoDB collection span tag ([#​3182](https://togithub.com/getsentry/sentry-python/issues/3182)) by [@​0Calories](https://togithub.com/0Calories) - MongoDB: Change span operation from `db.query` to `db` ([#​3186](https://togithub.com/getsentry/sentry-python/issues/3186)) by [@​0Calories](https://togithub.com/0Calories) - MongoDB: Remove redundant command name in query description ([#​3189](https://togithub.com/getsentry/sentry-python/issues/3189)) by [@​0Calories](https://togithub.com/0Calories) - Apache Spark: Fix spark driver integration ([#​3162](https://togithub.com/getsentry/sentry-python/issues/3162)) by [@​seyoon-lim](https://togithub.com/seyoon-lim) - Apache Spark: Add Spark test suite to tox.ini and to CI ([#​3199](https://togithub.com/getsentry/sentry-python/issues/3199)) by [@​sentrivana](https://togithub.com/sentrivana) - Codecov: Add failed test commits in PRs ([#​3190](https://togithub.com/getsentry/sentry-python/issues/3190)) by [@​antonpirker](https://togithub.com/antonpirker) - Update library, Python versions in tests ([#​3202](https://togithub.com/getsentry/sentry-python/issues/3202)) by [@​sentrivana](https://togithub.com/sentrivana) - Remove Hub from our test suite ([#​3197](https://togithub.com/getsentry/sentry-python/issues/3197)) by [@​antonpirker](https://togithub.com/antonpirker) - Use env vars for default CA cert bundle location ([#​3160](https://togithub.com/getsentry/sentry-python/issues/3160)) by [@​DragoonAethis](https://togithub.com/DragoonAethis) - Create a separate test group for AI ([#​3198](https://togithub.com/getsentry/sentry-python/issues/3198)) by [@​sentrivana](https://togithub.com/sentrivana) - Add additional stub packages for type checking ([#​3122](https://togithub.com/getsentry/sentry-python/issues/3122)) by [@​Daverball](https://togithub.com/Daverball) - Proper naming of requirements files ([#​3191](https://togithub.com/getsentry/sentry-python/issues/3191)) by [@​antonpirker](https://togithub.com/antonpirker) - Pinning pip because new version does not work with some versions of Celery and Httpx ([#​3195](https://togithub.com/getsentry/sentry-python/issues/3195)) by [@​antonpirker](https://togithub.com/antonpirker) - build(deps): bump supercharge/redis-github-action from 1.7.0 to 1.8.0 ([#​3193](https://togithub.com/getsentry/sentry-python/issues/3193)) by [@​dependabot](https://togithub.com/dependabot) - build(deps): bump actions/checkout from 4.1.6 to 4.1.7 ([#​3171](https://togithub.com/getsentry/sentry-python/issues/3171)) by [@​dependabot](https://togithub.com/dependabot) - build(deps): update pytest-asyncio requirement ([#​3087](https://togithub.com/getsentry/sentry-python/issues/3087)) 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.