From 5cab9a4a363783e11ae7056e44f41af74fe73548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 03:03:54 +0000 Subject: [PATCH 1/2] chore(deps): bump python-hcl2 in /api/terraform/python/layer_openai Bumps [python-hcl2](https://github.com/amplify-education/python-hcl2) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/amplify-education/python-hcl2/releases) - [Changelog](https://github.com/amplify-education/python-hcl2/blob/main/CHANGELOG.md) - [Commits](https://github.com/amplify-education/python-hcl2/compare/v4.3.4...v4.3.5) --- updated-dependencies: - dependency-name: python-hcl2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api/terraform/python/layer_openai/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/terraform/python/layer_openai/requirements.txt b/api/terraform/python/layer_openai/requirements.txt index bcbf15f5..6f099a35 100644 --- a/api/terraform/python/layer_openai/requirements.txt +++ b/api/terraform/python/layer_openai/requirements.txt @@ -17,4 +17,4 @@ openai==1.37.1 pydantic==2.8.2 pydantic-settings==2.4.0 python-dotenv==1.0.1 -python-hcl2==4.3.4 +python-hcl2==4.3.5 From 57612871e46acb302aaf9696e7cfaf2c9668dde9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 03:03:58 +0000 Subject: [PATCH 2/2] chore(deps): bump openai in /api/terraform/python/layer_openai 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] --- api/terraform/python/layer_openai/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/terraform/python/layer_openai/requirements.txt b/api/terraform/python/layer_openai/requirements.txt index bcbf15f5..4f64637e 100644 --- a/api/terraform/python/layer_openai/requirements.txt +++ b/api/terraform/python/layer_openai/requirements.txt @@ -10,7 +10,7 @@ # generative AI requirements # -------------------------- -openai==1.37.1 +openai==1.43.0 # general requirements # --------------------------