chore(pip-prod)(deps): bump platformdirs from 4.3.2 to 4.3.3 #255

Merged
dependabot[bot] merged 1 commits from dependabot/pip/platformdirs-4.3.3 into main 2024-09-16 12:43:24 +02:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 926d52d7d6 - Show all commits

8
poetry.lock generated
View File

@ -455,13 +455,13 @@ files = [
[[package]]
name = "platformdirs"
version = "4.3.2"
version = "4.3.3"
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.2-py3-none-any.whl", hash = "sha256:eb1c8582560b34ed4ba105009a4badf7f6f85768b30126f351328507b2beb617"},
{file = "platformdirs-4.3.2.tar.gz", hash = "sha256:9e5e27a08aa095dd127b9f2e764d74254f482fef22b0970773bfba79d091ab8c"},
{file = "platformdirs-4.3.3-py3-none-any.whl", hash = "sha256:50a5450e2e84f44539718293cbb1da0a0885c9d14adf21b77bae4e66fc99d9b5"},
{file = "platformdirs-4.3.3.tar.gz", hash = "sha256:d4e0b7d8ec176b341fb03cb11ca12d0276faa8c485f9cd218f613840463fc2c0"},
]
[package.extras]
@ -767,4 +767,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "f206d5141a6fcb157f66a1788c5e2e0a0015734950e5c46876fc5c9bfec18273"
content-hash = "a574d85e0b8acf50d08d5dbb32b20e00e9f10f142a39a0b9f10660db252f2276"

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.2"
platformdirs = "4.3.3"
pluggy = "1.5.0"
py = "1.11.0"
pyparsing = "3.1.4"