chore(pip-prod)(deps): bump platformdirs from 4.3.2 to 4.3.6

Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.3.2 to 4.3.6.
- [Release notes](https://github.com/tox-dev/platformdirs/releases)
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst)
- [Commits](https://github.com/tox-dev/platformdirs/compare/4.3.2...4.3.6)

---
updated-dependencies:
- dependency-name: platformdirs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-18 00:43:09 +00:00 committed by Luke Tainton
parent 48b46ecd7d
commit e78b081a1a
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -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"

View File

@ -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"