diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9579b58036689ec75d94a504584dee99a86b7800..9871fe56043c64ee5eeccd80d0818f34006ce89b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [4.0.1](https://gitlab.com/to-be-continuous/python/compare/4.0.0...4.0.1) (2022-03-22)
+
+
+### Bug Fixes
+
+* **Trivy:** Scan transitive dependencies ([11d96db](https://gitlab.com/to-be-continuous/python/commit/11d96db74d03e157927177dd87438e9575111086))
+
 # [4.0.0](https://gitlab.com/to-be-continuous/python/compare/3.2.1...4.0.0) (2022-02-25)
 
 
diff --git a/README.md b/README.md
index 3b38ef730412a862597dc8939c778433c958d652..5f54d64da2056acb913f237f585ab45ab20f5116 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
 ```yaml
 include:
   - project: 'to-be-continuous/python'
-    ref: '4.0.0'
+    ref: '4.0.1'
     file: '/templates/gitlab-ci-python.yml'
 ```
 
diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml
index f1a86c39224add89515e48380aebe153b8ec7000..014c325b9d8cfd53a3e78dc647996cb6be96857d 100644
--- a/templates/gitlab-ci-python.yml
+++ b/templates/gitlab-ci-python.yml
@@ -540,7 +540,7 @@ variables:
     fi
   }
 
-  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update python "4.0.0"; fi
+  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update python "4.0.1"; fi
   unscope_variables
 
   # ENDSCRIPT
@@ -552,7 +552,7 @@ variables:
   image: $PYTHON_IMAGE
   services:
     - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
-      command: ["--service", "python", "4.0.0"]
+      command: ["--service", "python", "4.0.1"]
   # Cache downloaded dependencies and plugins between builds.
   # To keep cache across branches add 'key: "$CI_JOB_NAME"'
   cache: