From b7f588becc9b7a44f2489433f62496a8cc3f7a16 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 21:40:19 +0000 Subject: [PATCH] chore(deps): update dependency nox to v2025.11.12 --- scripts/share_ad_job_state/poetry.lock | 31 ++++++++++++++++++----- scripts/share_ad_job_state/pyproject.toml | 2 +- 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a/scripts/share_ad_job_state/poetry.lock b/scripts/share_ad_job_state/poetry.lock index 650ad290..57b68886 100644 --- a/scripts/share_ad_job_state/poetry.lock +++ b/scripts/share_ad_job_state/poetry.lock @@ -347,6 +347,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.15.0" +description = "Python humanize utilities" +optional = false +python-versions = ">=3.10" +groups = ["dev"] +files = [ + {file = "humanize-4.15.0-py3-none-any.whl", hash = "sha256:b1186eb9f5a9749cd9cb8565aee77919dd7c8d076161cf44d70e59e3301e1769"}, + {file = "humanize-4.15.0.tar.gz", hash = "sha256:1dd098483eb1c7ee8e32eb2e99ad1910baefa4b75c3aff3a82f4d78688993b10"}, +] + +[package.extras] +tests = ["freezegun", "pytest", "pytest-cov"] + [[package]] name = "iniconfig" version = "2.1.0" @@ -408,25 +423,27 @@ files = [ [[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)"] @@ -647,4 +664,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "cf704f01a06a3d3a6a9093707e6f776f7ff1c391bbae543ccbeee8881ec67776" +content-hash = "dc0c825ede6c940c33b303d74eb7bd4138f299c618dfdc96674c97d9fc193075" diff --git a/scripts/share_ad_job_state/pyproject.toml b/scripts/share_ad_job_state/pyproject.toml index 61df224c..341f0eb3 100644 --- a/scripts/share_ad_job_state/pyproject.toml +++ b/scripts/share_ad_job_state/pyproject.toml @@ -16,7 +16,7 @@ tqdm = "^4.66.5" coverage = {extras = ["toml"], version = "^7.2.0"} pytest-cov = "^7.0.0" black = "25.1.0" -nox = "2025.5.1" +nox = "2025.11.12" isort = "^6.0.1"