From 65b23c0279b59a3eb9d26788e141bd97775f28b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 1 Nov 2024 15:53:30 +0000 Subject: [PATCH 1/3] chore(release): 0.10.7 [skip ci] ## [0.10.7](https://github.com/FullStackWithLawrence/aws-openai/compare/v0.10.6...v0.10.7) (2024-11-01) ### Bug Fixes * force a new release ([95401cb](https://github.com/FullStackWithLawrence/aws-openai/commit/95401cb87fbf941eb3237981f48fc535fcf1a7a4)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a5843bb..91f16f72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.10.7](https://github.com/FullStackWithLawrence/aws-openai/compare/v0.10.6...v0.10.7) (2024-11-01) + + +### Bug Fixes + +* force a new release ([95401cb](https://github.com/FullStackWithLawrence/aws-openai/commit/95401cb87fbf941eb3237981f48fc535fcf1a7a4)) + ## [0.10.6](https://github.com/FullStackWithLawrence/aws-openai/compare/v0.10.5...v0.10.6) (2024-01-29) From c2f2bc64b9a4c654e85bf3eee900a381e7868adc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:15:52 +0000 Subject: [PATCH 2/3] chore(deps): bump tox from 4.15.1 to 4.23.2 Bumps [tox](https://github.com/tox-dev/tox) from 4.15.1 to 4.23.2. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.15.1...4.23.2) --- updated-dependencies: - dependency-name: tox 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..06966253 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ mypy==1.11.2 pylint==3.2.6 bandit==1.7.10 pydocstringformatter==0.7.3 -tox==4.15.1 +tox==4.23.2 codespell==2.3.0 coverage==7.5.4 From ad9ae5be047357b096d19a43fd9c3217ada14154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:15:59 +0000 Subject: [PATCH 3/3] chore(deps): bump boto3 from 1.35.30 to 1.35.71 Bumps [boto3](https://github.com/boto/boto3) from 1.35.30 to 1.35.71. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.30...1.35.71) --- updated-dependencies: - dependency-name: boto3 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 aab98a50..b31f5ff1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ # dev and test # ------------ -boto3==1.35.30 +boto3==1.35.71 botocore>=1.35.10 pytest==8.3.2 pytest_mock==3.14.0