From 39c0400bfaae827fab2c84987452a903e5e2b186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:33:03 +0000 Subject: [PATCH] build(deps-dev): bump types-psutil from 6.0.0.20240901 to 6.0.0.20241011 Bumps [types-psutil](https://github.com/python/typeshed) from 6.0.0.20240901 to 6.0.0.20241011. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-psutil dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 12d4641f..50d9f0d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4197,13 +4197,13 @@ files = [ [[package]] name = "types-psutil" -version = "6.0.0.20240901" +version = "6.0.0.20241011" description = "Typing stubs for psutil" optional = false python-versions = ">=3.8" files = [ - {file = "types-psutil-6.0.0.20240901.tar.gz", hash = "sha256:437affa76670363db9ffecfa4f153cc6900bf8a7072b3420f3bc07a593f92226"}, - {file = "types_psutil-6.0.0.20240901-py3-none-any.whl", hash = "sha256:20af311bfb0386a018a27ae47dc952119d7c0e849ff72b6aa24fc0433afb92a6"}, + {file = "types-psutil-6.0.0.20241011.tar.gz", hash = "sha256:5f5c71d02f7a018249d457e080f85966a31a8200644c5459f63cf02be1d85c04"}, + {file = "types_psutil-6.0.0.20241011-py3-none-any.whl", hash = "sha256:7ae5b398d6c0ae895ca3ca8a6a123ca05bb3b3d7297ff54981447300375a9c4e"}, ] [[package]] @@ -4686,4 +4686,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.13" -content-hash = "c84695c8ec738d2984f09f6b99f6f3b69ca40b78f0ccba59e373acb44096ae41" +content-hash = "b717c52b6cb1e15a4cbb2a5d731977c21d5535de70692613d38fb4b057c05669" diff --git a/pyproject.toml b/pyproject.toml index 4e9688c0..a4e42c6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ types-python-dateutil = "^2.9.0.20241003" types-beautifulsoup4 = "^4.12.0.20240907" types-Pillow = "^10.2.0.20240822" types-pytz = "^2024.2.0.20241003" -types-psutil = "^6.0.0.20240901" +types-psutil = "^6.0.0.20241011" [build-system] requires = ["poetry_core"]