From 8e8054264ee9be9c1e7ce98d54852d3bc64c86cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 08:24:25 +0000 Subject: [PATCH] Bump pyautogen[websurfer] from 0.2.9 to 0.2.16 Bumps [pyautogen[websurfer]](https://github.com/microsoft/autogen) from 0.2.9 to 0.2.16. - [Release notes](https://github.com/microsoft/autogen/releases) - [Commits](https://github.com/microsoft/autogen/compare/v0.2.9...v0.2.16) --- updated-dependencies: - dependency-name: pyautogen[websurfer] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92dd522b..72448769 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ agents = [ "uvicorn==0.27.1", "python-dotenv==1.0.1", #"pyautogen[websurfer] @ git+https://github.com/microsoft/autogen.git@19b5c85", - "pyautogen[websurfer]==0.2.9", + "pyautogen[websurfer]==0.2.16", "pandas>=2.1", "fastcore==1.5.29",