diff --git a/integrations/bbot/requirements.txt b/integrations/bbot/requirements.txt index 90224f4be3..31b5eb7976 100644 --- a/integrations/bbot/requirements.txt +++ b/integrations/bbot/requirements.txt @@ -1,3 +1,3 @@ fastapi==0.115.12 uvicorn[standard]==0.34.0 -bbot==2.4.0 \ No newline at end of file +bbot==2.7.0 \ No newline at end of file diff --git a/integrations/malware_tools_analyzers/requirements/flask-requirements.txt b/integrations/malware_tools_analyzers/requirements/flask-requirements.txt index 63517d41f0..794a29b113 100644 --- a/integrations/malware_tools_analyzers/requirements/flask-requirements.txt +++ b/integrations/malware_tools_analyzers/requirements/flask-requirements.txt @@ -1,6 +1,6 @@ # Flask-Shell2HTTP dynamically install the most recent supported version of Flask # So, if you want reproducible builds, you must explicitly state the flask version you want to install Flask-Shell2HTTP-fork==1.9.2 -flask==3.1.0 +flask==3.1.1 gunicorn==23.0.0 fangfrisch==1.9.0 \ No newline at end of file diff --git a/integrations/nuclei_analyzer/requirements.txt b/integrations/nuclei_analyzer/requirements.txt index 3b5bf04267..635ea6cce7 100644 --- a/integrations/nuclei_analyzer/requirements.txt +++ b/integrations/nuclei_analyzer/requirements.txt @@ -1,5 +1,5 @@ # Flask-Shell2HTTP dynamically install the most recent supported version of Flask # So, if you want reproducible builds, you must explicitly state the flask version you want to install Flask-Shell2HTTP-fork==1.9.2 -flask==3.1.0 +flask==3.1.1 gunicorn==23.0.0 diff --git a/integrations/pcap_analyzers/requirements.txt b/integrations/pcap_analyzers/requirements.txt index e2c39890bd..8dfe489aa3 100644 --- a/integrations/pcap_analyzers/requirements.txt +++ b/integrations/pcap_analyzers/requirements.txt @@ -1,6 +1,6 @@ # Flask-Shell2HTTP dynamically install the most recent supported version of Flask # So, if you want reproducible builds, you must explicitly state the flask version you want to install Flask-Shell2HTTP-fork==1.9.2 -flask==3.1.0 +flask==3.1.1 gunicorn==23.0.0 PyYAML==6.0 \ No newline at end of file diff --git a/integrations/thug/requirements.txt b/integrations/thug/requirements.txt index 9bdceaf549..947eb6c954 100644 --- a/integrations/thug/requirements.txt +++ b/integrations/thug/requirements.txt @@ -1,5 +1,5 @@ # Flask-Shell2HTTP dynamically install the most recent supported version of Flask # So, if you want reproducible builds, you must explicitly state the flask version you want to install Flask-Shell2HTTP-fork==1.9.2 -flask==3.1.0 +flask==3.1.1 gunicorn==23.0.0 \ No newline at end of file diff --git a/integrations/tor_analyzers/requirements.txt b/integrations/tor_analyzers/requirements.txt index 9bdceaf549..947eb6c954 100644 --- a/integrations/tor_analyzers/requirements.txt +++ b/integrations/tor_analyzers/requirements.txt @@ -1,5 +1,5 @@ # Flask-Shell2HTTP dynamically install the most recent supported version of Flask # So, if you want reproducible builds, you must explicitly state the flask version you want to install Flask-Shell2HTTP-fork==1.9.2 -flask==3.1.0 +flask==3.1.1 gunicorn==23.0.0 \ No newline at end of file diff --git a/requirements/project-requirements.txt b/requirements/project-requirements.txt index 5c0f1269d0..1d05a40c46 100644 --- a/requirements/project-requirements.txt +++ b/requirements/project-requirements.txt @@ -1,5 +1,5 @@ # django libs -Django==4.2.17 +Django==4.2.27 psycopg2-binary==2.9.6 django-auth-ldap==5.1.0 django-radius==1.5.0 @@ -16,7 +16,7 @@ django-solo==2.4.0 django_extensions==3.2.3 jsonschema==4.23.0 # django rest framework libs -Authlib==1.4.0 +Authlib==1.6.5 djangorestframework==3.15.2 djangorestframework-filters==1.0.0.dev2 drf-spectacular==0.28.0 @@ -105,7 +105,7 @@ pyzipper==0.3.6 # others dateparser==1.2.0 -DeepDiff==8.2.0 +DeepDiff==8.6.1 # phishing form compiler module lxml==5.3.0 Faker==36.1.0 \ No newline at end of file