Skip to content

Commit 07b5b7f

Browse files
authored
Bump packaging>=25.0 (#53073)
1 parent 7a45a92 commit 07b5b7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

airflow-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ dependencies = [
107107
# This may be removed when future versions of pip are able
108108
# to handle this dependency resolution automatically.
109109
"opentelemetry-proto<9999",
110-
"packaging>=23.2",
110+
"packaging>=25.0",
111111
"pathspec>=0.9.0",
112112
'pendulum>=2.1.2,<4.0;python_version<"3.12"',
113113
'pendulum>=3.0.0,<4.0;python_version>="3.12"',

dev/breeze/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies = [
5858
"inputimeout>=1.0.4",
5959
"jinja2>=3.1.5",
6060
"jsonschema>=4.19.1",
61-
"packaging>=23.2",
61+
"packaging>=25.0",
6262
"pre-commit>=3.5.0",
6363
"pre-commit-uv>=4.1.3",
6464
"psutil>=5.9.6",

dev/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
'pendulum>=2.1.2,<4.0;python_version<"3.12"',
4646
'pendulum>=3.0.0,<4.0;python_version>="3.12"',
4747
"pyyaml>=6.0.2",
48-
"packaging>=23.2",
48+
"packaging>=25.0",
4949
"rich>=13.6.0",
5050
"rich-click>=1.7.1",
5151
"semver>=3.0.2",

0 commit comments

Comments
 (0)