From 1de58e6afdd236f97e49daf7a812c1d24a063e46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:55:42 +0000 Subject: [PATCH] Bump platformdirs from 3.11.0 to 4.1.0 Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 3.11.0 to 4.1.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/3.11.0...4.1.0) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 97f0e549..f2434a76 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -38,7 +38,7 @@ packaging==23.2 # pytest pip-tools==7.3.0 # via datahub (pyproject.toml) -platformdirs==3.11.0 +platformdirs==4.1.0 # via virtualenv pluggy==1.3.0 # via pytest