diff --git a/_service b/_service
index fbbd978..6062efc 100644
--- a/_service
+++ b/_service
@@ -1,3 +1,3 @@
-
+
diff --git a/mkdocs_material-9.1.21.tar.gz b/mkdocs_material-9.1.21.tar.gz
deleted file mode 100644
index 5250c45..0000000
--- a/mkdocs_material-9.1.21.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:71940cdfca84ab296b6362889c25395b1621273fb16c93deda257adb7ff44ec8
-size 3733806
diff --git a/mkdocs_material-9.2.8.tar.gz b/mkdocs_material-9.2.8.tar.gz
new file mode 100644
index 0000000..f5f00e4
--- /dev/null
+++ b/mkdocs_material-9.2.8.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ec839dc5eaf42d8525acd1d6420fd0a0583671a4f98a9b3ff7897ae8628dbc2d
+size 3795882
diff --git a/python-mkdocs-material.changes b/python-mkdocs-material.changes
index 645570e..a381d2c 100644
--- a/python-mkdocs-material.changes
+++ b/python-mkdocs-material.changes
@@ -1,3 +1,138 @@
+-------------------------------------------------------------------
+Thu Sep 7 06:59:27 UTC 2023 - Johannes Kastl
+
+- update to 9.2.8:
+ * Updated Italian and Russian translations
+ * Fixed #5952: Combining blog and tags plugin leads to wrong
+ links
+ * Fixed #5951: Blog plugin ignores post title in metadata
+ * Fixed #5949: Blog plugin ignores post linked in nav
+
+-------------------------------------------------------------------
+Thu Sep 7 06:58:30 UTC 2023 - Johannes Kastl
+
+- update to 9.2.7:
+ * Switched dependencies to compatible release clauses
+ * Removed `readtime` and `lxml` dependencies for blog plugin
+ * Reduced size of Docker image to improve CI build performance
+ * Fixed #5945: Incorrect footer navigation for sibling pages of
+ blog
+ * Fixed #5939: Page jumps when changing color palette (Firefox
+ 117)
+ * Fixed #5901: Announcement bar reappears when using instant
+ loading
+ * Fixed #5824: Allow to customize styles of sequence diagrams
+
+-------------------------------------------------------------------
+Thu Sep 7 06:57:39 UTC 2023 - Johannes Kastl
+
+- update to 9.2.6:
+ * Added Basque translations
+ * Added template for simple redirects
+ * Improved blog plugin interop by moving view generation to
+ `on_files`
+ * Fixed #5924: Social plugin still checks dependencies when
+ disabled
+ * Fixed #5916: Blog plugin crashes on Python 3.8 (9.2.0
+ regression)
+
+-------------------------------------------------------------------
+Thu Sep 7 06:56:26 UTC 2023 - Johannes Kastl
+
+- update to 9.2.5:
+ * Fixed error in dirty serve mode when using blog plugin
+ * Fixed page title not being consistent in blog plugin pagination
+ * Fixed #5899: Blog plugin pagination breaks when disabling
+ directory URLs
+
+-------------------------------------------------------------------
+Thu Sep 7 06:55:02 UTC 2023 - Johannes Kastl
+
+- update to 9.2.4:
+ * Added version to bug report name in info plugin
+ * Updated Afrikaans translations
+
+-------------------------------------------------------------------
+Thu Sep 7 06:54:27 UTC 2023 - Johannes Kastl
+
+- update to 9.2.3:
+ * Fixed blog plugin rendering wrongly with
+ `markdown.extensions.toc`
+ * Fixed blog plugin entrypoint generation
+
+-------------------------------------------------------------------
+Thu Sep 7 06:53:13 UTC 2023 - Johannes Kastl
+
+- update to 9.2.2:
+ * Fixed #5880: Blog plugin failing when building a standalone
+ blog
+ * Fixed #5881: Blog plugin not compatible with Python < 3.10
+
+-------------------------------------------------------------------
+Thu Sep 7 06:34:31 UTC 2023 - Johannes Kastl
+
+- update to 9.2.1:
+ * Fixed #5879: Blog plugin failing when building a standalone
+ blog
+ * Fixed error in blog plugin when using draft tagging on future
+ date
+ * Fixed error in blog plugin when toc extension is not enabled
+
+-------------------------------------------------------------------
+Wed Sep 6 15:01:52 UTC 2023 - Johannes Kastl
+
+- update to 9.2.0:
+ * Additions and improvements
+ - Added blogging support via built-in blog plugin
+ - Added support for Chinese language segmentaiton in search
+ plugin
+ - Added support for adding custom dates to blog posts
+ - Added support for paginating archive and category pages
+ - Added support for annotations (outside of code blocks)
+ - Added support for navigation icons
+ - Added support for navigation pruning
+ - Added support for navigation status
+ - Added support for customizing site icons
+ - Added support for customizing (code) annotation icons
+ - Added focus outline to admonitions and details
+ - Added prompt for bug report name to info plugin
+ - Added Luxembourgish translations
+ - Improved rendering of (code) annotation markers
+ - Improved print styles for (code) annotations
+ - Improved customizability of navigation tabs
+ - Improved interop of plugins with external tools like mike
+ - Improved interop of blog plugin with awesome pages plugin
+ - Improved header partial by moving buttons into separate
+ partials
+ - Improved clarity of `site_url` warning in social plugin
+ - Improved blog plugin to automatically setup directory
+ structure
+ - Switched info plugin to `importlib` to mitigate deprecations
+ - Automatically download ResizeObserver polyfill when necessary
+ - Automatically add iframe-worker polyfill when necessary in
+ offline plugin
+ - Automatically focus and bring up keyboard on touch devices
+ - Updated Serbo-Croatian translations
+ - Updated MkDocs to 1.5.2
+ * Removals
+ - Removed Universal Analytics integration
+ - Removed ancient polyfills to reduce size of bundled
+ JavaScript by 20%
+ - Removed necessity for `Array.flat` and `Array.flatMap`
+ polyfill
+ - Removed announcement bar button when JavaScript is not
+ available
+ * Fixes
+ - Fixed rendering of tags when announcement bar is present
+ - Fixed tags plugin rendering pages excluded by other plugins
+ - Fixed #5132: Blog plugin requires `nav` entry in `mkdocs.yml`
+ - Fixed #5599: Insufficient contrast for default link color
+ - Fixed #5715: Blog plugin missing integrated table of contents
+ in pagination
+ - Fixed #5806: Version selector not hoverable on some Android
+ devices
+ - Fixed #5826: Blog post drafts with tags show up in tags index
+
-------------------------------------------------------------------
Tue Aug 1 10:01:13 UTC 2023 - Johannes Kastl
diff --git a/python-mkdocs-material.spec b/python-mkdocs-material.spec
index 37d82d6..51ea10e 100644
--- a/python-mkdocs-material.spec
+++ b/python-mkdocs-material.spec
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-mkdocs-material
-Version: 9.1.21
+Version: 9.2.8
Release: 0
Summary: Material theme for mkdocs
License: MIT
@@ -34,31 +34,38 @@ Source: https://files.pythonhosted.org/packages/source/m/mkdocs_material
# we have these in openSUSE, we should stay with this
# hand-managed patch.
Patch0: no-hatchling-requirements_txt.patch
-BuildRequires: %{python_module Markdown >= 3.2}
BuildRequires: %{python_module hatch_nodejs_version}
BuildRequires: %{python_module hatchling}
-BuildRequires: %{python_module jinja2 >= 3.0}
-BuildRequires: %{python_module mkdocs >= 1.4.2}
-BuildRequires: %{python_module mkdocs-material-extensions >= 1.1}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module pygments >= 2.12}
-BuildRequires: %{python_module pymdown-extensions >= 9.4}
BuildRequires: %{python_module setuptools}
+# Requirements for core
+# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L21
+BuildRequires: %{python_module Jinja2 >= 3.1}
+BuildRequires: %{python_module Markdown >= 3.4}
+BuildRequires: %{python_module mkdocs >= 1.5}
+BuildRequires: %{python_module mkdocs-material-extensions >= 1.1}
+BuildRequires: %{python_module pygments >= 2.16}
+BuildRequires: %{python_module pymdown-extensions >= 10.3}
+# Requirements for plugins
+# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29
+BuildRequires: %{python_module colorama >= 0.4}
+BuildRequires: %{python_module regex => 2023.8}
+BuildRequires: %{python_module requests >= 2.31}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# Requirements for core
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L21
-Requires: python-Markdown >= 3.2
-Requires: python-jinja2 >= 3.0
-Requires: python-mkdocs >= 1.4.2
+Requires: python-Jinja2 >= 3.1
+Requires: python-Markdown >= 3.4
+Requires: python-mkdocs >= 1.5
Requires: python-mkdocs-material-extensions >= 1.1
-Requires: python-pygments >= 2.14
-Requires: python-pymdown-extensions >= 9.9.1
+Requires: python-pygments >= 2.16
+Requires: python-pymdown-extensions >= 10.3
# Requirements for plugins
# https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29
Requires: python-colorama >= 0.4
-Requires: python-regex => 2022.4.24
-Requires: python-requests >= 2.26
+Requires: python-regex => 2023.8
+Requires: python-requests >= 2.31
BuildArch: noarch
%python_subpackages