diff --git a/.github/workflows/links-watcher-cron.yml b/.github/workflows/links-watcher-cron.yml
index fad827e5..36427f49 100644
--- a/.github/workflows/links-watcher-cron.yml
+++ b/.github/workflows/links-watcher-cron.yml
@@ -17,7 +17,7 @@ jobs:
         uses: actions/checkout@v4
       - name: Link Checker
         id: lychee
-        uses: lycheeverse/lychee-action@v1.9.0
+        uses: lycheeverse/lychee-action@v1.9.1
         with:
           args: --verbose --no-progress --max-concurrency 2 --exclude-mail --exclude-loopback './**/*.md'
           output: ./lychee/out.md
diff --git a/config/python/requirements.txt b/config/python/requirements.txt
index 9ffe4cc4..255b59c5 100644
--- a/config/python/requirements.txt
+++ b/config/python/requirements.txt
@@ -4,9 +4,9 @@ certifi==2023.11.17
 charset-normalizer==3.3.2
 inquirer==3.2.1
 idna==3.6
-Jinja2==3.1.2
-jsonschema==4.20.0
-MarkupSafe==2.1.3
+Jinja2==3.1.3
+jsonschema==4.21.1
+MarkupSafe==2.1.4
 mccabe==0.7.0
 ninja2==0.1
 pycodestyle==2.11.1