From 19b9f1674564ee35320eb965e4cf147bdc506910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:31:22 +0000 Subject: [PATCH 1/2] Bump black from 23.10.0 to 23.12.0 Bumps [black](https://github.com/psf/black) from 23.10.0 to 23.12.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/23.10.0...23.12.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 48f83b59..df939544 100644 --- a/requirements.style.txt +++ b/requirements.style.txt @@ -1,4 +1,4 @@ # codestyle isort==5.* -black==23.10.0 +black==23.12.0 autoflake==2.* From ddcefc21065f02cfe5bf49a5730cb5f19037aaa2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 22 Dec 2023 14:40:46 +0300 Subject: [PATCH 2/2] Update pydantic from 2.5.2 to 2.5.3 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c1ff2541..07ec7697 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,6 +2,6 @@ sphinx==7.2.6 pallets_sphinx_themes==2.1.1 myst-parser==2.0.0 autodoc_pydantic==2.0.1 -pydantic==2.5.2 +pydantic==2.5.3 pydantic-settings==2.1.0 enum-tools[sphinx]==0.11.0