From 2f5e703a935db93ac420fb4069065e66ab7312a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:08:51 +0000 Subject: [PATCH 1/3] Bump flake8 from 7.0.0 to 7.1.0 Bumps [flake8](https://github.com/pycqa/flake8) from 7.0.0 to 7.1.0. - [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.1.0) --- updated-dependencies: - dependency-name: flake8 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 ef9642a..213f0a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pytest_mock==3.14.0 # Code linters, formatters, and security scanners # ------------ black==24.4.2 -flake8==7.0.0 +flake8==7.1.0 flake8-coding==1.3.2 pre-commit==3.7.1 isort==5.13.2 From d97264c906b83241df6e998b36854477e7a8fee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:08:55 +0000 Subject: [PATCH 2/3] Bump bandit from 1.7.8 to 1.7.9 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.8 to 1.7.9. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.8...1.7.9) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ef9642a..a81f1b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ pre-commit==3.7.1 isort==5.13.2 mypy==1.10.0 pylint==3.2.3 -bandit==1.7.8 +bandit==1.7.9 pydocstringformatter==0.7.3 tox==4.15.1 codespell==2.3.0 From 8ee27d8ef683ae432d6b1c3910ba64a803fbfb7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:08:59 +0000 Subject: [PATCH 3/3] Bump pydantic from 2.7.3 to 2.7.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.3 to 2.7.4. - [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.7.3...v2.7.4) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ef9642a..e443238 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,4 @@ codespell==2.3.0 # package dependencies python-dotenv==1.0.1 -pydantic==2.7.3 +pydantic==2.7.4