From 8073d974e02f9a5fa8973183f2792a1538ce1505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 22:02:28 +0000 Subject: [PATCH] Bump weewx from 5.1.0 to 5.2.0 in the pip-all group Bumps the pip-all group with 1 update: [weewx](https://github.com/weewx/weewx). Updates `weewx` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/weewx/weewx/releases) - [Changelog](https://github.com/weewx/weewx/blob/master/docs_src/changes.md) - [Commits](https://github.com/weewx/weewx/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: weewx dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-all ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8068bc..a854c2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", "Topic :: Scientific/Engineering :: Atmospheric Science", ] -dependencies = ["ephem", "pyserial", "pyusb", "setuptools", "weewx == 5.1.0"] +dependencies = ["ephem", "pyserial", "pyusb", "setuptools", "weewx == 5.2.0"] description = "Containerized WeeWX" dynamic = ["version"] keywords = ["container", "docker", "weewx"]