From b7796d6c310aaa59d781c4e0f7c0db605712c772 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:01:20 +0000 Subject: [PATCH] Update dependency platformdirs to v3.11.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b5d491a..4e7f77d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ mypy-extensions==1.0.0 ; python_version >= "3.10" and python_version < "4.0" mypy==1.5.1 ; python_version >= "3.10" and python_version < "4.0" packaging==23.1 ; python_version >= "3.10" and python_version < "4.0" pathspec==0.11.2 ; python_version >= "3.10" and python_version < "4.0" -platformdirs==3.10.0 ; python_version >= "3.10" and python_version < "4.0" +platformdirs==3.11.0 ; python_version >= "3.10" and python_version < "4.0" pluggy==1.3.0 ; python_version >= "3.10" and python_version < "4.0" pymysql==1.1.0 ; python_version >= "3.10" and python_version < "4.0" pytest==7.4.2 ; python_version >= "3.10" and python_version < "4.0"