From ad521bf2fefd0fd8cec21cf9959d485b101281fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 19:33:57 +0000 Subject: [PATCH] Bump platformdirs from 2.6.0 to 3.10.0 in /vdator Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 2.6.0 to 3.10.0. - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/platformdirs/platformdirs/compare/2.6.0...3.10.0) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- vdator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vdator/requirements.txt b/vdator/requirements.txt index cd30ec1..ead3442 100644 --- a/vdator/requirements.txt +++ b/vdator/requirements.txt @@ -27,7 +27,7 @@ mypy-extensions==0.4.3 nltk==3.8.1 numpy==1.23.5 pathspec==0.10.3 -platformdirs==2.6.0 +platformdirs==3.10.0 pydash==5.1.2 python-dotenv==0.21.0 regex==2022.10.31