diff --git a/poetry.lock b/poetry.lock index 0bd3832..3883d29 100644 --- a/poetry.lock +++ b/poetry.lock @@ -458,13 +458,13 @@ files = [ [[package]] name = "platformdirs" -version = "4.3.3" +version = "4.3.6" 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.3.3-py3-none-any.whl", hash = "sha256:50a5450e2e84f44539718293cbb1da0a0885c9d14adf21b77bae4e66fc99d9b5"}, - {file = "platformdirs-4.3.3.tar.gz", hash = "sha256:d4e0b7d8ec176b341fb03cb11ca12d0276faa8c485f9cd218f613840463fc2c0"}, + {file = "platformdirs-4.3.6-py3-none-any.whl", hash = "sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb"}, + {file = "platformdirs-4.3.6.tar.gz", hash = "sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907"}, ] [package.extras] @@ -770,4 +770,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "54c642d2f3cd0c985fc4473733e3edd8df9a430da698fc60309c7e51315483e4" +content-hash = "06b40176279c3016a0038521bfae8266e9808d3f3e7cddf2a8725799563c099b" diff --git a/pyproject.toml b/pyproject.toml index 4e9f412..8ed699a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ mccabe = "0.7.0" mypy-extensions = "1.0.0" packaging = "24.1" pathspec = "0.12.1" -platformdirs = "4.3.3" +platformdirs = "4.3.6" pluggy = "1.5.0" py = "1.11.0" pyparsing = "3.1.4"