Update dependency platformdirs to v3

This commit is contained in:
renovate[bot]
2023-02-24 22:41:25 +00:00
committed by GitHub
parent 44de2a7a7a
commit 8035cad8f3
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View File

@ -733,19 +733,19 @@ files = [
[[package]]
name = "platformdirs"
version = "2.6.2"
version = "3.0.0"
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "platformdirs-2.6.2-py3-none-any.whl", hash = "sha256:83c8f6d04389165de7c9b6f0c682439697887bca0aa2f1c87ef1826be3584490"},
{file = "platformdirs-2.6.2.tar.gz", hash = "sha256:e1fea1fe471b9ff8332e229df3cb7de4f53eeea4998d3b6bfff542115e998bd2"},
{file = "platformdirs-3.0.0-py3-none-any.whl", hash = "sha256:b1d5eb14f221506f50d6604a561f4c5786d9e80355219694a1b244bcd96f4567"},
{file = "platformdirs-3.0.0.tar.gz", hash = "sha256:8a1228abb1ef82d788f74139988b137e78692984ec7b08eaa6c65f1723af28f9"},
]
[package.extras]
docs = ["furo (>=2022.12.7)", "proselint (>=0.13)", "sphinx (>=5.3)", "sphinx-autodoc-typehints (>=1.19.5)"]
test = ["appdirs (==1.4.4)", "covdefaults (>=2.2.2)", "pytest (>=7.2)", "pytest-cov (>=4)", "pytest-mock (>=3.10)"]
docs = ["furo (>=2022.12.7)", "proselint (>=0.13)", "sphinx (>=6.1.3)", "sphinx-autodoc-typehints (>=1.22,!=1.23.4)"]
test = ["appdirs (==1.4.4)", "covdefaults (>=2.2.2)", "pytest (>=7.2.1)", "pytest-cov (>=4)", "pytest-mock (>=3.10)"]
[[package]]
name = "pluggy"
@ -1483,4 +1483,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "e9cf717f2f94581f86b781d8ff97ea94583da9a404b6a6a99c9e1a23bf59e4c4"
content-hash = "0411d57a53aaf3013e57864ac67c9346431a22888ab6fd11d5562ed59fda3cc2"

View File

@ -8,7 +8,7 @@ authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
python = "^3.10"
reader = "^3.4"
discord-webhook = "^1.0.0"
platformdirs = "^2.6.2"
platformdirs = "^3.0.0"
fastapi = "^0.92.0"
uvicorn = { extras = ["standard"], version = "^0.20.0" }
jinja2 = "^3.1.2"