File jrnl-dateutil.patch of Package jrnl
diff -Nuar a/pyproject.toml b/pyproject.toml --- a/pyproject.toml 2023-06-20 18:39:40.000000000 -0500 +++ b/pyproject.toml 2023-08-17 21:17:02.020117711 -0500 @@ -34,7 +34,7 @@ cryptography = ">=3.0" # https://cryptography.io/en/latest/api-stability.html keyring = ">=21.0" # https://github.com/jaraco/keyring#integration parsedatetime = ">=2.6" -python-dateutil = "^2.8" # https://github.com/dateutil/dateutil/blob/master/RELEASING +dateutil = "^2.8" # https://github.com/dateutil/dateutil/blob/master/RELEASING pyxdg = ">=0.27.0" "ruamel.yaml" = ">=0.17.22" rich = ">=12.2.0, <14.0.0"




