Skip to content

chore(deps): bump pyjwt from 2.12.0 to 2.12.1#468

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/pyjwt-2.12.1
Open

chore(deps): bump pyjwt from 2.12.0 to 2.12.1#468
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/pyjwt-2.12.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2026

Bumps pyjwt from 2.12.0 to 2.12.1.

Release notes

Sourced from pyjwt's releases.

2.12.1

What's Changed

Full Changelog: jpadilla/pyjwt@2.12.0...2.12.1

Changelog

Sourced from pyjwt's changelog.

v2.12.1 <https://github.com/jpadilla/pyjwt/compare/2.12.0...2.12.1>__

Fixed


- Add missing ``typing_extensions`` dependency for Python < 3.11 in `[#1150](https://github.com/jpadilla/pyjwt/issues/1150) <https://github.com/jpadilla/pyjwt/issues/1150>`__
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@2.12.0...2.12.1)

---
updated-dependencies:
- dependency-name: pyjwt
  dependency-version: 2.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 13, 2026
Copy link

@codecov codecov bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code changes in the diff are relatively small. The primary change is the version update of the 'pyjwt' package from 2.12.0 to 2.12.1. This change is likely an important one for security or bug fixes, even if the exact reason isn't specified within the change set. It's important for the author to verify and test that the updated package is compatible with the other dependencies and doesn't introduce any breaking changes to the application.

pycparser==3.0 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation != "PyPy" and implementation_name != "PyPy"
pydash==8.0.6 ; python_version >= "3.10" and python_version < "4.0"
pyjwt==2.12.0 ; python_version >= "3.10" and python_version < "4.0"
pyjwt==2.12.1 ; python_version >= "3.10" and python_version < "4.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The package 'pyjwt' has been updated from version 2.12.0 to 2.12.1. Make sure to thoroughly test the updated package with your application. Consider running unit tests, integration tests, and acceptance tests to ensure that this update does not introduce bugs.

Copy link

@codecov codecov bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, the change in the dependencies seems benign as only a minor version has been upgraded for pyjwt from 2.12.0 to 2.12.1. This suggests it is probably a patch or a bug fix. However, active confirmation or a changelog verification on the library's source should be done to ensure no breaking changes or significant performance impacts would occur from this.

pycparser==3.0 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation != "PyPy" and implementation_name != "PyPy"
pydash==8.0.6 ; python_version >= "3.10" and python_version < "4.0"
pyjwt==2.12.0 ; python_version >= "3.10" and python_version < "4.0"
pyjwt==2.12.1 ; python_version >= "3.10" and python_version < "4.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You've upgraded the version of pyjwt from 2.12.0 to 2.12.1. As with any change in a project's dependencies, make sure to test the application to ensure this change has no negative effects. Also, it is always a good idea to check the changelog of pyjwt to see what changes come with this update. It can contain important information about any bugs, patches or new features of this updated version.

Copy link

@codecov codecov bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code review reveals a single change in the version of the PyJWT library from 2.12.0 to 2.12.1 (line 10). This version change will need to be validated for compatibility with the rest of the project and to check for any breaking changes that may come with the 2.12.1 version of PyJWT.

pycparser==3.0 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation != "PyPy" and implementation_name != "PyPy"
pydash==8.0.6 ; python_version >= "3.10" and python_version < "4.0"
pyjwt==2.12.0 ; python_version >= "3.10" and python_version < "4.0"
pyjwt==2.12.1 ; python_version >= "3.10" and python_version < "4.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's important to ensure that the newer 2.12.1 version of PyJWT doesn't introduce any breaking changes that affect our implementation and that it maintains compatibility with other packages in our project. This should include validation by unit or integration tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants