Skip to content

Commit

Permalink
Bump psutil from 5.9.8 to 6.1.0 (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 7d37e44 commit 1c2cbcd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 23 deletions.
46 changes: 24 additions & 22 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ python = "^3.8"
fastapi = ">=0.89,<1.0"
pydantic = ">1.0, <3.0"
sqlalchemy = { version = ">=1.4,<3.0", optional = true }
psutil = "^5"
psutil = ">=5,<7"
pydantic-settings = { version= "^2.0.1", optional = true }
typing-inspect = { version = "^0.9.0", optional = true}

Expand Down

0 comments on commit 1c2cbcd

Please sign in to comment.