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-packages group with 5 updates #215

Closed
wants to merge 1 commit into from
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/linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filelock==3.13.4
# via virtualenv
identify==2.5.35
# via pre-commit
mypy==1.10.1
mypy==1.11.0
# via -r requirements/linting.in
mypy-extensions==1.0.0
# via
Expand All @@ -34,7 +34,7 @@ pyupgrade==3.16.0
# via -r requirements/linting.in
pyyaml==6.0.1
# via pre-commit
ruff==0.5.2
ruff==0.5.4
# via -r requirements/linting.in
tokenize-rt==5.2.0
# via pyupgrade
Expand Down
2 changes: 1 addition & 1 deletion requirements/pyproject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pydantic-core==2.20.1
# via pydantic
sniffio==1.3.1
# via anyio
starlette==0.37.2
starlette==0.38.0
# via fastapi
typing-extensions==4.12.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ pluggy==1.5.0
# via pytest
pygments==2.17.2
# via rich
pytest==8.2.2
pytest==8.3.1
# via
# -r requirements/testing.in
# pytest-asyncio
# pytest-cov
# pytest-pretty
pytest-asyncio==0.23.7
pytest-asyncio==0.23.8
# via -r requirements/testing.in
pytest-cov==5.0.0
# via -r requirements/testing.in
Expand Down
Loading