Skip to content

Commit 82dfdc6

Browse files
Bump the python-requirements group in /requirements with 3 updates
Bumps the python-requirements group in /requirements with 3 updates: [pyright](https://github.com/RobertCraigie/pyright-python), [pytest](https://github.com/pytest-dev/pytest) and [pre-commit](https://github.com/pre-commit/pre-commit). Updates `pyright` from 1.1.360 to 1.1.365 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.360...v1.1.365) Updates `pytest` from 8.2.0 to 8.2.1 - [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.2.0...8.2.1) Updates `pre-commit` from 3.7.0 to 3.7.1 - [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.7.0...v3.7.1) --- updated-dependencies: - 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-patch dependency-group: python-requirements - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4cd51bb commit 82dfdc6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,17 @@ pluggy==1.5.0
9494
# -r typing.txt
9595
# pytest
9696
# tox
97-
pre-commit==3.7.0
97+
pre-commit==3.7.1
9898
# via -r dev.in
9999
pygments==2.17.2
100100
# via
101101
# -r docs.txt
102102
# sphinx
103103
pyproject-api==1.6.1
104104
# via tox
105-
pyright==1.1.360
105+
pyright==1.1.365
106106
# via -r typing.txt
107-
pytest==8.2.0
107+
pytest==8.2.1
108108
# via
109109
# -r tests.txt
110110
# -r typing.txt

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.2.0
13+
pytest==8.2.1
1414
# via -r tests.in

requirements/typing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ packaging==24.0
1616
# via pytest
1717
pluggy==1.5.0
1818
# via pytest
19-
pyright==1.1.360
19+
pyright==1.1.365
2020
# via -r typing.in
21-
pytest==8.2.0
21+
pytest==8.2.1
2222
# via -r typing.in
2323
typing-extensions==4.11.0
2424
# via mypy

0 commit comments

Comments
 (0)