Skip to content
Open
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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ idna==3.11 ; python_version >= "3.10" and python_version < "4.0"
jwcrypto==1.5.6 ; python_version >= "3.10" and python_version < "4.0"
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

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

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.

python-box==7.4.1 ; python_version >= "3.10" and python_version < "4.0"
python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "4.0"
pytz==2026.1.post1 ; python_version >= "3.10" and python_version < "4.0"
Expand Down
Loading