From 8ad23bea309df6129256d119e303ef2374d62c60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 06:12:41 +0000 Subject: [PATCH] chore(deps): bump pytr from 0.4.7 to 0.4.8 Bumps [pytr](https://github.com/pytr-org/pytr) from 0.4.7 to 0.4.8. - [Release notes](https://github.com/pytr-org/pytr/releases) - [Commits](https://github.com/pytr-org/pytr/compare/v0.4.7...v0.4.8) --- updated-dependencies: - dependency-name: pytr dependency-version: 0.4.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ef159f0..b9e01e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ { name = "Frédéric Gierlinger", email = "frederic.gierlinger@gmail.com" } ] dependencies = [ - "pytr==0.4.7", + "pytr==0.4.8", "ynab" ] [project.scripts] diff --git a/requirements.txt b/requirements.txt index 32d2b22..f71ef3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pytr == 0.4.7 +pytr == 0.4.8 ynab ~= 1.4.0