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) diff --git a/requirements.txt b/requirements.txt index aab98a50..223d3e7b 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 @@ -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