Skip to content

Commit 7ab94c1

Browse files
Bump the python-requirements group in /requirements with 3 updates
Bumps the python-requirements group in /requirements with 3 updates: [pytest](https://github.com/pytest-dev/pytest), [pallets-sphinx-themes](https://github.com/pallets/pallets-sphinx-themes) and [tox](https://github.com/tox-dev/tox). Updates `pytest` from 8.1.2 to 8.2.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.1.2...8.2.0) Updates `pallets-sphinx-themes` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/pallets/pallets-sphinx-themes/releases) - [Changelog](https://github.com/pallets/pallets-sphinx-themes/blob/main/CHANGES.rst) - [Commits](pallets/pallets-sphinx-themes@2.1.2...2.1.3) Updates `tox` from 4.14.2 to 4.15.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.14.2...4.15.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pallets-sphinx-themes dependency-type: direct:production 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 9779aa1 commit 7ab94c1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

requirements/dev.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ packaging==24.0
8282
# pytest
8383
# sphinx
8484
# tox
85-
pallets-sphinx-themes==2.1.2
85+
pallets-sphinx-themes==2.1.3
8686
# via -r docs.txt
8787
platformdirs==4.2.1
8888
# via
@@ -104,7 +104,7 @@ pyproject-api==1.6.1
104104
# via tox
105105
pyright==1.1.360
106106
# via -r typing.txt
107-
pytest==8.1.2
107+
pytest==8.2.0
108108
# via
109109
# -r tests.txt
110110
# -r typing.txt
@@ -152,7 +152,7 @@ sphinxcontrib-serializinghtml==1.1.10
152152
# via
153153
# -r docs.txt
154154
# sphinx
155-
tox==4.14.2
155+
tox==4.15.0
156156
# via -r dev.in
157157
typing-extensions==4.11.0
158158
# via

requirements/docs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ packaging==24.0
2626
# via
2727
# pallets-sphinx-themes
2828
# sphinx
29-
pallets-sphinx-themes==2.1.2
29+
pallets-sphinx-themes==2.1.3
3030
# via -r docs.in
3131
pygments==2.17.2
3232
# via sphinx

requirements/tests.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packaging==24.0
1010
# via pytest
1111
pluggy==1.5.0
1212
# via pytest
13-
pytest==8.1.2
13+
pytest==8.2.0
1414
# via
1515
# -r tests.in
1616
# pytest-asyncio

requirements/typing.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluggy==1.5.0
1818
# via pytest
1919
pyright==1.1.360
2020
# via -r typing.in
21-
pytest==8.1.2
21+
pytest==8.2.0
2222
# via -r typing.in
2323
typing-extensions==4.11.0
2424
# via mypy

0 commit comments

Comments
 (0)