Skip to content

Commit 008c7d4

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.1 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.1...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 34071ad commit 008c7d4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
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.1
107+
pytest==8.2.0
108108
# via
109109
# -r tests.txt
110110
# -r typing.txt
@@ -149,7 +149,7 @@ sphinxcontrib-serializinghtml==1.1.10
149149
# via
150150
# -r docs.txt
151151
# sphinx
152-
tox==4.14.2
152+
tox==4.15.0
153153
# via -r dev.in
154154
typing-extensions==4.11.0
155155
# via

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ packaging==24.0
1010
# via pytest
1111
pluggy==1.5.0
1212
# via pytest
13-
pytest==8.1.1
13+
pytest==8.2.0
1414
# via -r tests.in

requirements/typing.txt

Lines changed: 1 addition & 1 deletion
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.1
21+
pytest==8.2.0
2222
# via -r typing.in
2323
typing-extensions==4.11.0
2424
# via mypy

0 commit comments

Comments
 (0)