From 31cd84e6dbdc2087666e3351443df4c3fcc1112b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 12:09:08 +0000 Subject: [PATCH] chore(deps-dev): bump nox from 2025.5.1 to 2025.11.12 Bumps [nox](https://github.com/wntrblm/nox) from 2025.5.1 to 2025.11.12. - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](https://github.com/wntrblm/nox/compare/2025.05.01...2025.11.12) --- updated-dependencies: - dependency-name: nox dependency-version: 2025.11.12 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 33 +++++++++++++++++++++++++-------- pyproject.toml | 2 +- 2 files changed, 26 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2afba6f..9b9a6db 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "argcomplete" @@ -227,6 +227,21 @@ docs = ["furo (>=2024.8.6)", "sphinx (>=8.1.3)", "sphinx-autodoc-typehints (>=3) testing = ["covdefaults (>=2.3)", "coverage (>=7.6.10)", "diff-cover (>=9.2.1)", "pytest (>=8.3.4)", "pytest-asyncio (>=0.25.2)", "pytest-cov (>=6)", "pytest-mock (>=3.14)", "pytest-timeout (>=2.3.1)", "virtualenv (>=20.28.1)"] typing = ["typing-extensions (>=4.12.2) ; python_version < \"3.11\""] +[[package]] +name = "humanize" +version = "4.14.0" +description = "Python humanize utilities" +optional = false +python-versions = ">=3.10" +groups = ["dev"] +files = [ + {file = "humanize-4.14.0-py3-none-any.whl", hash = "sha256:d57701248d040ad456092820e6fde56c930f17749956ac47f4f655c0c547bfff"}, + {file = "humanize-4.14.0.tar.gz", hash = "sha256:2fa092705ea640d605c435b1ca82b2866a1b601cdf96f076d70b79a855eba90d"}, +] + +[package.extras] +tests = ["freezegun", "pytest", "pytest-cov"] + [[package]] name = "idna" version = "3.10" @@ -244,25 +259,27 @@ all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2 [[package]] name = "nox" -version = "2025.5.1" +version = "2025.11.12" description = "Flexible test automation." optional = false python-versions = ">=3.8" groups = ["dev"] files = [ - {file = "nox-2025.5.1-py3-none-any.whl", hash = "sha256:56abd55cf37ff523c254fcec4d152ed51e5fe80e2ab8317221d8b828ac970a31"}, - {file = "nox-2025.5.1.tar.gz", hash = "sha256:2a571dfa7a58acc726521ac3cd8184455ebcdcbf26401c7b737b5bc6701427b2"}, + {file = "nox-2025.11.12-py3-none-any.whl", hash = "sha256:707171f9f63bc685da9d00edd8c2ceec8405b8e38b5fb4e46114a860070ef0ff"}, + {file = "nox-2025.11.12.tar.gz", hash = "sha256:3d317f9e61f49d6bde39cf2f59695bb4e1722960457eee3ae19dacfe03c07259"}, ] [package.dependencies] argcomplete = ">=1.9.4,<4" -attrs = ">=23.1" +attrs = ">=24.1" colorlog = ">=2.6.1,<7" dependency-groups = ">=1.1" -packaging = ">=20.9" -virtualenv = ">=20.14.1" +humanize = ">=4" +packaging = {version = ">=21", markers = "python_version >= \"3.10\""} +virtualenv = {version = ">=20.15", markers = "python_version >= \"3.10\""} [package.extras] +pbs = ["pbs-installer[all] (>=2025.1.6)"] tox-to-nox = ["importlib-resources ; python_version < \"3.9\"", "jinja2", "tox (>=4)"] uv = ["uv (>=0.1.6)"] @@ -457,4 +474,4 @@ requests = "*" [metadata] lock-version = "2.1" python-versions = ">=3.13" -content-hash = "385aa3bc7a2a3502c7957d0b46bfc308d485baa4a02f68f1876185540eddb0d0" +content-hash = "7eaa5a192fb5c56540ed91d1676f8c661a6d06725ba697ab6cb9accd2c8ca0e9" diff --git a/pyproject.toml b/pyproject.toml index 5665b3f..659c1fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,5 +25,5 @@ build-backend = "poetry.core.masonry.api" ap = "ap.main:main" [tool.poetry.group.dev.dependencies] -nox = "^2025.5.1" +nox = "^2025.11.12"