Skip to content

Commit c10161b

Browse files
chore(deps): bump the pip group with 2 updates (#2730)
Bumps the pip group with 2 updates: [typer](https://github.com/fastapi/typer) and [psutil](https://github.com/giampaolo/psutil). Updates `typer` from 0.20.1 to 0.21.0 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.20.1...0.21.0) Updates `psutil` from 7.1.3 to 7.2.1 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@release-7.1.3...release-7.2.1) --- updated-dependencies: - dependency-name: typer dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: psutil dependency-version: 7.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 069c9e5 commit c10161b

File tree

2 files changed

+38
-36
lines changed

2 files changed

+38
-36
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ redis = ["redis>=5.0.0,<8.0.0"]
7878
otel = ["opentelemetry-sdk>=1.24.0,<2.0.0"]
7979

8080
cli = [
81-
"typer>=0.9,!=0.12,<=0.20.1",
81+
"typer>=0.9,!=0.12,<=0.21.0",
8282
"watchfiles>=0.15.0,<1.2.0"
8383
]
8484

@@ -142,7 +142,7 @@ testing = [
142142
"uvicorn>=0.34.3; python_version >= '3.9'",
143143
"uvicorn==0.33.0; python_version < '3.9'",
144144
"uvloop>=0.15.1; sys_platform != 'win32' and (sys_platform != 'cygwin' and platform_python_implementation != 'PyPy')",
145-
"psutil==7.1.3",
145+
"psutil==7.2.1",
146146
"prometheus-client>=0.20.0,<0.30.0",
147147
"opentelemetry-sdk>=1.24.0,<2.0.0",
148148
]

uv.lock

Lines changed: 36 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)