From 2c4a0104c4486781793ac68ad56e3cf9f29e04a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 17:45:23 +0000 Subject: [PATCH] Bump peewee from 4.0.2 to 4.0.3 Bumps [peewee](https://github.com/coleifer/peewee) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/coleifer/peewee/releases) - [Changelog](https://github.com/coleifer/peewee/blob/master/CHANGELOG.md) - [Commits](https://github.com/coleifer/peewee/compare/4.0.2...4.0.3) --- updated-dependencies: - dependency-name: peewee dependency-version: 4.0.3 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 6e6386b..c86a24d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ ] requires-python = ">=3.14" dependencies = [ - "peewee==4.0.2", + "peewee==4.0.3", "gpxpy==1.6.2", "python-tcxparser==2.4.0", "fitparse==1.2.0",