Skip to content

Commit 5671a92

Browse files
Bump the python-requirements group across 1 directory with 4 updates
Bumps the python-requirements group with 4 updates in the /requirements directory: [build](https://github.com/pypa/build), [pytest](https://github.com/pytest-dev/pytest), [mypy](https://github.com/python/mypy) and [pyright](https://github.com/RobertCraigie/pyright-python). Updates `build` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.2.1...1.2.2) Updates `pytest` from 8.3.2 to 8.3.3 - [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.3.2...8.3.3) Updates `mypy` from 1.11.1 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.1...v1.11.2) Updates `pyright` from 1.1.374 to 1.1.382.post1 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.374...v1.1.382.post1) --- updated-dependencies: - dependency-name: build 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: mypy 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad63239 commit 5671a92

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

requirements/build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile build.in
66
#
7-
build==1.2.1
7+
build==1.2.2
88
# via -r build.in
99
importlib-metadata==7.1.0
1010
# via build

requirements/dev.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ markupsafe==2.1.5
108108
# -r typing.txt
109109
# jinja2
110110
# werkzeug
111-
mypy==1.11.1
111+
mypy==1.11.2
112112
# via -r typing.txt
113113
mypy-extensions==1.0.0
114114
# via
@@ -150,9 +150,9 @@ pygments==2.18.0
150150
# sphinx
151151
pyproject-api==1.6.1
152152
# via tox
153-
pyright==1.1.374
153+
pyright==1.1.382.post1
154154
# via -r typing.txt
155-
pytest==8.3.2
155+
pytest==8.3.3
156156
# via
157157
# -r tests.txt
158158
# -r typing.txt
@@ -231,6 +231,7 @@ typing-extensions==4.11.0
231231
# -r tests.txt
232232
# -r typing.txt
233233
# mypy
234+
# pyright
234235
# sqlalchemy
235236
urllib3==2.2.2
236237
# via

requirements/tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pluggy==1.5.0
3434
# via pytest
3535
pygments==2.18.0
3636
# via -r tests.in
37-
pytest==8.3.2
37+
pytest==8.3.3
3838
# via -r tests.in
3939
sqlalchemy==2.0.29
4040
# via flask-sqlalchemy

requirements/typing.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ markupsafe==2.1.5
2828
# via
2929
# jinja2
3030
# werkzeug
31-
mypy==1.11.1
31+
mypy==1.11.2
3232
# via -r typing.in
3333
mypy-extensions==1.0.0
3434
# via mypy
@@ -38,9 +38,9 @@ packaging==24.0
3838
# via pytest
3939
pluggy==1.5.0
4040
# via pytest
41-
pyright==1.1.374
41+
pyright==1.1.382.post1
4242
# via -r typing.in
43-
pytest==8.3.2
43+
pytest==8.3.3
4444
# via -r typing.in
4545
sqlalchemy==2.0.29
4646
# via flask-sqlalchemy
@@ -57,6 +57,7 @@ types-setuptools==69.5.0.20240423
5757
typing-extensions==4.11.0
5858
# via
5959
# mypy
60+
# pyright
6061
# sqlalchemy
6162
werkzeug==3.0.3
6263
# via flask

0 commit comments

Comments
 (0)