This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a commit to branch v2-11-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-11-test by this push:
new 932d865d1de chore(deps-dev): bump platformdirs (#63213)
932d865d1de is described below
commit 932d865d1de99dd0686aec0a33d448275d3f2acb
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 10 14:16:10 2026 +0100
chore(deps-dev): bump platformdirs (#63213)
Bumps the pip-dependency-updates group with 1 update in the / directory:
[platformdirs](https://github.com/tox-dev/platformdirs).
Updates `platformdirs` from 4.9.2 to 4.9.4
- [Release notes](https://github.com/tox-dev/platformdirs/releases)
-
[Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/platformdirs/compare/4.9.2...4.9.4)
---
updated-dependencies:
- dependency-name: platformdirs
dependency-version: 4.9.4
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: pip-dependency-updates
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index b8c7d44332c..333bc786499 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,7 +27,7 @@ requires = [
"hatchling==1.29.0",
"packaging==26.0",
"pathspec==1.0.4",
- "platformdirs==4.9.2",
+ "platformdirs==4.9.4",
"pluggy==1.6.0",
"tomli==2.4.0; python_version < '3.11'",
"trove-classifiers==2026.1.14.14",