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 #95

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
email-validator ==2.1.1 -> ==2.1.2 age adoption passing confidence
pydantic (changelog) 2.7.3 -> 2.7.4 age adoption passing confidence
pydantic-extra-types (changelog) ==2.8.0 -> ==2.8.2 age adoption passing confidence
pydantic-settings (changelog) 2.3.0 -> 2.3.3 age adoption passing confidence
pydantic-settings (changelog) ==2.3.1 -> ==2.3.3 age adoption passing confidence
ruff (source, changelog) 0.4.7 -> 0.4.9 age adoption passing confidence
ruff (source, changelog) ==0.4.8 -> ==0.4.9 age adoption passing confidence

Release Notes

JoshData/python-email-validator (email-validator)

v2.1.2

Compare Source

  • The domain name length limit is corrected from 255 to 253 IDNA ASCII characters. I misread the RFCs.
  • When a domain name has no MX record but does have an A or AAAA record, if none of the IP addresses in the response are globally reachable (i.e. not Private-Use, Loopback, etc.), the response is treated as if there was no A/AAAA response and the email address will fail the deliverability check.
  • When a domain name has no MX record but does have an A or AAAA record, the mx field in the object returned by validate_email incorrectly held the IP addresses rather than the domain itself.
  • Fixes in tests.
pydantic/pydantic (pydantic)

v2.7.4

Compare Source

Github release

What's Changed
Packaging
Fixes
pydantic/pydantic-extra-types (pydantic-extra-types)

v2.8.2

Compare Source

v2.8.1

Compare Source

Bug Fixes
Types
  • ✨ Add parsing of pendulum_dt from unix time and non-strict parsing. #​185 by @​07pepa
pydantic/pydantic-settings (pydantic-settings)

v2.3.3

Compare Source

v2.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@v2.3.1...v2.3.2

v2.3.1

Compare Source

What's Changed

Full Changelog: pydantic/pydantic-settings@v2.3.0...v2.3.1

astral-sh/ruff (ruff)

v0.4.9

Compare Source

Preview features
  • [pylint] Implement consider-dict-items (C0206) (#​11688)
  • [refurb] Implement repeated-global (FURB154) (#​11187)
Rule changes
  • [pycodestyle] Adapt fix for E203 to work identical to ruff format (#​10999)
Formatter
  • Fix formatter instability for lines only consisting of zero-width characters (#​11748)
Server
  • Add supported commands in server capabilities (#​11850)
  • Use real file path when available in ruff server (#​11800)
  • Improve error message when a command is run on an unavailable document (#​11823)
  • Introduce the ruff.printDebugInformation command (#​11831)
  • Tracing system now respects log level and trace level, with options to log to a file (#​11747)
CLI
  • Handle non-printable characters in diff view (#​11687)
Bug fixes
  • [refurb] Avoid suggesting starmap when arguments are used outside call (FURB140) (#​11830)
  • [flake8-bugbear] Avoid panic in B909 when checking large loop blocks (#​11772)
  • [refurb] Fix misbehavior of operator.itemgetter when getter param is a tuple (FURB118) (#​11774)

v0.4.8

Compare Source

Performance
  • Linter performance has been improved by around 10% on some microbenchmarks by refactoring the lexer and parser to maintain synchronicity between them (#​11457)
Preview features
  • [flake8-bugbear] Implement return-in-generator (B901) (#​11644)
  • [flake8-pyi] Implement PYI063 (#​11699)
  • [pygrep_hooks] Check blanket ignores via file-level pragmas (PGH004) (#​11540)
Rule changes
  • [pyupgrade] Update UP035 for Python 3.13 and the latest version of typing_extensions (#​11693)
  • [numpy] Update NPY001 rule for NumPy 2.0 (#​11735)
Server
  • Formatting a document with syntax problems no longer spams a visible error popup (#​11745)
CLI
  • Add RDJson support for --output-format flag (#​11682)
Bug fixes
  • [pyupgrade] Write empty string in lieu of panic when fixing UP032 (#​11696)
  • [flake8-simplify] Simplify double negatives in SIM103 (#​11684)
  • Ensure the expression generator adds a newline before type statements (#​11720)
  • Respect per-file ignores for blanket and redirected noqa rules (#​11728)

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.

@renovate renovate bot force-pushed the renovate/python-dependencies branch from 53316a3 to d82eae1 Compare June 17, 2024 03:05
| datasource | package              | from  | to    |
| ---------- | -------------------- | ----- | ----- |
| pypi       | email-validator      | 2.1.1 | 2.1.2 |
| pypi       | pydantic             | 2.7.3 | 2.7.4 |
| pypi       | pydantic-extra-types | 2.8.0 | 2.8.2 |
| pypi       | pydantic-settings    | 2.3.0 | 2.3.3 |
| pypi       | pydantic-settings    | 2.3.1 | 2.3.3 |
| pypi       | ruff                 | 0.4.7 | 0.4.9 |
| pypi       | ruff                 | 0.4.8 | 0.4.9 |
@jmaupetit jmaupetit force-pushed the renovate/python-dependencies branch from d82eae1 to 406a528 Compare June 17, 2024 07:41
@jmaupetit jmaupetit merged commit a22b9f8 into main Jun 17, 2024
12 checks passed
@jmaupetit jmaupetit deleted the renovate/python-dependencies branch June 17, 2024 07:45
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