From 50bf1c44d783d2ae0cce23cc3062e3a85da6a68a Mon Sep 17 00:00:00 2001 From: Maurane GLAUDE Date: Mon, 19 Aug 2024 13:26:59 +0200 Subject: [PATCH] fix(pyproject): fix platformdirs version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ebc3347..10814d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "fastapi", "pyinstaller", "httpx==0.27.0", - "platformdirs=4.2.2", + "platformdirs==4.2.2", ] [tool.hatch.envs.default.scripts] test = "pytest {args:tests}"