From ef75d07f1045e7eb2e16688e4a6a35128358ef1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:06:22 +0000 Subject: [PATCH] Bump python-weather from 2.0.3 to 2.0.4 Bumps [python-weather](https://github.com/null8626/python-weather) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/null8626/python-weather/releases) - [Changelog](https://github.com/null8626/python-weather/blob/main/docs/changelog.rst) - [Commits](https://github.com/null8626/python-weather/compare/2.0.3...2.0.4) --- updated-dependencies: - dependency-name: python-weather 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 ffde311c..48617fe5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "asyncer==0.0.8", "markdownify==0.13.1", # Needed by autogen.WebSurferAgent but not included "httpx==0.27.2", - "python-weather==2.0.3", # should be removed when we move API to another project + "python-weather==2.0.4", # should be removed when we move API to another project ] [project.optional-dependencies]