From 5cb63410c3e51eaa4cdc2237d1eb80105e807bff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 04:48:03 +0000 Subject: [PATCH] Bump platformdirs from 4.3.3 to 4.3.6 Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.3.3 to 4.3.6. - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/tox-dev/platformdirs/compare/4.3.3...4.3.6) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b1a4dd813fa..e10a903af6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -270,7 +270,7 @@ pillow==10.4.0 # qcodes (pyproject.toml) # matplotlib # qcodes -platformdirs==4.3.3 +platformdirs==4.3.6 # via jupyter-core pluggy==1.5.0 # via pytest