From 2896a5fe2e294a8a5f44cd245480fc2176c4fbd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 07:13:08 +0000 Subject: [PATCH] Bump the pip-minor-patch group with 2 updates Bumps the pip-minor-patch group with 2 updates: [pyopenssl](https://github.com/pyca/pyopenssl) and [ruff](https://github.com/astral-sh/ruff). Updates `pyopenssl` from 26.3.0 to 26.4.0 - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/26.3.0...26.4.0) Updates `ruff` from 0.16.0 to 0.16.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.0...0.16.1) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 26.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: ruff dependency-version: 0.16.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 407c845dd..a7a879a8e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,4 +4,4 @@ lxml==6.1.1 httpx==0.28.1 PyMuPDF==1.28.0 pytest==9.1.1 -ruff==0.16.0 +ruff==0.16.1 diff --git a/requirements.txt b/requirements.txt index cbfa664cc..9e01f6d11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ lxml==6.1.1 httpx==0.28.1 PyMuPDF==1.28.0 crawl4ai[pdf]==0.9.2 -pyOpenSSL==26.3.0 +pyOpenSSL==26.4.0 cryptography==49.0.0