Skip to content

Commit b766cbd

Browse files
Bump the python-requirements group in /requirements with 8 updates
Bumps the python-requirements group in /requirements with 8 updates: | Package | From | To | | --- | --- | --- | | [build](https://github.com/pypa/build) | `1.0.3` | `1.1.1` | | [sphinx-issues](https://github.com/sloria/sphinx-issues) | `3.0.1` | `4.0.0` | | [sphinx-tabs](https://github.com/executablebooks/sphinx-tabs) | `3.4.4` | `3.4.5` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.343` | `1.1.352` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.3` | `8.0.2` | | [pip-tools](https://github.com/jazzband/pip-tools) | `7.3.0` | `7.4.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.6.0` | `3.6.2` | | [tox](https://github.com/tox-dev/tox) | `4.11.4` | `4.13.0` | Updates `build` from 1.0.3 to 1.1.1 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.0.3...1.1.1) Updates `sphinx-issues` from 3.0.1 to 4.0.0 - [Commits](sloria/sphinx-issues@3.0.1...4.0.0) Updates `sphinx-tabs` from 3.4.4 to 3.4.5 - [Release notes](https://github.com/executablebooks/sphinx-tabs/releases) - [Changelog](https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md) - [Commits](executablebooks/sphinx-tabs@v3.4.4...v3.4.5) Updates `pyright` from 1.1.343 to 1.1.352 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.343...v1.1.352) Updates `pytest` from 7.4.3 to 8.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.3...8.0.2) Updates `pip-tools` from 7.3.0 to 7.4.0 - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md) - [Commits](jazzband/pip-tools@7.3.0...7.4.0) Updates `pre-commit` from 3.6.0 to 3.6.2 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v3.6.0...v3.6.2) Updates `tox` from 4.11.4 to 4.13.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.11.4...4.13.0) --- updated-dependencies: - dependency-name: build dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: sphinx-issues dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: sphinx-tabs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: pip-tools dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cab9483 commit b766cbd

File tree

5 files changed

+16
-14
lines changed

5 files changed

+16
-14
lines changed

requirements/build.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile build.in
66
#
7-
build==1.0.3
7+
build==1.1.1
88
# via -r build.in
99
packaging==23.2
1010
# via build

requirements/dev.txt

+11-9
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ alabaster==0.7.13
88
# via sphinx
99
babel==2.14.0
1010
# via sphinx
11-
build==1.0.3
11+
build==1.1.1
1212
# via pip-tools
1313
cachetools==5.3.2
1414
# via tox
@@ -64,7 +64,7 @@ packaging==23.2
6464
# tox
6565
pallets-sphinx-themes==2.1.1
6666
# via -r docs.in
67-
pip-tools==7.3.0
67+
pip-tools==7.4.0
6868
# via -r dev.in
6969
platformdirs==4.1.0
7070
# via
@@ -74,7 +74,7 @@ pluggy==1.3.0
7474
# via
7575
# pytest
7676
# tox
77-
pre-commit==3.6.0
77+
pre-commit==3.6.2
7878
# via -r dev.in
7979
pygments==2.17.2
8080
# via
@@ -83,10 +83,12 @@ pygments==2.17.2
8383
pyproject-api==1.6.1
8484
# via tox
8585
pyproject-hooks==1.0.0
86-
# via build
87-
pyright==1.1.343
86+
# via
87+
# build
88+
# pip-tools
89+
pyright==1.1.352
8890
# via -r typing.in
89-
pytest==7.4.3
91+
pytest==8.0.2
9092
# via -r tests.in
9193
pyyaml==6.0.1
9294
# via pre-commit
@@ -106,9 +108,9 @@ sphinx==7.2.6
106108
# sphinxcontrib-log-cabinet
107109
# sphinxcontrib-qthelp
108110
# sphinxcontrib-serializinghtml
109-
sphinx-issues==3.0.1
111+
sphinx-issues==4.0.0
110112
# via -r docs.in
111-
sphinx-tabs==3.4.4
113+
sphinx-tabs==3.4.5
112114
# via -r docs.in
113115
sphinxcontrib-applehelp==1.0.7
114116
# via sphinx
@@ -124,7 +126,7 @@ sphinxcontrib-qthelp==1.0.6
124126
# via sphinx
125127
sphinxcontrib-serializinghtml==1.1.9
126128
# via sphinx
127-
tox==4.11.4
129+
tox==4.13.0
128130
# via -r dev.in
129131
typing-extensions==4.9.0
130132
# via mypy

requirements/docs.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ sphinx==7.2.6
5050
# sphinxcontrib-log-cabinet
5151
# sphinxcontrib-qthelp
5252
# sphinxcontrib-serializinghtml
53-
sphinx-issues==3.0.1
53+
sphinx-issues==4.0.0
5454
# via -r docs.in
55-
sphinx-tabs==3.4.4
55+
sphinx-tabs==3.4.5
5656
# via -r docs.in
5757
sphinxcontrib-applehelp==1.0.7
5858
# via sphinx

requirements/tests.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ packaging==23.2
1010
# via pytest
1111
pluggy==1.3.0
1212
# via pytest
13-
pytest==7.4.3
13+
pytest==8.0.2
1414
# via -r tests.in

requirements/typing.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mypy-extensions==1.0.0
1010
# via mypy
1111
nodeenv==1.8.0
1212
# via pyright
13-
pyright==1.1.343
13+
pyright==1.1.352
1414
# via -r typing.in
1515
typing-extensions==4.9.0
1616
# via mypy

0 commit comments

Comments
 (0)