Skip to content

Commit 3e8e500

Browse files
Bump the minor group with 2 updates
Bumps the minor group with 2 updates: [nox](https://github.com/wntrblm/nox) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `nox` from 2025.5.1 to 2025.10.16 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2025.05.01...2025.10.16) Updates `hypothesis` from 6.140.3 to 6.142.5 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.140.3...hypothesis-python-6.142.5) --- updated-dependencies: - dependency-name: nox dependency-version: 2025.10.16 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: hypothesis dependency-version: 6.142.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e7809f9 commit 3e8e500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dev-mypy = [
6868
# For checking the noxfile, docs/ script, and tests
6969
"frequenz-client-base[dev-mkdocs,dev-noxfile,dev-pytest]",
7070
]
71-
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"]
71+
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.5"]
7272
dev-pylint = [
7373
"pylint == 3.3.7",
7474
# For checking the noxfile, docs/ script, and tests
@@ -80,7 +80,7 @@ dev-pytest = [
8080
"pytest-mock == 3.15.1",
8181
"pytest-asyncio == 1.2.0",
8282
"async-solipsism == 0.8",
83-
"hypothesis == 6.140.3",
83+
"hypothesis == 6.142.5",
8484
"frequenz-client-base",
8585
]
8686
dev = [

0 commit comments

Comments
 (0)