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

Update minor dependencies #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update minor dependencies #4

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 14, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
importlib-metadata ==5.0.0 -> ==5.2.0 age adoption passing confidence
itsdangerous (changelog) ==2.1.2 -> ==2.2.0 age adoption passing confidence

Release Notes

python/importlib_metadata (importlib-metadata)

v5.2.0

Compare Source

v5.1.0

Compare Source

pallets/itsdangerous (itsdangerous)

v2.2.0

Compare Source

Released 2024-04-16

  • Drop support for Python 3.7. :pr:372
  • Use modern packaging metadata with pyproject.toml instead of setup.cfg.
    :pr:326
  • Use flit_core instead of setuptools as build backend.
  • Deprecate the __version__ attribute. Use feature detection, or
    importlib.metadata.version("itsdangerous"), instead. :issue:371
  • Serializer and the return type of dumps is generic for type checking.
    By default it is Serializer[str] and dumps returns a str. If a
    different serializer argument is given, it will try to infer the return
    type of its dumps method. :issue:347
  • The default hashlib.sha1 may not be available in FIPS builds. Don't
    access it at import time so the developer has time to change the default.
    :issue:375

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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from tdonaworth as a code owner February 14, 2023 04:23
@renovate renovate bot force-pushed the renovate/all-minor branch from 98a281a to c95489e Compare February 21, 2023 01:51
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from dc0e623 to 84e2b73 Compare March 2, 2023 05:04
@renovate renovate bot force-pushed the renovate/all-minor branch 4 times, most recently from 5748f00 to a6b9ea2 Compare May 1, 2023 20:37
@renovate renovate bot force-pushed the renovate/all-minor branch from a6b9ea2 to 14e6827 Compare May 31, 2023 05:55
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from 964fee2 to 04d27b6 Compare June 13, 2023 02:27
@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from 67c1cbe to 7c7e760 Compare July 18, 2023 02:40
@renovate renovate bot force-pushed the renovate/all-minor branch from 7c7e760 to 8bf6104 Compare August 18, 2023 05:52
@renovate renovate bot force-pushed the renovate/all-minor branch from 8bf6104 to 5b5e4b6 Compare September 22, 2023 02:55
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from b316f63 to 42b961f Compare March 18, 2024 02:52
@renovate renovate bot force-pushed the renovate/all-minor branch from 42b961f to 2efd707 Compare April 20, 2024 11:47
@renovate renovate bot force-pushed the renovate/all-minor branch from 2efd707 to d7fb615 Compare May 22, 2024 23:56
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from 9b7421b to 7452725 Compare June 4, 2024 05:24
@renovate renovate bot force-pushed the renovate/all-minor branch from 7452725 to 795a5f5 Compare June 8, 2024 02:50
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.

0 participants