Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️(project) upgrade python dependencies #104

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2024

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

Compare Source

  • 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 [email protected] 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 <address@domain> 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

Compare Source

Parser
  • Implement re-lexing logic for better error recovery (#​11845)
Rule changes
  • [flake8-copyright] Update CPY001 to check the first 4096 bytes instead of 1024 (#​11927)
  • [pycodestyle] Update E999 to show all syntax errors instead of just the first one (#​11900)
Server
  • Add tracing setup guide to Helix documentation (#​11883)
  • Add tracing setup guide to Neovim documentation (#​11884)
  • Defer notebook cell deletion to avoid an error message (#​11864)
Security
  • Guard against malicious ecosystem comment artifacts (#​11879)
getsentry/sentry-python (sentry-sdk)

v2.6.0

Compare Source

pypa/setuptools (setuptools)

v70.1.0

Compare Source


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

| datasource | package         | from   | to     |
| ---------- | --------------- | ------ | ------ |
| pypi       | email-validator | 2.1.2  | 2.2.0  |
| pypi       | ruff            | 0.4.9  | 0.4.10 |
| pypi       | sentry-sdk      | 2.5.1  | 2.6.0  |
| pypi       | setuptools      | 70.0.0 | 70.1.0 |
@jmaupetit jmaupetit force-pushed the renovate/python-dependencies branch from d640588 to a8e2a03 Compare June 24, 2024 08:11
@jmaupetit jmaupetit merged commit c231696 into main Jun 24, 2024
12 checks passed
@jmaupetit jmaupetit deleted the renovate/python-dependencies branch June 24, 2024 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant