diff --git a/cds/modules/records/static/templates/cds_records/keywords.html b/cds/modules/records/static/templates/cds_records/keywords.html
index e5fdc8e75..784a589e0 100644
--- a/cds/modules/records/static/templates/cds_records/keywords.html
+++ b/cds/modules/records/static/templates/cds_records/keywords.html
@@ -6,7 +6,7 @@
diff --git a/cds/modules/stats/event_builders.py b/cds/modules/stats/event_builders.py
index 9cd2bf6af..341d3c4d1 100644
--- a/cds/modules/stats/event_builders.py
+++ b/cds/modules/stats/event_builders.py
@@ -16,7 +16,6 @@
def file_download_event_builder(event, sender_app, obj=None, record=None, **kwargs):
"""Build a file-download event."""
- tags = obj.get_tags()
# File information
content_type = splitext(obj.key)[1][1:].lower()
tags = obj.get_tags()
@@ -56,7 +55,6 @@ def media_record_view_event_builder(event, sender_app, obj=None, record=None, **
This is the event tracking users clicking the play button on videos.
"""
- tags = obj.get_tags()
# File information
content_type = splitext(obj.key)[1][1:].lower()
tags = obj.get_tags()
diff --git a/requirements.txt b/requirements.txt
index 97be8e26f..86b5072fc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -25,7 +25,7 @@ click-didyoumean==0.3.1
click-plugins==1.1.1
click-repl==0.3.0
commonmark==0.9.1
-counter-robots==2018.6
+counter-robots==2025.11
cryptography==44.0.0
datacite==1.2.0
dcxml==0.1.1