Skip to content
Open
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
2 changes: 1 addition & 1 deletion integrations/bbot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fastapi==0.115.12
uvicorn[standard]==0.34.0
bbot==2.7.2
bbot==3.0.0
Original file line number Diff line number Diff line change
@@ -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.1
flask==3.1.3
gunicorn==25.3.0
fangfrisch==1.9.0
2 changes: 1 addition & 1 deletion requirements/hardcoded-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# So please add a comment for each dependency explaining where the related code must be updated.

# docker/Dockerfile
pycti==6.8.8
pycti==6.9.7

# other unmanaged versions
# droydlys - they make no new versions, we pin the commit
Expand Down
18 changes: 9 additions & 9 deletions requirements/project-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ django_extensions==3.2.3
django-watchfiles==1.4.0
jsonschema==4.25.1
# django rest framework libs
Authlib==1.6.5
Authlib==1.6.12
djangorestframework==3.15.2
djangorestframework-filters==1.0.0.dev2
drf-spectacular==0.28.0
Expand All @@ -33,20 +33,20 @@ flower==2.0.0
uWSGI==2.0.28
uwsgitop==0.12
whitenoise==6.9.0
daphne==4.2.1
daphne==4.2.2
channels==4.1.0
channels-redis==4.2.0
elasticsearch-dsl==8.17.0

# plugins
GitPython==3.1.41
GitPython==3.1.52
checkdmarc==5.13.1
dnspython==2.8.0
dnstwist[full]==20250130
google>=3.0.0
google-cloud-webrisk==1.22.0
intezer-sdk==1.24.0
lief==0.15.1
lief==0.17.2
maxminddb==2.6.0
geoip2==4.8.0
mwdblib==4.6.0
Expand All @@ -55,7 +55,7 @@ OTXv2==1.5.12
peepdf-fork==0.4.3
pdfid==1.1.0
pefile==2024.8.26
Pillow==11.0.0
Pillow==12.3.0
pydeep==0.4
pyelftools==0.33
PyExifTool==0.5.0
Expand Down Expand Up @@ -109,16 +109,16 @@ xlrd2==1.3.4
defusedxml==0.7.1

# required by MalwareBazaar Ingestor -> https://bazaar.abuse.ch/api/#download (read the warning)
pyzipper==0.3.6
pyzipper==0.4.0

# LangChain / Ollama
langchain==0.3.30
langchain==1.3.9
langchain-ollama==0.3.3

# others
dateparser==1.2.0
DeepDiff==8.6.1
DeepDiff==8.6.2
# phishing form compiler module
lxml==6.0.2
lxml==6.1.0
Faker==36.1.0
beautifulsoup4==4.14.2
Loading