Skip to content
Closed
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 @@ -9,7 +9,7 @@ jwcrypto==1.5.6 ; python_full_version >= "3.9.2" and python_version < "4.0"
pycparser==2.23 ; python_full_version >= "3.9.2" and platform_python_implementation != "PyPy" and python_version < "4.0" and implementation_name != "PyPy"
pydash==8.0.6 ; python_full_version >= "3.9.2" and python_version < "4.0"
pyjwt==2.11.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
python-box==7.3.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
python-box==7.3.3 ; python_full_version >= "3.9.2" 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.

python-box has been updated from version 7.3.2 to version 7.3.3. This is presumably a patch version bump. While this is usually safe, it could potentially introduce bugs or unexpected behavior. Always make sure to run all unit tests after updating dependencies.

Copy link

Choose a reason for hiding this comment

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

The 'python-box' package version has been bumped up from 7.3.2 to 7.3.3. Please ensure that your code is compatible with this new version and that the updated package doesn't have any breaking changes that might affect your codebase. It is also recommended to check the change log of this package version for any potential issues with this upgrade.

python-dateutil==2.9.0.post0 ; python_full_version >= "3.9.2" and python_version < "4.0"
pytz==2025.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
pyyaml==6.0.3 ; python_full_version >= "3.9.2" and python_version < "4.0"
Expand Down
Loading