Feature/update libs to avoid security issues#49
Merged
saschadoemer merged 8 commits intomainfrom Apr 11, 2024
Merged
Conversation
The project dependencies cryptography and urllib3 have been updated to more recent versions in the requirements.txt file. Cryptography has been updated from 3.4.8 to 42.0.5 while urllib3 has been updated from 1.26.7 to 2.2.1.
Updated the cryptography from version 42.0.5 to version 3.4.8 and urllib3 from 2.2.1 to 1.26.18 in the requirements file. This will ensure compatibility with the latest libraries while maintaining the application's functionality.
Protobuf package version has been downgraded from 3.20.3 to 3.18.0 in the requirements.txt file. This change maintains compatibility with other dependencies that are yet to support the newer version.
The codebase has been heavily refactored to introduce the "agrirouter" namespace. Among other changes, the original 'src' module is now within 'agrirouter'. All corresponding root-level paths, import paths, and descriptor full names have been updated to reflect this change, ensuring that the module hierarchy is correct.
…from_the_feed The import statements were reorganized in the file 'test_send_and_receive_chunked_messages_from_the_feed.py'. The sequence of imports was changed and multi-line import statements were aligned for better readability and code formatting standards.
The imports in the mqtt test script have been restructured for better readability and maintenance. The imports related to 'enums', 'parameters.service' and 'request.request_pb2' have been modified. It does not affect the functionality of the test cases or the script, but enhances the structure.
The import order and placement in type_url.py has been corrected to improve code readability and organization. Along with this, import statements for TimeLog and ISO11783_TaskData from efdi_pb2 and TypeUrlNotFound from exceptions have been moved to the top.
Adjusted the import order in cloud.py to improve readability and code consistency. `TechnicalMessageType` has been moved to precede the import from `cloud_virtualized_app_registration_pb2`. No functional changes have been made.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.