Skip to content
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

Update pip dependencies #897

Merged
merged 5 commits into from
Nov 17, 2022
Merged
Show file tree
Hide file tree
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
13 changes: 6 additions & 7 deletions src/install/requirements_backend.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
cryptography==38.0.3
docker==5.0.3
MarkupSafe==2.0.1
matplotlib==3.5.2
networkx==2.5.1
Pillow==9.1.1
docker==6.0.1
MarkupSafe==2.1.1
networkx==2.6.3
Pillow==9.3.0
pluginbase==1.0.1
pyopenssl==22.0.0
pyopenssl==22.1.0

# FIXME This is only needed by the compare/file_header plugin
# See Issue #832
flask==2.1.2
flask==2.2.2

git+https://github.com/fkie-cad/common_helper_yara.git
29 changes: 15 additions & 14 deletions src/install/requirements_common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,25 @@ setuptools
# General python dependencies
appdirs==1.4.4
flaky==3.7.0
lief==0.12.2
psutil==5.9.0
psycopg2-binary==2.9.3
pylint==2.13.8
pytest==7.1.2
pytest-cov==3.0.0
lief==0.12.3
psutil==5.9.4
psycopg2-binary==2.9.5
pylint==2.15.5
pytest-cov==4.0.0
pytest-timeout==2.1.0
python-magic==0.4.25
pytest==7.2.0
python-magic==0.4.27
python-tlsh==4.5.0
requests==2.27.1
redis==4.3.1
rich==12.4.1
redis==4.3.4
requests==2.28.1
rich==12.6.0
sqlalchemy==1.4.43
ssdeep==3.4
sqlalchemy==1.4.36
xmltodict==0.12.0
yara-python==4.2.0
xmltodict==0.13.0
yara-python==4.2.3

# Config validation
pydantic==1.8.2
pydantic==1.10.2

git+https://github.com/fkie-cad/fact_helper_file.git

Expand Down
26 changes: 13 additions & 13 deletions src/install/requirements_frontend.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
bcrypt==3.2.2
email-validator==1.2.1
flask-login==0.6.1
flask==2.1.2
bcrypt==4.0.1
email-validator==1.3.0
flask-login==0.6.2
flask-paginate==2022.1.8
flask_restx==0.5.1
flask-security-too==4.1.4
flask_sqlalchemy==2.5.1
flask-security-too==5.0.2
flask==2.2.2
flask_restx==1.0.3
flask_sqlalchemy==3.0.2
itsdangerous==2.1.2
matplotlib==3.5.2
prompt_toolkit==3.0.29
more_itertools==8.12.0
matplotlib==3.5.3
more_itertools==9.0.0
prompt_toolkit==3.0.32
python-dateutil==2.8.2
si-prefix==1.2.2
uwsgi==2.0.20
uwsgi==2.0.21
virtualenv

# must be below dependent packages (flask, flask-login, flask-restx)
werkzeug==2.1.2
werkzeug==2.2.2

# Used for username validation by flask-security
bleach==5.0.0
bleach==5.0.1

# Used to start radare
docker-compose==1.29.2
6 changes: 3 additions & 3 deletions src/install/requirements_pre_install.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
virtualenv

# Python Libraries for python based installation
distro==1.7.0
python-magic==0.4.25
requests==2.27.1
distro==1.8.0
python-magic==0.4.27
requests==2.28.1

git+https://github.com/fkie-cad/common_helper_files.git
4 changes: 2 additions & 2 deletions src/plugins/analysis/architecture_detection/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyelftools==0.28
pyyaml==5.4
pyelftools==0.29
pyyaml==5.4.1
4 changes: 2 additions & 2 deletions src/plugins/analysis/binwalk/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
capstone==4.0.2
cstruct==1.0
matplotlib==3.5.2
cstruct==4.0
matplotlib==3.5.3
2 changes: 1 addition & 1 deletion src/plugins/analysis/cve_lookup/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyxdameraulevenshtein==1.7.0
pyxdameraulevenshtein==1.7.1
retry==0.9.2
Loading