From a179c5148880d0ddc07d87e4595b0f9b76681d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 09:41:44 +0000 Subject: [PATCH] build(deps-dev): Bump openai-php/client from 0.7.1 to 0.7.2 Bumps [openai-php/client](https://github.com/openai-php/client) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/openai-php/client/releases) - [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai-php/client/compare/v0.7.1...v0.7.2) --- updated-dependencies: - dependency-name: openai-php/client dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 2a39c830..b0899365 100644 --- a/composer.lock +++ b/composer.lock @@ -9662,16 +9662,16 @@ }, { "name": "openai-php/client", - "version": "v0.7.1", + "version": "v0.7.2", "source": { "type": "git", "url": "https://github.com/openai-php/client.git", - "reference": "ca17a3d0c8651efa61959434eed32665358c8f63" + "reference": "77b073f58d1472a8e17b59a36ed1b29bfec19d19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/openai-php/client/zipball/ca17a3d0c8651efa61959434eed32665358c8f63", - "reference": "ca17a3d0c8651efa61959434eed32665358c8f63", + "url": "https://api.github.com/repos/openai-php/client/zipball/77b073f58d1472a8e17b59a36ed1b29bfec19d19", + "reference": "77b073f58d1472a8e17b59a36ed1b29bfec19d19", "shasum": "" }, "require": { @@ -9734,7 +9734,7 @@ ], "support": { "issues": "https://github.com/openai-php/client/issues", - "source": "https://github.com/openai-php/client/tree/v0.7.1" + "source": "https://github.com/openai-php/client/tree/v0.7.2" }, "funding": [ { @@ -9750,7 +9750,7 @@ "type": "github" } ], - "time": "2023-08-29T09:59:30+00:00" + "time": "2023-08-31T12:15:17+00:00" }, { "name": "orchestra/testbench",