From 1ceffb416e100f82f0236cefdc689e28f84bd4c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 22:21:11 +0000 Subject: [PATCH] chore(deps): bump platformdirs from 4.3.7 to 4.5.0 Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.3.7 to 4.5.0. - [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.7...4.5.0) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5e88ab9..2ebeebd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ packaging==24.2 ; python_version >= "3.13" and python_version < "4" paginate==0.5.7 ; python_version >= "3.13" and python_version < "4" pathspec==0.12.1 ; python_version >= "3.13" and python_version < "4" pillow==10.4.0 ; python_version >= "3.13" and python_version < "4" -platformdirs==4.3.7 ; python_version >= "3.13" and python_version < "4" +platformdirs==4.5.0 ; python_version >= "3.13" and python_version < "4" pycparser==2.22 ; python_version >= "3.13" and python_version < "4" pygments==2.19.1 ; python_version >= "3.13" and python_version < "4" pymdown-extensions==10.14.3 ; python_version >= "3.13" and python_version < "4"