Skip to content

Commit 38a42f1

Browse files
Bump psutil from 5.9.8 to 6.1.0
Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.8 to 6.1.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@release-5.9.8...release-6.1.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d37e44 commit 38a42f1

File tree

2 files changed

+25
-23
lines changed

2 files changed

+25
-23
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ python = "^3.8"
4444
fastapi = ">=0.89,<1.0"
4545
pydantic = ">1.0, <3.0"
4646
sqlalchemy = { version = ">=1.4,<3.0", optional = true }
47-
psutil = "^5"
47+
psutil = ">=5,<7"
4848
pydantic-settings = { version= "^2.0.1", optional = true }
4949
typing-inspect = { version = "^0.9.0", optional = true}
5050

0 commit comments

Comments
 (0)