Skip to content

Commit 0eee2e4

Browse files
authored
chore: prepare for 2025.11.12 (#1032)
* chore: bump versions in pre-commit Signed-off-by: Henry Schreiner <[email protected]> * chore: prepare for 2025.11.11 Signed-off-by: Henry Schreiner <[email protected]> * Update date --------- Signed-off-by: Henry Schreiner <[email protected]>
1 parent 9e9b47e commit 0eee2e4

3 files changed

Lines changed: 25 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"]

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
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

526
This 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "nox"
9-
version = "2025.10.16"
9+
version = "2025.11.12"
1010
description = "Flexible test automation."
1111
readme = "README.md"
1212
keywords = [

0 commit comments

Comments
 (0)