From ab955205102434fb093beb58778219d6453973b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 18:01:51 +0000 Subject: [PATCH 1/3] chore(deps-dev): bump mypy from 1.11.1 to 1.11.2 Bumps [mypy](https://github.com/python/mypy) from 1.11.1 to 1.11.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.1...v1.11.2) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index acb9b28..c08d1c7 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -13,7 +13,7 @@ flake8==7.1.0 flake8-coding==1.3.2 pre-commit==3.8.0 isort==5.13.2 -mypy==1.11.1 +mypy==1.11.2 pylint==3.2.6 bandit==1.7.9 pydocstringformatter==0.7.3 From cee6d01fbd2f574c7acd3a2ddce9ff7a12baca0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 18:01:52 +0000 Subject: [PATCH 2/3] chore(deps): bump openai from 1.37.1 to 1.43.0 Bumps [openai](https://github.com/openai/openai-python) from 1.37.1 to 1.43.0. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v1.37.1...v1.43.0) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/prod.txt b/requirements/prod.txt index 3ec183f..98a5532 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -7,4 +7,4 @@ python-dotenv==1.0.1 -openai==1.37.1 +openai==1.43.0 From 0b86b9d64883c386890e7178d4fafb0663186d35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 18:01:55 +0000 Subject: [PATCH 3/3] chore(deps-dev): bump black from 24.4.2 to 24.8.0 Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.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.4.2...24.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index acb9b28..2c15a84 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,7 +8,7 @@ # Code linters, formatters, and security scanners # ------------ -black==24.4.2 +black==24.8.0 flake8==7.1.0 flake8-coding==1.3.2 pre-commit==3.8.0