diff --git a/meta-python/recipes-devtools/python/python3-behave_1.3.3.bb b/meta-python/recipes-devtools/python/python3-behave_1.4.0.bb
similarity index 70%
rename from meta-python/recipes-devtools/python/python3-behave_1.3.3.bb
rename to meta-python/recipes-devtools/python/python3-behave_1.4.0.bb
index 9be8f25b44..c514fe7792 100644
--- a/meta-python/recipes-devtools/python/python3-behave_1.3.3.bb
+++ b/meta-python/recipes-devtools/python/python3-behave_1.4.0.bb
@@ -4,8 +4,8 @@ LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1fca0a9c7e4e4148d675b4dafd5c1e80"
 
 PV .= "+git${SRCREV}"
-SRCREV = "7673da8324be5588642b23511ca4d7a134a0b0c1"
-SRC_URI += "git://github.com/behave/behave;branch=release/v1.3.x;protocol=https"
+SRCREV = "aca602b4410163fe4be045ce86c9d76ec34a717a"
+SRC_URI += "git://github.com/behave/behave;branch=main;protocol=https"
 
 
 inherit python_setuptools_build_meta
@@ -13,8 +13,9 @@ inherit python_setuptools_build_meta
 DEPENDS += "python3-wheel-native"
 
 RDEPENDS:${PN} += " \
+    python3-cucumber-expressions \
+    python3-cucumber-tag-expressions \
+    python3-parse \
     python3-parse-type \
     python3-setuptools \
-    python3-six \
-    python3-cucumber-tag-expressions \
     "
