From beab6aa3435bbb1272ba80f59383655b34862e1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:23:13 +0000 Subject: [PATCH] build(deps): bump the all-dependencies group across 3 directories with 2 updates Bumps the all-dependencies group with 1 update in the /historian directory: [pika](https://github.com/pika/pika). Bumps the all-dependencies group with 1 update in the /monitor directory: [packaging](https://github.com/pypa/packaging). Bumps the all-dependencies group with 1 update in the /summary directory: [packaging](https://github.com/pypa/packaging). Updates `pika` from 1.4.2 to 1.4.4 - [Release notes](https://github.com/pika/pika/releases) - [Changelog](https://github.com/pika/pika/blob/1.4.4/CHANGELOG.md) - [Commits](https://github.com/pika/pika/compare/1.4.2...1.4.4) Updates `packaging` from 26.2 to 26.3 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/26.2...26.3) Updates `packaging` from 26.2 to 26.3 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/26.2...26.3) --- updated-dependencies: - dependency-name: pika dependency-version: 1.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: packaging dependency-version: '26.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: packaging dependency-version: '26.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- historian/pyproject.toml | 2 +- historian/uv.lock | 8 ++++---- monitor/pyproject.toml | 2 +- monitor/uv.lock | 8 ++++---- summary/pyproject.toml | 2 +- summary/uv.lock | 8 ++++---- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/historian/pyproject.toml b/historian/pyproject.toml index 6572aefe4..fa436a0d2 100644 --- a/historian/pyproject.toml +++ b/historian/pyproject.toml @@ -9,7 +9,7 @@ requires-python = ">=3.10" dependencies = [ "inotify>=0.2.12", - "pika>=1.4.2", + "pika>=1.4.4", "pyln-client>=25.9.3", "python-dotenv>=1.1.0", "sqlalchemy>=2.0.51", diff --git a/historian/uv.lock b/historian/uv.lock index 508d865fc..f9c9ab1fb 100644 --- a/historian/uv.lock +++ b/historian/uv.lock @@ -606,7 +606,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "inotify", specifier = ">=0.2.12" }, - { name = "pika", specifier = ">=1.4.2" }, + { name = "pika", specifier = ">=1.4.4" }, { name = "pyln-client", specifier = ">=25.9.3" }, { name = "python-dotenv", specifier = ">=1.1.0" }, { name = "sqlalchemy", specifier = ">=2.0.51" }, @@ -827,11 +827,11 @@ wheels = [ [[package]] name = "pika" -version = "1.4.2" +version = "1.4.4" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/5c/06/a5e4589eccb22be5790bf1327e20c5387b64327daa40c4d857cf9265ec3c/pika-1.4.2.tar.gz", hash = "sha256:48d1f50297e76be4fc798fd5232d4d532d7a4758e51f7c0ae6c4004b9808a26b", size = 154365, upload-time = "2026-07-23T02:11:26.003Z" } +sdist = { url = "https://files.pythonhosted.org/packages/7f/26/54e0b98a7f60b474cb0a6c05ecf048d4bc8c866e10ab1c82bc83865e7421/pika-1.4.4.tar.gz", hash = "sha256:8cfc8b33a5cb16e733bd60cffca9732c0d1d761ecd80a89f34ed7df2cd38d6d6", size = 154713, upload-time = "2026-08-06T21:33:39.836Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/d0/82/3b047c707700e08539cde489475eb5eaca13550599baaa17a8da038003e7/pika-1.4.2-py3-none-any.whl", hash = "sha256:b1df7389cdffaa45856bd01ade4e81bd488e0e199c443faf0c7bea89015f373f", size = 165087, upload-time = "2026-07-23T02:11:24.712Z" }, + { url = "https://files.pythonhosted.org/packages/7c/f3/921170b78779ac3f8b405cb28fce88acca1562ac114072cbf0a115e19bb9/pika-1.4.4-py3-none-any.whl", hash = "sha256:48de960c97a93b55db06b8be4c53eb977c9c8a2754c57cdae9097abcbd70ce04", size = 165275, upload-time = "2026-08-06T21:33:38.449Z" }, ] [[package]] diff --git a/monitor/pyproject.toml b/monitor/pyproject.toml index 286c50a5e..ed7abf884 100644 --- a/monitor/pyproject.toml +++ b/monitor/pyproject.toml @@ -5,7 +5,7 @@ description = "Monitors the health of your peers and helps you to decide if you readme = "README.md" requires-python = ">=3.10" -dependencies = ["pyln-client>=25.9.3", "packaging>=26.2"] +dependencies = ["pyln-client>=25.9.3", "packaging>=26.3"] [dependency-groups] dev = [ diff --git a/monitor/uv.lock b/monitor/uv.lock index 9f5dc0c5e..97d0c22ea 100644 --- a/monitor/uv.lock +++ b/monitor/uv.lock @@ -697,7 +697,7 @@ dev = [ [package.metadata] requires-dist = [ - { name = "packaging", specifier = ">=26.2" }, + { name = "packaging", specifier = ">=26.3" }, { name = "pyln-client", specifier = ">=25.9.3" }, ] @@ -722,11 +722,11 @@ wheels = [ [[package]] name = "packaging" -version = "26.2" +version = "26.3" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/d7/f1/e7a6dd94a8d4a5626c03e4e99c87f241ba9e350cd9e6d75123f992427270/packaging-26.2.tar.gz", hash = "sha256:ff452ff5a3e828ce110190feff1178bb1f2ea2281fa2075aadb987c2fb221661", size = 228134, upload-time = "2026-04-24T20:15:23.917Z" } +sdist = { url = "https://files.pythonhosted.org/packages/7d/fa/3944b40b07da9ce895c0e6303a5ab7d53da063554f534556b134a54d6093/packaging-26.3.tar.gz", hash = "sha256:94edc256424af38762eb31306eed28beb9f0efc50a8837492c9d6fd6004aed79", size = 313412, upload-time = "2026-08-04T18:15:28.737Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/df/b2/87e62e8c3e2f4b32e5fe99e0b86d576da1312593b39f47d8ceef365e95ed/packaging-26.2-py3-none-any.whl", hash = "sha256:5fc45236b9446107ff2415ce77c807cee2862cb6fac22b8a73826d0693b0980e", size = 100195, upload-time = "2026-04-24T20:15:22.081Z" }, + { url = "https://files.pythonhosted.org/packages/63/34/ba1c580383c9eada3711951fef0795c80b829a078d72188184bcab9dd527/packaging-26.3-py3-none-any.whl", hash = "sha256:d7193f7c8e4e93f444fde0262bf90af30e16fa0ad0ad44cb553c87339b23cd1c", size = 129956, upload-time = "2026-08-04T18:15:27.159Z" }, ] [[package]] diff --git a/summary/pyproject.toml b/summary/pyproject.toml index a380e3a93..40bba125a 100644 --- a/summary/pyproject.toml +++ b/summary/pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">=3.10" dependencies = [ "pyln-client>=25.9.3", "requests[socks]>=2.34.2", - "packaging>=26.2", + "packaging>=26.3", ] [dependency-groups] diff --git a/summary/uv.lock b/summary/uv.lock index 1a8732ec8..aceb99a17 100644 --- a/summary/uv.lock +++ b/summary/uv.lock @@ -708,11 +708,11 @@ wheels = [ [[package]] name = "packaging" -version = "26.2" +version = "26.3" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/d7/f1/e7a6dd94a8d4a5626c03e4e99c87f241ba9e350cd9e6d75123f992427270/packaging-26.2.tar.gz", hash = "sha256:ff452ff5a3e828ce110190feff1178bb1f2ea2281fa2075aadb987c2fb221661", size = 228134, upload-time = "2026-04-24T20:15:23.917Z" } +sdist = { url = "https://files.pythonhosted.org/packages/7d/fa/3944b40b07da9ce895c0e6303a5ab7d53da063554f534556b134a54d6093/packaging-26.3.tar.gz", hash = "sha256:94edc256424af38762eb31306eed28beb9f0efc50a8837492c9d6fd6004aed79", size = 313412, upload-time = "2026-08-04T18:15:28.737Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/df/b2/87e62e8c3e2f4b32e5fe99e0b86d576da1312593b39f47d8ceef365e95ed/packaging-26.2-py3-none-any.whl", hash = "sha256:5fc45236b9446107ff2415ce77c807cee2862cb6fac22b8a73826d0693b0980e", size = 100195, upload-time = "2026-04-24T20:15:22.081Z" }, + { url = "https://files.pythonhosted.org/packages/63/34/ba1c580383c9eada3711951fef0795c80b829a078d72188184bcab9dd527/packaging-26.3-py3-none-any.whl", hash = "sha256:d7193f7c8e4e93f444fde0262bf90af30e16fa0ad0ad44cb553c87339b23cd1c", size = 129956, upload-time = "2026-08-04T18:15:27.159Z" }, ] [[package]] @@ -1262,7 +1262,7 @@ dev = [ [package.metadata] requires-dist = [ - { name = "packaging", specifier = ">=26.2" }, + { name = "packaging", specifier = ">=26.3" }, { name = "pyln-client", specifier = ">=25.9.3" }, { name = "requests", extras = ["socks"], specifier = ">=2.34.2" }, ]