From 657f7e56f44120907d54c7283d6e2605f530209c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:19:30 +0000 Subject: [PATCH 1/2] chore(deps): bump black from 24.3.0 to 24.4.0 Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.4.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.3.0...24.4.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9a8f039..15c2ca7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pytest_mock==3.14.0 # Code linters, formatters, and security scanners # ------------ -black==24.3.0 +black==24.4.0 flake8==7.0.0 flake8-coding==1.3.2 pre-commit==3.7.0 From 94a6ab3d3b9607069d48ee47c5acde3429b5c3ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:19:36 +0000 Subject: [PATCH 2/2] chore(deps): bump pydantic from 2.6.4 to 2.7.0 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.6.4 to 2.7.0. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.6.4...v2.7.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9a8f039..577d451 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,4 @@ codespell==2.2.6 # package dependencies python-dotenv==1.0.1 -pydantic==2.6.4 +pydantic==2.7.0