From 4bab25717c1e9eac1e0181cb88beb5935757dedc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:03:31 +0000 Subject: [PATCH] Bump incremental from 22.10.0 to 24.7.2 (#8815) Bumps [incremental](https://github.com/twisted/incremental) from 22.10.0 to 24.7.2.
Changelog

Sourced from incremental's changelog.

Incremental 24.7.2 (2024-07-29)

Bugfixes

Incremental 24.7.1 (2024-07-27)

Bugfixes

Misc

Incremental 24.7.0 (2024-07-25)

Features

Bugfixes

Deprecations and Removals

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=incremental&package-manager=pip&previous-version=22.10.0&new-version=24.7.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/constraints.txt | 4 +++- requirements/dev.txt | 4 +++- requirements/doc-spelling.txt | 10 +++++++--- requirements/doc.txt | 10 +++++++--- 4 files changed, 20 insertions(+), 8 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index c9422ac7d86..5e1ac3999f4 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -101,7 +101,7 @@ importlib-metadata==7.0.0 # sphinx importlib-resources==6.1.1 # via towncrier -incremental==22.10.0 +incremental==24.7.2 # via towncrier iniconfig==1.1.1 # via pytest @@ -234,6 +234,7 @@ tomli==2.0.1 # build # cherry-picker # coverage + # incremental # mypy # pip-tools # pyproject-hooks @@ -289,4 +290,5 @@ pip==23.2.1 setuptools==68.0.0 # via # blockdiag + # incremental # pip-tools diff --git a/requirements/dev.txt b/requirements/dev.txt index c52e9d42cd8..afa5b28559c 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -99,7 +99,7 @@ importlib-metadata==7.0.0 # sphinx importlib-resources==6.1.1 # via towncrier -incremental==22.10.0 +incremental==24.7.2 # via towncrier iniconfig==2.0.0 # via pytest @@ -224,6 +224,7 @@ tomli==2.0.1 # build # cherry-picker # coverage + # incremental # mypy # pip-tools # pyproject-hooks @@ -280,5 +281,6 @@ pip==23.2.1 setuptools==68.0.0 # via # blockdiag + # incremental # nodeenv # pip-tools diff --git a/requirements/doc-spelling.txt b/requirements/doc-spelling.txt index 3bb07da4364..a5e70f9a9d2 100644 --- a/requirements/doc-spelling.txt +++ b/requirements/doc-spelling.txt @@ -30,7 +30,7 @@ importlib-metadata==6.8.0 # via sphinx importlib-resources==6.1.1 # via towncrier -incremental==22.10.0 +incremental==24.7.2 # via towncrier jinja2==3.1.4 # via @@ -79,7 +79,9 @@ sphinxcontrib-spelling==8.0.0 ; platform_system != "Windows" sphinxcontrib-towncrier==0.4.0a0 # via -r requirements/doc.in tomli==2.0.1 - # via towncrier + # via + # incremental + # towncrier towncrier==23.11.0 # via # -r requirements/doc.in @@ -95,4 +97,6 @@ zipp==3.20.0 # The following packages are considered to be unsafe in a requirements file: setuptools==68.0.0 - # via blockdiag + # via + # blockdiag + # incremental diff --git a/requirements/doc.txt b/requirements/doc.txt index e6b913198f0..1d0cc15cb21 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -30,7 +30,7 @@ importlib-metadata==6.8.0 # via sphinx importlib-resources==6.1.1 # via towncrier -incremental==22.10.0 +incremental==24.7.2 # via towncrier jinja2==3.1.4 # via @@ -74,7 +74,9 @@ sphinxcontrib-serializinghtml==1.1.5 sphinxcontrib-towncrier==0.4.0a0 # via -r requirements/doc.in tomli==2.0.1 - # via towncrier + # via + # incremental + # towncrier towncrier==23.11.0 # via # -r requirements/doc.in @@ -90,4 +92,6 @@ zipp==3.20.0 # The following packages are considered to be unsafe in a requirements file: setuptools==68.0.0 - # via blockdiag + # via + # blockdiag + # incremental