chore(deps): update dependency itsdangerous to v2.2.0 #13
No reviewers
Labels
No labels
renovate-bot
renovate-security
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ForgeFlux/ap-test!13
Loading…
Add table
Add a link
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.0Release Notes
pallets/itsdangerous (itsdangerous)
v2.2.0Compare Source
Released 2024-04-16
372pyproject.tomlinstead ofsetup.cfg.:pr:
326flit_coreinstead ofsetuptoolsas build backend.__version__attribute. Use feature detection, orimportlib.metadata.version("itsdangerous"), instead. :issue:371Serializerand the return type ofdumpsis generic for type checking.By default it is
Serializer[str]anddumpsreturns astr. If adifferent
serializerargument is given, it will try to infer the returntype of its
dumpsmethod. :issue:347hashlib.sha1may not be available in FIPS builds. Don'taccess it at import time so the developer has time to change the default.
:issue:
375Configuration
📅 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.