MTES-MCT / qualicharge

Améliorer la qualité globale du service de recharge pour véhicules électriques en analysant les données de supervision.
https://beta.gouv.fr/startups/qualicharge.html
MIT License
1 stars 1 forks source link

⬆️(project) upgrade python dependencies #104

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
email-validator ==2.1.2 -> ==2.2.0 age adoption passing confidence
ruff (source, changelog) 0.4.9 -> 0.4.10 age adoption passing confidence
ruff (source, changelog) ==0.4.9 -> ==0.4.10 age adoption passing confidence
sentry-sdk (changelog) ==2.5.1 -> ==2.6.0 age adoption passing confidence
setuptools (changelog) ==70.0.0 -> ==70.1.0 age adoption passing confidence

Release Notes

JoshData/python-email-validator (email-validator) ### [`v2.2.0`](https://togithub.com/JoshData/python-email-validator/blob/HEAD/CHANGELOG.md#220-June-20-2024) [Compare Source](https://togithub.com/JoshData/python-email-validator/compare/v2.1.2...v2.2.0) - Email addresses with internationalized local parts could, with rare Unicode characters, be returned as valid but actually be invalid in their normalized form (returned in the `normalized` field). In particular, it is possible to get a normalized address with a ";" character, which is not valid and could change the interpretation of the address. Local parts now re-validated after Unicode NFC normalization to ensure that invalid characters cannot be injected into the normalized address and that characters with length-increasing NFC normalizations cannot cause a local part to exceed the maximum length after normalization. Thanks to khanh@calif.io from https://calif.io for reporting the issue. - The length check for email addresses with internationalized local parts is now also applied to the original address string prior to Unicode NFC normalization, which may be longer and could exceed the maximum email address length, to protect callers who do not use the returned normalized address. - Improved error message for IDNA domains that are too long or have invalid characters after Unicode normalization. - A new option to parse `My Name ` strings, i.e. a display name plus an email address in angle brackets, is now available. It is off by default. - Improvements to Python typing. - Some additional tests added.
astral-sh/ruff (ruff) ### [`v0.4.10`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#0410) [Compare Source](https://togithub.com/astral-sh/ruff/compare/v0.4.9...v0.4.10) ##### Parser - Implement re-lexing logic for better error recovery ([#​11845](https://togithub.com/astral-sh/ruff/pull/11845)) ##### Rule changes - \[`flake8-copyright`] Update `CPY001` to check the first 4096 bytes instead of 1024 ([#​11927](https://togithub.com/astral-sh/ruff/pull/11927)) - \[`pycodestyle`] Update `E999` to show all syntax errors instead of just the first one ([#​11900](https://togithub.com/astral-sh/ruff/pull/11900)) ##### Server - Add tracing setup guide to Helix documentation ([#​11883](https://togithub.com/astral-sh/ruff/pull/11883)) - Add tracing setup guide to Neovim documentation ([#​11884](https://togithub.com/astral-sh/ruff/pull/11884)) - Defer notebook cell deletion to avoid an error message ([#​11864](https://togithub.com/astral-sh/ruff/pull/11864)) ##### Security - Guard against malicious ecosystem comment artifacts ([#​11879](https://togithub.com/astral-sh/ruff/pull/11879))
getsentry/sentry-python (sentry-sdk) ### [`v2.6.0`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#260) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/2.5.1...2.6.0) - Introduce continuous profiling mode ([#​2830](https://togithub.com/getsentry/sentry-python/issues/2830)) by [@​Zylphrex](https://togithub.com/Zylphrex) - Profiling: Add deprecation comment for profiler internals ([#​3167](https://togithub.com/getsentry/sentry-python/issues/3167)) by [@​sentrivana](https://togithub.com/sentrivana) - Profiling: Move thread data to trace context ([#​3157](https://togithub.com/getsentry/sentry-python/issues/3157)) by [@​Zylphrex](https://togithub.com/Zylphrex) - Explicitly export cron symbols for typecheckers ([#​3072](https://togithub.com/getsentry/sentry-python/issues/3072)) by [@​spladug](https://togithub.com/spladug) - Cleaning up ASGI tests for Django ([#​3180](https://togithub.com/getsentry/sentry-python/issues/3180)) by [@​antonpirker](https://togithub.com/antonpirker) - Celery: Add Celery receive latency ([#​3174](https://togithub.com/getsentry/sentry-python/issues/3174)) by [@​antonpirker](https://togithub.com/antonpirker) - Metrics: Update type hints for tag values ([#​3156](https://togithub.com/getsentry/sentry-python/issues/3156)) by [@​elramen](https://togithub.com/elramen) - Django: Fix psycopg3 reconnect error ([#​3111](https://togithub.com/getsentry/sentry-python/issues/3111)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - Tracing: Keep original function signature when decorated ([#​3178](https://togithub.com/getsentry/sentry-python/issues/3178)) by [@​sentrivana](https://togithub.com/sentrivana) - Reapply "Refactor the Celery Beat integration ([#​3105](https://togithub.com/getsentry/sentry-python/issues/3105))" ([#​3144](https://togithub.com/getsentry/sentry-python/issues/3144)) ([#​3175](https://togithub.com/getsentry/sentry-python/issues/3175)) by [@​antonpirker](https://togithub.com/antonpirker) - Added contributor image to readme ([#​3183](https://togithub.com/getsentry/sentry-python/issues/3183)) by [@​antonpirker](https://togithub.com/antonpirker) - bump actions/checkout from 4.1.4 to 4.1.6 ([#​3147](https://togithub.com/getsentry/sentry-python/issues/3147)) by [@​dependabot](https://togithub.com/dependabot) - bump checkouts/data-schemas from `59f9683` to `8c13457` ([#​3146](https://togithub.com/getsentry/sentry-python/issues/3146)) by [@​dependabot](https://togithub.com/dependabot)
pypa/setuptools (setuptools) ### [`v70.1.0`](https://togithub.com/pypa/setuptools/compare/v70.0.0...v70.1.0) [Compare Source](https://togithub.com/pypa/setuptools/compare/v70.0.0...v70.1.0)

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.