File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ repos:
1919 - id : trailing-whitespace
2020
2121 - repo : https://github.com/tox-dev/pyproject-fmt
22- rev : " v2.7.0 "
22+ rev : " v2.11.1 "
2323 hooks :
2424 - id : pyproject-fmt
2525
2626 - repo : https://github.com/astral-sh/ruff-pre-commit
27- rev : v0.14.0
27+ rev : v0.14.4
2828 hooks :
2929 - id : ruff-check
3030 args : ["--fix", "--show-fixes"]
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2025.11.12
4+
5+ This is a small release to fix a warning when running in script mode before we
6+ drop Python 3.8.
7+
8+ We'd like to thank the following folks who contributed to this release:
9+
10+ * @henryiii
11+
12+ Bugfixes:
13+
14+ * Avoid warnings when running in script mode by @henryiii in https://github.com/wntrblm/nox/pull/1025
15+ * ` nox --report <file> ` should support ` Path ` by @henryiii in https://github.com/wntrblm/nox/pull/1026
16+ * Install env was typed differently by @henryiii in https://github.com/wntrblm/nox/pull/1028
17+
18+ Internal changes:
19+
20+ * pytest ` log_level ` is better than ` log_cli_level ` by @henryiii in https://github.com/wntrblm/nox/pull/1029
21+ * Use last intel macOS image by @henryiii in https://github.com/wntrblm/nox/pull/1031
22+ * Add a few more passing ruff checks by @henryiii in https://github.com/wntrblm/nox/pull/1030
23+
324## 2025.10.16
425
526This is a quick release to make our new dependency, pbs-installer, optional.
@@ -15,7 +36,7 @@ Changes:
1536* Make pbs-installer an optional dependency by @henryiii in https://github.com/wntrblm/nox/pull/1017
1637* Include time on longer runs (adds ` humanize ` dependency) by @henryiii in https://github.com/wntrblm/nox/pull/1014
1738
18- Internal:
39+ Internal changes :
1940
2041* Run conda on Windows/Linux again by @henryiii in https://github.com/wntrblm/nox/pull/1015
2142
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
66
77[project ]
88name = " nox"
9- version = " 2025.10.16 "
9+ version = " 2025.11.12 "
1010description = " Flexible test automation."
1111readme = " README.md"
1212keywords = [
You can’t perform that action at this time.
0 commit comments