diff --git a/ci/requirements.txt b/ci/requirements.txt index d312d17..a8c048c 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -7,5 +7,5 @@ # stays in pyproject.toml's dev extras with a version bound, and CI installs it # with `uv pip install -e '.[dev]'`. -uv==0.12.5 # installer, resolver, venv manager and build frontend +uv==0.12.7 # installer, resolver, venv manager and build frontend twine==7.0.0 # sdist/wheel metadata check before publish