chore(deps): update dependency itsdangerous to v2.2.0 #8
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
renovate-bot
renovate-security
security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: mCaptcha/examples#8
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/itsdangerous-2.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==2.1.2
->==2.2.0
Release Notes
pallets/itsdangerous (itsdangerous)
v2.2.0
Compare Source
Released 2024-04-16
372
pyproject.toml
instead ofsetup.cfg
.:pr:
326
flit_core
instead ofsetuptools
as build backend.__version__
attribute. Use feature detection, orimportlib.metadata.version("itsdangerous")
, instead. :issue:371
Serializer
and the return type ofdumps
is generic for type checking.By default it is
Serializer[str]
anddumps
returns astr
. If adifferent
serializer
argument is given, it will try to infer the returntype of its
dumps
method. :issue:347
hashlib.sha1
may not be available in FIPS builds. Don'taccess it at import time so the developer has time to change the default.
:issue:
375
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.