From cf2ac1be3c18e62e5b32b1d42739997c709bb5e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:01:29 +0200 Subject: [PATCH] chore(deps-dev): bump platformdirs from 4.2.1 to 4.2.2 (#99) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 93452e4..8d58045 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -21,7 +21,7 @@ moto==5.0.6; python_version >= '3.8' mypy-extensions==1.0.0; python_version >= '3.5' packaging==24.0; python_version >= '3.7' pathspec==0.12.1; python_version >= '3.8' -platformdirs==4.2.1; python_version >= '3.8' +platformdirs==4.2.2; python_version >= '3.8' pluggy==1.5.0; python_version >= '3.8' py4j==0.10.9.7 pycparser==2.22; python_version >= '3.8'