Skip to content

Commit

Permalink
updated requests again to fix Not supported URL scheme error
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke committed May 27, 2024
1 parent b93da0e commit ea8dd63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/install/requirements_common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pytest==7.2.0
python-magic==0.4.27
python-tlsh==4.5.0
redis==4.5.4
requests==2.32.0
requests==2.32.2
rich==12.6.0
sqlalchemy~=2.0.30
ssdeep==3.4
Expand Down
2 changes: 1 addition & 1 deletion src/install/requirements_pre_install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ virtualenv
# Python Libraries for python based installation
distro==1.8.0
python-magic==0.4.27
requests==2.32.0
requests==2.32.2
# Needed by config.py
pydantic==2.4.0
werkzeug~=3.0.3
Expand Down

0 comments on commit ea8dd63

Please sign in to comment.