From 62816e20414e4f1b89788b9485a1d587f4793c00 Mon Sep 17 00:00:00 2001
From: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Date: Thu, 28 Mar 2024 12:41:08 +0100
Subject: [PATCH] Update aiogithubapi to 23.11.0 (#114362)

---
 homeassistant/components/github/manifest.json | 2 +-
 pyproject.toml                                | 2 --
 requirements_all.txt                          | 2 +-
 requirements_test_all.txt                     | 2 +-
 4 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/homeassistant/components/github/manifest.json b/homeassistant/components/github/manifest.json
index 1bc6c96c4b8..cae2e7faca9 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 0516f7222e5..3f25e7ace4d 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 e298e36ba9d..4c45b697950 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 c5a12b34ce6..9fb6be9d43b 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
-- 
GitLab