From 8a97c45d549ff5822425270857f35949729434b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 18:04:08 +0000 Subject: [PATCH] build(deps): update psutil requirement from ~=5.9.8 to ~=6.0.0 Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.8...release-6.0.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ce5393b..c928e62 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,7 +5,7 @@ pymediainfo~=6.1.0 requests~=2.31.0 langcodes~=3.3.0 language-data~=1.2 -psutil~=5.9.8 +psutil~=6.0.0 pyparsebluray~=0.1.4 pyparsedvd~=0.0.3 pytimeconv~=0.0.2 diff --git a/requirements.txt b/requirements.txt index 26fa04c..d3cffdc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ language-data~=1.2 loguru~=0.7.2 lxml~=5.2.1 numpy~=1.26.4 -psutil~=5.9.8 +psutil~=6.0.0 pymediainfo~=6.1.0 pyparsebluray~=0.1.4 pyparsedvd~=0.0.3