We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a85f05d + 4980b71 commit 4de0fb7Copy full SHA for 4de0fb7
docs/requirements.txt
@@ -1,4 +1,4 @@
1
autoapi==2.0.1
2
-sphinx==7.3.7
3
-sphinx-autodoc-typehints==2.1.0
+sphinx==7.4.7
+sphinx-autodoc-typehints==2.5.0
4
sphinx_rtd_theme==2.0.0
pyobas/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-__version__ = "1.9.1"
+__version__ = "1.9.2"
from pyobas._version import ( # noqa: F401
5
__author__,
pyobas/_version.py
@@ -3,4 +3,4 @@
__email__ = "[email protected]"
__license__ = "Apache 2.0"
__title__ = "python-openbas"
6
setup.cfg
@@ -62,5 +62,5 @@ dev =
62
wheel~=0.43.0
63
doc =
64
autoapi~=2.0.1
65
- sphinx-autodoc-typehints~=2.1.0
+ sphinx-autodoc-typehints~=2.5.0
66
sphinx-rtd-theme~=2.0.0
0 commit comments