From f2ef6a49f8f0351793965fbfddf432e924f9b269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 02:35:51 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 2 updates Bumps the pip group with 2 updates in the /valueflows_node directory: [cryptography](https://github.com/pyca/cryptography) and [python-multipart](https://github.com/Kludex/python-multipart). Bumps the pip group with 2 updates in the / directory: [cryptography](https://github.com/pyca/cryptography) and [python-multipart](https://github.com/Kludex/python-multipart). Updates `cryptography` from 42.0.0 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...44.0.1) Updates `python-multipart` from 0.0.6 to 0.0.18 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.6...0.0.18) Updates `cryptography` from 42.0.0 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...44.0.1) Updates `python-multipart` from 0.0.6 to 0.0.18 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.6...0.0.18) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: python-multipart dependency-version: 0.0.18 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: python-multipart dependency-version: 0.0.18 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- valueflows_node/requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2b55c2b..b9e95f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,10 +2,10 @@ fastapi==0.115.6 uvicorn==0.34.0 pydantic==2.10.5 pydantic-settings==2.1.0 # For environment-based configuration -cryptography==44.0.0 +cryptography==44.0.1 pynacl==1.5.0 aiosqlite==0.20.0 -python-multipart==0.0.20 +python-multipart==0.0.18 bcrypt==4.1.2 psutil==6.1.1 mnemonic==0.21 # BIP39 seed phrase generation and derivation diff --git a/valueflows_node/requirements.txt b/valueflows_node/requirements.txt index b1ee55d..7f1e11f 100644 --- a/valueflows_node/requirements.txt +++ b/valueflows_node/requirements.txt @@ -9,10 +9,10 @@ pydantic==2.5.0 # SQLite is built into Python, no external dependency needed # Cryptography (for Ed25519 signing) -cryptography==42.0.0 +cryptography==44.0.1 # Utilities -python-multipart==0.0.6 # For form data +python-multipart==0.0.18 # For form data python-jose[cryptography]==3.3.0 # JWT tokens (optional) # Development