This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-0-test by this push:
new 182acbda37a [v3-0-test] Bump packaging from 24.2 to 25.0 (#49510)
(#49892)
182acbda37a is described below
commit 182acbda37acefca1123d8fd9aeb627b385df96c
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 28 19:01:27 2025 +0200
[v3-0-test] Bump packaging from 24.2 to 25.0 (#49510) (#49892)
Bumps [packaging](https://github.com/pypa/packaging) from 24.2 to 25.0.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pypa/packaging/compare/24.2...25.0)
(cherry picked from commit 7a4e726bc63079fca21c4ecf31ae5d22460e67d5)
---
updated-dependencies:
- dependency-name: packaging
dependency-version: '25.0'
dependency-type: direct:production
update-type: version-update:semver-major
...
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 29ba1cd8ac6..245e28c8c40 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ requires = [
"GitPython==3.1.44",
"gitdb==4.0.12",
"hatchling==1.27.0",
- "packaging==24.2",
+ "packaging==25.0",
"pathspec==0.12.1",
"pluggy==1.5.0",
"smmap==5.0.2",