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 across 1 directory with 14 updates #243

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
12 changes: 6 additions & 6 deletions requirements/linting.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements/linting.in -o requirements/linting.txt
black==24.4.2
black==24.10.0
# via -r requirements/linting.in
cfgv==3.4.0
# via pre-commit
Expand All @@ -12,7 +12,7 @@ filelock==3.13.4
# via virtualenv
identify==2.5.35
# via pre-commit
mypy==1.10.1
mypy==1.13.0
# via -r requirements/linting.in
mypy-extensions==1.0.0
# via
Expand All @@ -28,15 +28,15 @@ platformdirs==4.2.0
# via
# black
# virtualenv
pre-commit==3.7.1
pre-commit==4.0.1
# via -r requirements/linting.in
pyupgrade==3.16.0
pyupgrade==3.19.0
# via -r requirements/linting.in
pyyaml==6.0.1
# via pre-commit
ruff==0.5.2
ruff==0.8.0
# via -r requirements/linting.in
tokenize-rt==5.2.0
tokenize-rt==6.1.0
# via pyupgrade
typing-extensions==4.11.0
# via mypy
Expand Down
12 changes: 6 additions & 6 deletions requirements/pyproject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
# uv pip compile pyproject.toml -o requirements/pyproject.txt
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
anyio==4.6.2.post1
# via starlette
fastapi==0.111.1
idna==3.7
fastapi==0.115.5
idna==3.10
# via anyio
pydantic==2.8.2
pydantic==2.10.1
# via fastapi
pydantic-core==2.20.1
pydantic-core==2.27.1
# via pydantic
sniffio==1.3.1
# via anyio
starlette==0.37.2
starlette==0.41.3
# via fastapi
typing-extensions==4.12.2
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
coverage[toml]==7.4.4
coverage[toml]==7.6.8
# via pytest-cov
idna==3.7
# via requests
Expand All @@ -20,15 +20,15 @@ pluggy==1.5.0
# via pytest
pygments==2.17.2
# via rich
pytest==8.2.2
pytest==8.3.3
# via
# -r requirements/testing.in
# pytest-asyncio
# pytest-cov
# pytest-pretty
pytest-asyncio==0.23.7
pytest-asyncio==0.24.0
# via -r requirements/testing.in
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/testing.in
pytest-pretty==1.2.0
# via -r requirements/testing.in
Expand Down
Loading