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 424567cae9d Bump packaging from 24.2 to 25.0 (#50698) 424567cae9d is described below commit 424567cae9dbe79947888c52f961ffc9c38f9114 Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri May 16 18:37:40 2025 -0400 Bump packaging from 24.2 to 25.0 (#50698) 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) --- updated-dependencies: - dependency-name: packaging dependency-version: '25.0' dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 96b72da6056..15104d49489 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,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",