chore(deps): update pre-commit hook pyjwt to v2.12.0#1007
chore(deps): update pre-commit hook pyjwt to v2.12.0#1007TalkIQ (talkiq-ops) merged 1 commit intomasterfrom
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request updates the Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on Gemini (@gemini-code-assist) comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request correctly updates the pyjwt dependency to version 2.12.0 for the pre-commit hook. This is an important update as it includes a security fix for GHSA-752w-5fwx-jx9f. However, I've noticed that the main application dependency for pyjwt is still on an older, vulnerable version. I have added a comment to highlight this and recommend updating the main dependency as well to ensure the project is fully patched.
| - backoff==2.2.1 | ||
| - cryptography==46.0.5 | ||
| - pyjwt==2.11.0 | ||
| - pyjwt==2.12.0 |
There was a problem hiding this comment.
While updating the pyjwt version for the pre-commit hook is a good step, the project's main dependency in auth/poetry.lock remains at 2.11.0. Version 2.12.0 addresses the security vulnerability GHSA-752w-5fwx-jx9f. It is crucial to also update the main application dependency to patch this vulnerability.
This PR contains the following updates:
==2.11.0→==2.12.0Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
jpadilla/pyjwt (pyjwt)
v2.12.0Compare Source
Fixed
PyJWKClientAPI reference and document the two-tier caching system (JWK Set cache and signing key LRU cache).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.