Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the python-requirements group in /requirements with 2 updates #2492

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ mccabe==0.7.0
# -r typing.txt
# flake8
# pylint
mypy==1.11.0
mypy==1.11.1
# via -r typing.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -188,7 +188,7 @@ pylint==3.2.6
# -r typing.txt
pyproject-api==1.7.1
# via tox
pyright==1.1.373
pyright==1.1.374
# via -r typing.txt
pytest==8.3.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mccabe==0.7.0
# via
# flake8
# pylint
mypy==1.11.0
mypy==1.11.1
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -60,7 +60,7 @@ pyflakes==3.2.0
# via flake8
pylint==3.2.6
# via -r tests.in
pyright==1.1.373
pyright==1.1.374
# via -r typing.in
pytest==8.3.2
# via
Expand Down