diff --git a/homeassistant/components/scrape/manifest.json b/homeassistant/components/scrape/manifest.json
index 708ecc14d16e7861f36bf1a756e7a8b1e128885f..ade210b304ac9549bf7bc231aaf27109fc67cfdc 100644
--- a/homeassistant/components/scrape/manifest.json
+++ b/homeassistant/components/scrape/manifest.json
@@ -6,5 +6,5 @@
   "config_flow": true,
   "documentation": "https://www.home-assistant.io/integrations/scrape",
   "iot_class": "cloud_polling",
-  "requirements": ["beautifulsoup4==4.12.2", "lxml==4.9.4"]
+  "requirements": ["beautifulsoup4==4.12.2", "lxml==5.1.0"]
 }
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 98d5b9a1967604224851d91232bd7ed8d306492b..c62a64f8de2e93bc582cd6cbadcbfe7132be40e4 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -182,10 +182,6 @@ get-mac==1000000000.0.0
 # In order to do so, we need to constrain the version.
 charset-normalizer==3.2.0
 
-# lxml 5.0.0 currently does not build on alpine 3.18
-# https://bugs.launchpad.net/lxml/+bug/2047718
-lxml==4.9.4
-
 # dacite: Ensure we have a version that is able to handle type unions for
 # Roborock, NAM, Brother, and GIOS.
 dacite>=1.7.0
diff --git a/requirements_all.txt b/requirements_all.txt
index 02afa578fb21a6fb68e8c5446b70d2235be7e895..3a30320ae7a45222bbe9747ccc039748223dc23b 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1228,7 +1228,7 @@ lupupy==0.3.1
 lw12==0.9.2
 
 # homeassistant.components.scrape
-lxml==4.9.4
+lxml==5.1.0
 
 # homeassistant.components.nmap_tracker
 mac-vendor-lookup==0.1.12
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 74b15ac523cf14725d0b7d88656d045b8bbc4c8a..c70b173ec89c456755a669ba99be1dc83a24581d 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -964,7 +964,7 @@ loqedAPI==2.1.8
 luftdaten==0.7.4
 
 # homeassistant.components.scrape
-lxml==4.9.4
+lxml==5.1.0
 
 # homeassistant.components.nmap_tracker
 mac-vendor-lookup==0.1.12
diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py
index 7f652b14302bce402485144bc2d315e4ac3da88c..70d20f7e1351a8976f5297539d6198321e287be6 100755
--- a/script/gen_requirements_all.py
+++ b/script/gen_requirements_all.py
@@ -175,10 +175,6 @@ get-mac==1000000000.0.0
 # In order to do so, we need to constrain the version.
 charset-normalizer==3.2.0
 
-# lxml 5.0.0 currently does not build on alpine 3.18
-# https://bugs.launchpad.net/lxml/+bug/2047718
-lxml==4.9.4
-
 # dacite: Ensure we have a version that is able to handle type unions for
 # Roborock, NAM, Brother, and GIOS.
 dacite>=1.7.0