diff --git a/CODEOWNERS b/CODEOWNERS
index 8e2dd1fa56d4e1057640d1578768de728de8a077..e5d67234f6f8871d103ef1a42eee13c0ceb7bc58 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -356,6 +356,7 @@ homeassistant/components/ptvsd/* @swamp-ig
 homeassistant/components/push/* @dgomes
 homeassistant/components/pvoutput/* @fabaff
 homeassistant/components/pvpc_hourly_pricing/* @azogue
+homeassistant/components/qbittorrent/* @geoffreylagaisse
 homeassistant/components/qld_bushfire/* @exxamalte
 homeassistant/components/qnap/* @colinodell
 homeassistant/components/quantum_gateway/* @cisasteelersfan
diff --git a/homeassistant/components/qbittorrent/manifest.json b/homeassistant/components/qbittorrent/manifest.json
index c839cb759333a63b8bfb2c3f85bf9eea07d78395..2f3e8cf4f1a007f1c85e8075f5366f7f87858c4b 100644
--- a/homeassistant/components/qbittorrent/manifest.json
+++ b/homeassistant/components/qbittorrent/manifest.json
@@ -2,6 +2,6 @@
   "domain": "qbittorrent",
   "name": "qBittorrent",
   "documentation": "https://www.home-assistant.io/integrations/qbittorrent",
-  "requirements": ["python-qbittorrent==0.4.1"],
-  "codeowners": []
+  "requirements": ["python-qbittorrent==0.4.2"],
+  "codeowners": ["@geoffreylagaisse"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 50ee26f7fdc1032c0ab3d6bc1a0196d613e2f561..eaf21edabfa7bb94eea0ba84b7507ac63cf1b541 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1801,7 +1801,7 @@ python-nmap==0.6.1
 python-openzwave-mqtt[mqtt-client]==1.4.0
 
 # homeassistant.components.qbittorrent
-python-qbittorrent==0.4.1
+python-qbittorrent==0.4.2
 
 # homeassistant.components.ripple
 python-ripple-api==0.0.3