From 5341344bbaa9f66b4e7d1b3d9fb748136b513232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 16:59:12 +0000 Subject: [PATCH] chore(deps-dev): bump platformdirs from 4.2.0 to 4.2.2 in /requirements Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 4.2.0 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.0...4.2.2) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/development.txt b/requirements/development.txt index 6d7ec730..e361f247 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -7,7 +7,7 @@ watchfiles==0.21.0 # https://github.com/samuelcolvin/watchfiles Werkzeug==3.0.2 # https://github.com/pallets/werkzeug django-extensions==3.2.3 # https://github.com/django-extensions/django-extensions django-debug-toolbar==4.3.0 # https://github.com/jazzband/django-debug-toolbar -platformdirs==4.2.0 # https://github.com/platformdirs/platformdirs +platformdirs==4.2.2 # https://github.com/platformdirs/platformdirs ruff==0.4.2 # https://github.com/astral-sh/ruff pre-commit==3.7.0 # https://github.com/pre-commit/pre-commit