From 2515472c103aa20fe59b0d6ab774c33c01e6964c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:16:11 +0000 Subject: [PATCH 1/2] chore(deps): bump mypy from 1.11.2 to 1.13.0 Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.13.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.13.0) --- updated-dependencies: - dependency-name: mypy 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 aab98a50..355edbc6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ flake8==7.1.1 flake8-coding==1.3.2 pre-commit==4.0.1 isort==5.13.2 -mypy==1.11.2 +mypy==1.13.0 pylint==3.2.6 bandit==1.7.10 pydocstringformatter==0.7.3 From 69e3fcb141ff38679f92910ffbee0be50770eedf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:16:18 +0000 Subject: [PATCH 2/2] chore(deps): bump openai from 1.43.0 to 1.55.3 Bumps [openai](https://github.com/openai/openai-python) from 1.43.0 to 1.55.3. - [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.43.0...v1.55.3) --- updated-dependencies: - dependency-name: openai 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 aab98a50..0b39aeba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ coverage==7.5.4 # Lambda layer: openai # ------------ -openai==1.43.0 +openai==1.55.3 # Lambda layer: common # ------------