Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump incremental from 22.10.0 to 24.7.2 #8815

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -234,6 +234,7 @@ tomli==2.0.1
# build
# cherry-picker
# coverage
# incremental
# mypy
# pip-tools
# pyproject-hooks
Expand Down Expand Up @@ -289,4 +290,5 @@ pip==23.2.1
setuptools==68.0.0
# via
# blockdiag
# incremental
# pip-tools
4 changes: 3 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -224,6 +224,7 @@ tomli==2.0.1
# build
# cherry-picker
# coverage
# incremental
# mypy
# pip-tools
# pyproject-hooks
Expand Down Expand Up @@ -280,5 +281,6 @@ pip==23.2.1
setuptools==68.0.0
# via
# blockdiag
# incremental
# nodeenv
# pip-tools
10 changes: 7 additions & 3 deletions requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
10 changes: 7 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Loading