From a0c7c501163f09bcb4d010d27f2eaf98a2c5de9b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 10 Oct 2024 21:37:56 +0300 Subject: [PATCH 1/4] Update sphinx from 8.0.2 to 8.1.0 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index cbeb3b98..7c72628e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -sphinx==8.0.2 +sphinx==8.1.0 pallets_sphinx_themes==2.1.3 myst-parser==4.0.0 autodoc_pydantic==2.2.0 From 93142feb8e761cc2f942369e61f3e6e10a494d1a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 12 Oct 2024 23:22:36 +0300 Subject: [PATCH 2/4] Update sphinx from 8.1.0 to 8.1.2 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 7c72628e..6b90a56c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -sphinx==8.1.0 +sphinx==8.1.2 pallets_sphinx_themes==2.1.3 myst-parser==4.0.0 autodoc_pydantic==2.2.0 From ebbb6d6de25ed2dc50149fbb474bf5c719c162cd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2024 01:19:03 +0300 Subject: [PATCH 3/4] Update sphinx from 8.1.2 to 8.1.3 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 6b90a56c..b415756b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -sphinx==8.1.2 +sphinx==8.1.3 pallets_sphinx_themes==2.1.3 myst-parser==4.0.0 autodoc_pydantic==2.2.0 From e81044fcb0b2754bddc2566de7bed44127c9c878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:18:52 +0000 Subject: [PATCH 4/4] Bump black from 24.8.0 to 24.10.0 Bumps [black](https://github.com/psf/black) from 24.8.0 to 24.10.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.8.0...24.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.style.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.style.txt b/requirements.style.txt index 2ef9e097..514ac380 100644 --- a/requirements.style.txt +++ b/requirements.style.txt @@ -1,4 +1,4 @@ # codestyle isort==5.* -black==24.8.0 +black==24.10.0 autoflake==2.*