diff --git a/pyproject.toml b/pyproject.toml index 0fffc6a..915885a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ python = "^3.10" pandas = "^2.2.3" dateparser = "^1.2.1" attrs = "^25.1.0" -rich = "^13.9.4" +rich = "^14.3.3" networkx = "^3.4.2" requests-cache = "^1.2.1" openpyxl = "^3.1.5" diff --git a/renovate.json b/renovate.json index 4fcf996..95d1781 100644 --- a/renovate.json +++ b/renovate.json @@ -7,9 +7,7 @@ ], "packageRules": [ { - "matchDepTypes": [ - "dependencies" - ], + "matchDepTypes": ["dependencies"], "rangeStrategy": "bump" } ]