diff --git a/.requirements/requirements.txt b/.requirements/requirements.txt index 5380f3b..fcc8bff 100644 --- a/.requirements/requirements.txt +++ b/.requirements/requirements.txt @@ -1,5 +1,5 @@ colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" -dynaconf==3.2.1 ; python_version >= "3.10" and python_version < "4.0" +dynaconf==3.2.2 ; python_version >= "3.10" and python_version < "4.0" emoji==2.8.0 ; python_version >= "3.10" and python_version < "4.0" loguru==0.6.0 ; python_version >= "3.10" and python_version < "4.0" pyparsing==3.1.1 ; python_version >= "3.10" and python_version < "4.0" diff --git a/pyproject.toml b/pyproject.toml index 8ff7346..b8c6be6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ pytest-loguru = "^0.2.0" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "7.2.3" +sphinx = "7.2.4" pydata-sphinx-theme = "^0.13.3" sphinx-hoverxref = "^1.3.0" sphinx-notfound-page = "^0.8.3"