From 47b97bcc87d824a1ff970479ae61163281da2bab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 06:18:05 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=F0=9F=9B=A0=EF=B8=8F(?= =?UTF-8?q?deps):=20update=20dependency=20sphinx=20to=20v7.2.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From d3199189f4a7d25e1b75a80791c1ea7e440a4259 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 28 Aug 2023 06:19:16 +0000 Subject: [PATCH 2/2] Update Requirements --- .requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"