From 5de1c45708f0ef366f92f9b21528f7480c58e93d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 06:17:52 +0000 Subject: [PATCH] pip prod(deps): bump platformdirs from 4.2.2 to 4.3.2 Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 4.2.2 to 4.3.2. - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/platformdirs/platformdirs/compare/4.2.2...4.3.2) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend-py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend-py/requirements.txt b/backend-py/requirements.txt index 28f1b67..8e1ea26 100644 --- a/backend-py/requirements.txt +++ b/backend-py/requirements.txt @@ -1,4 +1,4 @@ distlib==0.3.8 filelock==3.14.0 -platformdirs==4.2.2 +platformdirs==4.3.2 virtualenv==20.26.2