From 4377e8b905ea23211b4bc83cd51c6cbe2453a944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:27:56 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump mypy from 1.10.0 to 1.10.1 Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.10.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.10.1) --- 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 c443447..bbc891d 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.7.1 isort==5.13.2 -mypy==1.10.0 +mypy==1.10.1 pylint==3.2.3 bandit==1.7.9 pydocstringformatter==0.7.3 From 87cc8e2859bdfbe32203fd20698e208ec5307002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:28:08 +0000 Subject: [PATCH 2/2] chore(deps): bump openai from 1.35.3 to 1.35.7 Bumps [openai](https://github.com/openai/openai-python) from 1.35.3 to 1.35.7. - [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.35.3...v1.35.7) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-patch ... 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 06ed65b..de24b40 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -7,4 +7,4 @@ python-dotenv==1.0.1 -openai==1.35.3 +openai==1.35.7