diff --git a/homeassistant/components/github/manifest.json b/homeassistant/components/github/manifest.json
index 1bc6c96c4b8ac92d8f0dd2dd0fc07b8a917384ef..cae2e7faca9ecb30a63e6de017f90a7cf7207b71 100644
--- a/homeassistant/components/github/manifest.json
+++ b/homeassistant/components/github/manifest.json
@@ -6,5 +6,5 @@
   "documentation": "https://www.home-assistant.io/integrations/github",
   "iot_class": "cloud_polling",
   "loggers": ["aiogithubapi"],
-  "requirements": ["aiogithubapi==22.10.1"]
+  "requirements": ["aiogithubapi==23.11.0"]
 }
diff --git a/pyproject.toml b/pyproject.toml
index 0516f7222e566f91e7798ba6c0cfeb45ba32c86e..3f25e7ace4d0a2c88be56ce22cc21d3ab1c09be6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -479,8 +479,6 @@ filterwarnings = [
     # -- fixed, waiting for release / update
     # https://github.com/mkmer/AIOAladdinConnect/commit/8851fff4473d80d70ac518db2533f0fbef63b69c - >=0.2.0
     "ignore:module 'sre_constants' is deprecated:DeprecationWarning:AIOAladdinConnect",
-    # https://github.com/ludeeus/aiogithubapi/pull/208 - >=23.9.0
-    "ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:aiogithubapi.namespaces.events",
     # https://github.com/bachya/aiopurpleair/pull/200 - >=2023.10.0
     "ignore:datetime.*utcfromtimestamp\\(\\) is deprecated and scheduled for removal:DeprecationWarning:aiopurpleair.helpers.validators",
     # https://github.com/tschamm/boschshcpy/pull/39 - >=0.2.89
diff --git a/requirements_all.txt b/requirements_all.txt
index e298e36ba9dc5cc95aa57f92b631424f3a32736e..4c45b69795095d1dbbf1fff60c6550443e4ca24c 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -251,7 +251,7 @@ aioflo==2021.11.0
 aioftp==0.21.3
 
 # homeassistant.components.github
-aiogithubapi==22.10.1
+aiogithubapi==23.11.0
 
 # homeassistant.components.guardian
 aioguardian==2022.07.0
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index c5a12b34ce61baf6827bd507796fa92b0af422a4..9fb6be9d43b5fb91dfa06d63cefb166beb6132bd 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -227,7 +227,7 @@ aioesphomeapi==23.2.0
 aioflo==2021.11.0
 
 # homeassistant.components.github
-aiogithubapi==22.10.1
+aiogithubapi==23.11.0
 
 # homeassistant.components.guardian
 aioguardian==2022.07.0