From c70d4bfe1df64c35121fb9d72a1a7494347e53d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 22:35:17 +0000 Subject: [PATCH] chore(deps): bump the arf-python group in /ARF with 10 updates Updates the requirements on [numpy](https://github.com/numpy/numpy), [sentence-transformers](https://github.com/huggingface/sentence-transformers), [torch](https://github.com/pytorch/pytorch), [pytest](https://github.com/pytest-dev/pytest), [typer](https://github.com/fastapi/typer), [rich](https://github.com/Textualize/rich), [aiohttp](https://github.com/aio-libs/aiohttp), [websockets](https://github.com/python-websockets/websockets), [pynacl](https://github.com/pyca/pynacl) and [blake3](https://github.com/oconnor663/blake3-py) to permit the latest version. Updates `numpy` to 2.2.6 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.24.0...v2.2.6) Updates `sentence-transformers` to 6.0.0 - [Release notes](https://github.com/huggingface/sentence-transformers/releases) - [Commits](https://github.com/huggingface/sentence-transformers/compare/v2.2.0...v6.0.0) Updates `torch` to 2.13.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/ciflow/torchtitan/166063...v2.13.0) Updates `pytest` to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.0.0...9.1.1) Updates `typer` to 0.27.1 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.9.0...0.27.1) Updates `rich` to 15.0.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/main/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.0.0...v15.0.0) Updates `aiohttp` to 3.14.3 - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.13.0...v3.14.3) Updates `websockets` to 16.1.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/10.0...16.1.1) Updates `pynacl` to 1.6.2 - [Changelog](https://github.com/pyca/pynacl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pynacl/compare/1.6.0...1.6.2) Updates `blake3` to 1.0.9 - [Release notes](https://github.com/oconnor663/blake3-py/releases) - [Changelog](https://github.com/oconnor663/blake3-py/blob/master/release.md) - [Commits](https://github.com/oconnor663/blake3-py/compare/1.0.8...1.0.9) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production dependency-group: arf-python - dependency-name: sentence-transformers dependency-version: 6.0.0 dependency-type: direct:production dependency-group: arf-python - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:production dependency-group: arf-python - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production dependency-group: arf-python - dependency-name: typer dependency-version: 0.27.1 dependency-type: direct:production dependency-group: arf-python - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:production dependency-group: arf-python - dependency-name: aiohttp dependency-version: 3.14.3 dependency-type: direct:production dependency-group: arf-python - dependency-name: websockets dependency-version: 16.1.1 dependency-type: direct:production dependency-group: arf-python - dependency-name: pynacl dependency-version: 1.6.2 dependency-type: direct:production dependency-group: arf-python - dependency-name: blake3 dependency-version: 1.0.9 dependency-type: direct:production dependency-group: arf-python ... Signed-off-by: dependabot[bot] --- ARF/pwnies/requirements_swarm.txt | 4 ++-- ARF/requirements.txt | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ARF/pwnies/requirements_swarm.txt b/ARF/pwnies/requirements_swarm.txt index f5251cff..23d6dc78 100644 --- a/ARF/pwnies/requirements_swarm.txt +++ b/ARF/pwnies/requirements_swarm.txt @@ -2,8 +2,8 @@ # FLOSSI0ULLK Implementation # Core dependencies -aiohttp>=3.9.0 -numpy>=1.24.0 +aiohttp>=3.14.3 +numpy>=2.2.6 # Optional: For better embedding models (replace simple fallback) # sentence-transformers>=2.2.0 diff --git a/ARF/requirements.txt b/ARF/requirements.txt index 52aed681..ee289173 100644 --- a/ARF/requirements.txt +++ b/ARF/requirements.txt @@ -1,11 +1,11 @@ -numpy>=1.24.0 -sentence-transformers>=2.2.0 -torch>=2.0.0 -pytest>=7.0.0 -typer[all]>=0.9.0 -rich>=13.0.0 -aiohttp>=3.13.0 -websockets>=10.0 -pynacl>=1.6.0 -blake3>=1.0.8 +numpy>=2.2.6 +sentence-transformers>=6.0.0 +torch>=2.13.0 +pytest>=9.1.1 +typer[all]>=0.27.1 +rich>=15.0.0 +aiohttp>=3.14.3 +websockets>=16.1.1 +pynacl>=1.6.2 +blake3>=1.0.9 jcs>=0.2.1