From a1c5640ebd5f037c216dee8024c638b75c0ae526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 01:05:35 +0000 Subject: [PATCH] chore(deps): bump the project-python group with 3 updates Updates the requirements on [requests](https://github.com/psf/requests), [cryptography](https://github.com/pyca/cryptography) and [jsonschema](https://github.com/python-jsonschema/jsonschema) to permit the latest version. Updates `requests` to 2.34.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.0...v2.34.0) Updates `cryptography` to 48.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...48.0.0) Updates `jsonschema` to 4.26.0 - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.0.0...v4.26.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.0 dependency-type: direct:production dependency-group: project-python - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:production dependency-group: project-python - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production dependency-group: project-python ... Signed-off-by: dependabot[bot] --- _localsetup/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_localsetup/requirements.txt b/_localsetup/requirements.txt index 12f7cd8..5096ec2 100644 --- a/_localsetup/requirements.txt +++ b/_localsetup/requirements.txt @@ -10,7 +10,7 @@ PyYAML>=6.0 # requests: HTTP client for URL probing and skill index refresh. # Replaces manual urllib.request usage in scrub and refresh tools. # Used by: tools/skill_index_scrub.py, tools/refresh_public_skill_index.py -requests>=2.28 +requests>=2.34.0 # # python-frontmatter: YAML frontmatter parsing for skill/PRD markdown files. # Replaces fragile string-split frontmatter extraction. @@ -19,7 +19,7 @@ python-frontmatter>=1.1 # # cryptography: envelope encryption primitives (AES-GCM, HKDF, PBKDF2) for secure mail payload handling. # Used by: skills/ls-mail-protocol-control/scripts/crypto_engine.py -cryptography>=42.0 +cryptography>=48.0.0 # # PGPy: pure-Python OpenPGP encryption/decryption support for secure mail exchange. # Used by: skills/ls-mail-protocol-control/scripts/crypto_engine.py @@ -27,4 +27,4 @@ PGPy>=0.6.0 # # jsonschema: optional runtime validation of Agent Q inner manifest against manifest.schema.json. # Used by: tools/agentq_transport_client/agentq_transport_client/manifest_validate.py -jsonschema>=4.0 +jsonschema>=4.26.0