From 59a1e67ea4bd4b2217feda8b27a3c6dc1b6c6c21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 08:16:36 +0000 Subject: [PATCH] Bump platformdirs from 4.1.0 to 4.2.0 in /it/python Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 4.1.0 to 4.2.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/4.1.0...4.2.0) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index cfc6b41898..3a93a418c2 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -36,7 +36,7 @@ mypy-extensions==1.0.0 ; python_version >= '3.5' packaging==23.2 ; python_version >= '3.7' -platformdirs==4.1.0 ; python_version >= '3.7' +platformdirs==4.2.0 ; python_version >= '3.7' pluggy==1.4.0 ; python_version >= '3.7'