diff --git a/poetry.lock b/poetry.lock index 875bedb..f0ab762 100644 --- a/poetry.lock +++ b/poetry.lock @@ -435,13 +435,13 @@ files = [ [[package]] name = "platformdirs" -version = "4.2.1" +version = "4.2.2" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`." optional = false python-versions = ">=3.8" files = [ - {file = "platformdirs-4.2.1-py3-none-any.whl", hash = "sha256:17d5a1161b3fd67b390023cb2d3b026bbd40abde6fdb052dfbd3a29c3ba22ee1"}, - {file = "platformdirs-4.2.1.tar.gz", hash = "sha256:031cd18d4ec63ec53e82dceaac0417d218a6863f7745dfcc9efe7793b7039bdf"}, + {file = "platformdirs-4.2.2-py3-none-any.whl", hash = "sha256:2d7a1657e36a80ea911db832a8a6ece5ee53d8de21edd5cc5879af6530b1bfee"}, + {file = "platformdirs-4.2.2.tar.gz", hash = "sha256:38b7b51f512eed9e84a22788b4bce1de17c0adb134d6becb09836e37d8654cd3"}, ] [package.extras] @@ -747,4 +747,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "a6539118142825a99b6340b6a3342fef9ce68ab57ee532757c5e77534f9b6e32" +content-hash = "4f9f576f868b4db3e08144b9fbbcc72cb39b3877f891815d25e2babf840654c9" diff --git a/pyproject.toml b/pyproject.toml index bc9d84a..c4b465b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ mccabe = "0.7.0" mypy-extensions = "1.0.0" packaging = "24.0" pathspec = "0.12.1" -platformdirs = "4.2.1" +platformdirs = "4.2.2" pluggy = "1.5.0" py = "1.11.0" pyparsing = "3.1.2"