Skip to content

Commit a047335

Browse files
Update psutil requirement from >=7.2.0 to >=7.2.2
Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. - [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst) - [Commits](giampaolo/psutil@v7.2.0...v7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 00314eb commit a047335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
]
4444

4545
[project.optional-dependencies]
46-
psutil = ["psutil>=7.2.0"]
46+
psutil = ["psutil>=7.2.2"]
4747
celery = ["celery>=5.6.3"]
4848
kafka = ["confluent-kafka>=2.14.0"]
4949
rabbitmq = ["aio-pika>=9.6.2"]

0 commit comments

Comments
 (0)