Skip to content

Commit

Permalink
chore: Update packaging constraint to allow version 24.1 or higher
Browse files Browse the repository at this point in the history
The packaging constraint in the backend requirements.txt file was updated to allow version 24.1 or higher. This change was made to ensure compatibility with other dependencies.
  • Loading branch information
taylorwalton committed Aug 5, 2024
1 parent 02bbd94 commit 0c9407e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ openpyxl==3.1.2
ordered-set==4.1.0
orjson==3.9.9
#packaging==23.2
#packaging>=24.1,<25.0
packaging>=24.1,<25.0
#pandas==2.1.1 Had to drop to 1.3.5 which is compatible with python-dateutils==2.8.0 which is required by scoutsuite
pandas==1.3.5
passlib==1.7.4
Expand Down

0 comments on commit 0c9407e

Please sign in to comment.