From b6495feab23699947d724fbc3d517c4ba56cfb82 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Thu, 13 Feb 2025 05:36:12 +0100
Subject: [PATCH] Merging upstream version 2.5.30.

Signed-off-by: Daniel Baumann <daniel@debian.org>
---
 .pre-commit-config.yaml | 4 ++--
 identify/extensions.py  | 1 +
 setup.cfg               | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e852425..9107add 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
     hooks:
     -   id: setup-cfg-fmt
 -   repo: https://github.com/asottile/reorder-python-imports
-    rev: v3.10.0
+    rev: v3.11.0
     hooks:
     -   id: reorder-python-imports
         args: [--py38-plus, --add-import, 'from __future__ import annotations']
@@ -23,7 +23,7 @@ repos:
     hooks:
     -   id: add-trailing-comma
 -   repo: https://github.com/asottile/pyupgrade
-    rev: v3.10.1
+    rev: v3.13.0
     hooks:
     -   id: pyupgrade
         args: [--py38-plus]
diff --git a/identify/extensions.py b/identify/extensions.py
index 0472366..19db7d3 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -74,6 +74,7 @@ EXTENSIONS = {
     'gd': {'text', 'gdscript'},
     'gemspec': {'text', 'ruby'},
     'geojson': {'text', 'geojson', 'json'},
+    'ggb': {'binary', 'zip', 'ggb'},
     'gif': {'binary', 'image', 'gif'},
     'go': {'text', 'go'},
     'gotmpl': {'text', 'gotmpl'},
diff --git a/setup.cfg b/setup.cfg
index e463f46..5ea9196 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = identify
-version = 2.5.29
+version = 2.5.30
 description = File identification library for Python
 long_description = file: README.md
 long_description_content_type = text/markdown