From 57b244e2a31a4b225b190c4510614cfb60ed784c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 08:22:01 +0000 Subject: [PATCH] Bump platformdirs from 4.2.1 to 4.2.2 in /it/python Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 4.2.1 to 4.2.2. - [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.2.1...4.2.2) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:development update-type: version-update:semver-patch ... 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 b238316d57..30d4bccff6 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==24.0 ; python_version >= '3.7' -platformdirs==4.2.1 ; python_version >= '3.7' +platformdirs==4.2.2 ; python_version >= '3.7' pluggy==1.5.0 ; python_version >= '3.7'