From e165399b44d7c0d15c7d6123650e604e9dd70386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 02:38:51 +0000 Subject: [PATCH] build(deps): bump ablog from 0.10.19 to 0.11.10 Bumps [ablog](https://github.com/sunpy/ablog) from 0.10.19 to 0.11.10. - [Release notes](https://github.com/sunpy/ablog/releases) - [Commits](https://github.com/sunpy/ablog/compare/v0.10.19...v0.11.10) --- updated-dependencies: - dependency-name: ablog dependency-version: 0.11.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/docs/requirements.txt b/docs/requirements.txt index 2e59838..4051894 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,5 +7,5 @@ sphinx>=6.0 sphinx-autobuild>=2021.3.14 numpydoc>=1.5 -ablog>=0.10 +ablog>=0.11.10 sphinxext-opengraph>=0.7 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 0ea103d..c247a03 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ def get_docs_url(): extras_require={ 'testing': ['pytest'], 'coverage': ['pytest-cov', 'codecov'], - 'docs': ['numpydoc', 'sphinxext-opengraph', 'ablog==0.10.19', + 'docs': ['numpydoc', 'sphinxext-opengraph', 'ablog==0.11.10', 'sphinx==6.2.1', 'docutils>=0.19', 'Jinja2>=3.0'], 'styling': ['isort'] },