diff --git a/CHANGELOG.md b/CHANGELOG.md
index f95731af0d4c5b4c11b30a460b3bf51472ade71b..a9013ba64aba196d621721a82f6d4816ed87c775 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [6.1.3](https://gitlab.com/to-be-continuous/python/compare/6.1.2...6.1.3) (2023-01-29)
+
+
+### Bug Fixes
+
+* replace wget and curl by python scripts ([ef78ec7](https://gitlab.com/to-be-continuous/python/commit/ef78ec7d44549cd2909065ef767de9740ed0de82))
+
 ## [6.1.2](https://gitlab.com/to-be-continuous/python/compare/6.1.1...6.1.2) (2023-01-28)
 
 
diff --git a/README.md b/README.md
index 9db03b6c742101e34f4c477a2ee8144bbec60e08..5522d7afae54d5ce68293c70b157e70bb6bd3dfd 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
 ```yaml
 include:
   - project: 'to-be-continuous/python'
-    ref: '6.1.2'
+    ref: '6.1.3'
     file: '/templates/gitlab-ci-python.yml'
 ```
 
diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml
index fb4ce415ae7bc0fcf1793afdeba506f6c7575804..ba0c0d8b841c9513f73fb8be75327c5291f49bbb 100644
--- a/templates/gitlab-ci-python.yml
+++ b/templates/gitlab-ci-python.yml
@@ -565,7 +565,7 @@ variables:
   image: $PYTHON_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "python", "6.1.2"]
+      command: ["--service", "python", "6.1.3"]
   # Cache downloaded dependencies and plugins between builds.
   # To keep cache across branches add 'key: "$CI_JOB_NAME"'
   cache: