-
Notifications
You must be signed in to change notification settings - Fork 28
chore(deps): bump python-box from 7.3.2 to 7.3.3 #462
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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" | ||
|
|
||
There was a problem hiding this comment.
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.