This is an automated email from the ASF dual-hosted git repository.
potiuk 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 587abb80a67 Bump platformdirs in the pip-dependency-updates group
across 1 directory (#65156)
587abb80a67 is described below
commit 587abb80a670345ebd5b1b7e668a35866cb68205
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 13 18:10:45 2026 +0200
Bump platformdirs in the pip-dependency-updates group across 1 directory
(#65156)
Bumps the pip-dependency-updates group with 1 update in the / directory:
[platformdirs](https://github.com/tox-dev/platformdirs).
Updates `platformdirs` from 4.9.4 to 4.9.6
- [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.4...4.9.6)
---
updated-dependencies:
- dependency-name: platformdirs
dependency-version: 4.9.6
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 6cb4bb783c3..da9b541cf2d 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.4",
+ "platformdirs==4.9.6",
"pluggy==1.6.0",
"tomli==2.4.0; python_version < '3.11'",
"trove-classifiers==2026.1.14.14",