https://itsdangerous.palletsprojects.com/en/2.1.x/changes/#version-2-1-2 Changes Version 2.1.2 Released 2022-03-24 Handle date overflow in timed unsign on 32-bit systems. #299 Version 2.1.1 Released 2022-03-09 Handle date overflow in timed unsign. #296 Version 2.1.0 Released 2022-02-17 Drop support for Python 3.6. #272 Remove previously deprecated code. #273 JWS functionality: Use a dedicated library such as Authlib instead. import itsdangerous.json: Import json from the standard library instead.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7c1ce22e6b3357e36b0dd33cf964efff333a532e commit 7c1ce22e6b3357e36b0dd33cf964efff333a532e Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2022-07-22 09:57:12 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2022-07-22 09:57:12 +0000 security/py-itsdangerous: update to 2.1.2 Changes: https://itsdangerous.palletsprojects.com/en/2.1.x/changes/#version-2-1-2 PR: 264989 Reported by: p5B2EA84B3@t-online.de security/py-itsdangerous/Makefile | 4 ++-- security/py-itsdangerous/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-)
Update committed. Thanks for heads-up.