Skip to content

Commit 4de0fb7

Browse files
committed
Merge remote-tracking branch 'origin/main' into release/1.10.0
2 parents a85f05d + 4980b71 commit 4de0fb7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
autoapi==2.0.1
2-
sphinx==7.3.7
3-
sphinx-autodoc-typehints==2.1.0
2+
sphinx==7.4.7
3+
sphinx-autodoc-typehints==2.5.0
44
sphinx_rtd_theme==2.0.0

pyobas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "1.9.1"
2+
__version__ = "1.9.2"
33

44
from pyobas._version import ( # noqa: F401
55
__author__,

pyobas/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
__email__ = "[email protected]"
44
__license__ = "Apache 2.0"
55
__title__ = "python-openbas"
6-
__version__ = "1.9.1"
6+
__version__ = "1.9.2"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ dev =
6262
wheel~=0.43.0
6363
doc =
6464
autoapi~=2.0.1
65-
sphinx-autodoc-typehints~=2.1.0
65+
sphinx-autodoc-typehints~=2.5.0
6666
sphinx-rtd-theme~=2.0.0

0 commit comments

Comments
 (0)