Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dev/breeze/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies = [
"black>=25.0.0",
# There is a bug in Click 8.2.0 and 8.2.1 that makes flag variables do not properly evaluate
# "false"-y values set in environment variables. See https://github.com/pallets/click/issues/2952
"click>=8.1.8,<8.2.0",
"click>=8.1.8,<8.4.0",
"filelock>=3.13.0",
"flit>=3.12.0",
"flit-core>=3.12.0",
Expand All @@ -69,7 +69,7 @@ dependencies = [
"restructuredtext-lint>=1.4.0",
# Temporarily pinned to fix for changes in https://github.com/ewels/rich-click/releases/tag/v1.9.0
# Example failure without it: https://github.com/apache/airflow/actions/runs/17770084165/job/50505281673?pr=55725
"rich-click>=1.7.1,<1.9.0",
"rich-click>=1.7.1,<1.10.0",
"rich>=13.6.0",
"tabulate>=0.9.0",
"tomli>=2.0.1; python_version < '3.11'",
Expand Down
2 changes: 1 addition & 1 deletion dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
click>=8.0
jinja2>=2.11.3
keyring==25.6.0
keyring==25.7.0
PyGithub
jsonpath_ng
jsonschema
Expand Down
2 changes: 1 addition & 1 deletion docker_tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pytest-xdist
# Requests 3 if it will be released, will be heavily breaking.
requests>=2.27.0,<3
python-on-whales>=0.70.0
hatchling==1.27.0
hatchling==1.28.0
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
# The dependencies can be automatically upgraded by running:
# pre-commit run --hook-stage manual update-build-dependencies --all-files
requires = [
"GitPython==3.1.45",
"GitPython==3.1.46",
"gitdb==4.0.12",
"hatchling==1.27.0",
"packaging==25.0",
"pathspec==0.12.1",
"hatchling==1.28.0",
"packaging==26.0",
"pathspec==1.0.4",
"pluggy==1.6.0",
"smmap==5.0.2",
"tomli==2.2.1; python_version < '3.11'",
"trove-classifiers==2025.9.9.12",
"trove-classifiers==2026.1.14.14",
]
build-backend = "hatchling.build"

Expand Down
Loading