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