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

[6.0] Update PyJWT to 2.3.0 #735

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions versions-extra.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ pkginfo = 1.8.2
plone.releaser = 1.8.6
plone.versioncheck = 1.7.0
progress = 1.6
PyGithub = 1.54.1
pygithub = 1.55
pynacl = 1.5.0
pyparsing = 3.0.8
pyrepl = 0.9.0
pyroma = 4.0b2
Expand Down Expand Up @@ -65,5 +66,3 @@ zodbverify = 1.1.0
[versionannotations]
towncrier =
21.9.0 introduced option '--version' which breaks zestreleaser.towncrier.
PyGithub =
PyGitHub 1.55+ requires PyJWT >= 2, which plone.restapi fails with, see pyjwt version annotation
4 changes: 1 addition & 3 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Markdown = 3.3.6
piexif = 1.1.3
Pillow = 9.0.1
prompt-toolkit = 1.0.18
PyJWT = 1.7.1
pyjwt = 2.3.0
pyrsistent = 0.18.1
python-dateutil = 2.8.2
python-dotenv = 0.20.0
Expand Down Expand Up @@ -221,8 +221,6 @@ selenium = 3.141.0
# keep this alphabetical please
prompt-toolkit =
Requirement of robotframework-debuglibrary: prompt-toolkit<2
pyjwt =
plone.restapi fails with PyJWT >=2 - see https://github.com/plone/plone.restapi/issues/1193 and see PyGithub version annotation in versions-extra.cfg
robotframework =
Since 3.2.x the robot.parsing module API has breaking changes, thus we need to adopt before upgrading.
Pillow =
Expand Down