diff --git a/CHANGELOG.md b/CHANGELOG.md index e99493467..efb325f60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,7 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump sphinxcontrib-bibtex from 2.6.5 to 2.7.0 ([#1057](https://github.com/alpha-unito/streamflow/pull/1057)) - Bump types-cachetools from 6.2.0.20260408 to 7.0.0.20260503 ([#1052](https://github.com/alpha-unito/streamflow/pull/1052)) - Bump types-jsonschema from 4.26.0.20260408 to 4.26.0.20260508 ([#1062](https://github.com/alpha-unito/streamflow/pull/1062)) -- Bump types-psutil from 7.2.2.20260408 to 7.2.2.20260508 ([#1061](https://github.com/alpha-unito/streamflow/pull/1061)) +- Bump types-psutil from 7.2.2.20260408 to 7.2.2.20260518 ([#1061](https://github.com/alpha-unito/streamflow/pull/1061), [#1072](https://github.com/alpha-unito/streamflow/pull/1072)) ## [0.2.0rc2] - 2026-04-23 diff --git a/pyproject.toml b/pyproject.toml index ce8104f93..bc7da7ed3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ typing = [ "types-antlr4-python3-runtime==4.13.0.20260408", "types-cachetools==7.0.0.20260503", "types-jsonschema==4.26.0.20260508", - "types-psutil==7.2.2.20260508", + "types-psutil==7.2.2.20260518", "types-PyYAML==6.0.12.20250915" ] diff --git a/uv.lock b/uv.lock index d1121e868..f46b8eb83 100644 --- a/uv.lock +++ b/uv.lock @@ -3479,7 +3479,7 @@ dev = [ { name = "types-antlr4-python3-runtime", specifier = "==4.13.0.20260408" }, { name = "types-cachetools", specifier = "==7.0.0.20260503" }, { name = "types-jsonschema", specifier = "==4.26.0.20260508" }, - { name = "types-psutil", specifier = "==7.2.2.20260508" }, + { name = "types-psutil", specifier = "==7.2.2.20260518" }, { name = "types-pyyaml", specifier = "==6.0.12.20250915" }, ] docs = [ @@ -3510,7 +3510,7 @@ typing = [ { name = "types-antlr4-python3-runtime", specifier = "==4.13.0.20260408" }, { name = "types-cachetools", specifier = "==7.0.0.20260503" }, { name = "types-jsonschema", specifier = "==4.26.0.20260508" }, - { name = "types-psutil", specifier = "==7.2.2.20260508" }, + { name = "types-psutil", specifier = "==7.2.2.20260518" }, { name = "types-pyyaml", specifier = "==6.0.12.20250915" }, ] @@ -3604,11 +3604,11 @@ wheels = [ [[package]] name = "types-psutil" -version = "7.2.2.20260508" +version = "7.2.2.20260518" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/70/cc/5ac56357b08655ff93106d6391b72d50c47416a044041312550bcd806827/types_psutil-7.2.2.20260508.tar.gz", hash = "sha256:8cfd8339f5e898570f80486423e65d87558d89d0181bf723d20ac5e778fe218e", size = 26575, upload-time = "2026-05-08T04:46:48.388Z" } +sdist = { url = "https://files.pythonhosted.org/packages/cb/f1/6901857281d4e8d792492e1495eef6f4f01318a3b6a066486d81000a4511/types_psutil-7.2.2.20260518.tar.gz", hash = "sha256:9f825f631463a5b4d26f19f63aebc9ec25f01140d655026f3ad8a67841f9b331", size = 26660, upload-time = "2026-05-18T06:05:09.389Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/18/44/4467583df75313c28abaadfab12f102fba9db7285323e75601acf936d996/types_psutil-7.2.2.20260508-py3-none-any.whl", hash = "sha256:b142452e0953f2d07dbdbb98d81f3a629f5906cc2d94bb7e34da0fba55fbab4a", size = 32777, upload-time = "2026-05-08T04:46:46.972Z" }, + { url = "https://files.pythonhosted.org/packages/cd/eb/f726339668879819599c74c2e1f0cab760912a4159046942bdae2ad37bd6/types_psutil-7.2.2.20260518-py3-none-any.whl", hash = "sha256:6a3d697665754a60d7b5a41d5a2cff12b53f5e0676d77810cd28ba5e14cb4049", size = 32820, upload-time = "2026-05-18T06:05:08.321Z" }, ] [[package]]