This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new c33b09579ba Bump packaging from 24.2 to 25.0 in /airflow-core (#49512)
c33b09579ba is described below
commit c33b09579bac92d204852a9ad2a69eba2a7ebd95
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 28 11:31:38 2025 +0200
Bump packaging from 24.2 to 25.0 in /airflow-core (#49512)
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: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>
---
airflow-core/pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow-core/pyproject.toml b/airflow-core/pyproject.toml
index a8efb29e374..9cf394be4ab 100644
--- a/airflow-core/pyproject.toml
+++ b/airflow-core/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",