Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/autofix-versions.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ MYPY_VERSION=2.3.0
PYTEST_VERSION=9.1.1
PYTEST_COV_VERSION=7.1.0
PYTEST_XDIST_VERSION=3.8.0
COVERAGE_VERSION=7.15.3
COVERAGE_VERSION=7.15.4
Comment thread
stranske marked this conversation as resolved.
22 changes: 12 additions & 10 deletions docs/ci/TOOL_VERSION_MANAGEMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,20 @@ npx --yes --package renovate@43.285.3 -- renovate-config-validator --no-global \

**Location**: `.github/workflows/autofix-versions.env`

This file contains pinned versions for all formatting, linting, and testing tools:
This file contains the pinned versions for all formatting, linting, and testing
tools. It is the canonical source; consult the file directly rather than copying
version values into this guide:

```bash
BLACK_VERSION=25.11.0
RUFF_VERSION=0.14.7
ISORT_VERSION=7.0.0
DOCFORMATTER_VERSION=1.7.7
MYPY_VERSION=1.19.0
PYTEST_VERSION=9.0.1
PYTEST_COV_VERSION=7.0.0
PYTEST_XDIST_VERSION=3.8.0
COVERAGE_VERSION=7.12.0
BLACK_VERSION=<pinned-version>
RUFF_VERSION=<pinned-version>
ISORT_VERSION=<pinned-version>
DOCFORMATTER_VERSION=<pinned-version>
MYPY_VERSION=<pinned-version>
PYTEST_VERSION=<pinned-version>
PYTEST_COV_VERSION=<pinned-version>
PYTEST_XDIST_VERSION=<pinned-version>
COVERAGE_VERSION=<pinned-version>
```

## Workflows Using Version File
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dev = [
"flake8==7.3.0",
"pytest==9.1.1",
"pytest-cov==7.1.0",
"coverage==7.15.3",
"coverage==7.15.4",
"pytest-xdist==3.8.0",
"packaging>=26.1",

Expand Down
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
# click
# pytest
# tqdm
coverage==7.15.3
coverage==7.15.4
# via
# workflows (pyproject.toml)
# pytest-cov
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ MYPY_VERSION=2.3.0
PYTEST_VERSION=9.1.1
PYTEST_COV_VERSION=7.1.0
PYTEST_XDIST_VERSION=3.8.0
COVERAGE_VERSION=7.15.3
COVERAGE_VERSION=7.15.4
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ MYPY_VERSION=2.3.0
PYTEST_VERSION=9.1.1
PYTEST_COV_VERSION=7.1.0
PYTEST_XDIST_VERSION=3.8.0
COVERAGE_VERSION=7.15.3
COVERAGE_VERSION=7.15.4
Loading