Skip to content

Commit aaf8d6d

Browse files
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](pyca/cryptography@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](Kludex/python-multipart@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](pyca/cryptography@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](Kludex/python-multipart@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] <support@github.com>
1 parent 944bc70 commit aaf8d6d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
fastapi==0.115.6
22
uvicorn==0.34.0
33
pydantic==2.10.5
4-
cryptography==44.0.0
4+
cryptography==44.0.1
55
pynacl==1.5.0
66
aiosqlite==0.20.0
7-
python-multipart==0.0.20
7+
python-multipart==0.0.18
88
bcrypt==4.1.2
99

1010
# Agent system dependencies

valueflows_node/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ pydantic==2.5.0
99
# SQLite is built into Python, no external dependency needed
1010

1111
# Cryptography (for Ed25519 signing)
12-
cryptography==42.0.0
12+
cryptography==44.0.1
1313

1414
# Utilities
15-
python-multipart==0.0.6 # For form data
15+
python-multipart==0.0.18 # For form data
1616
python-jose[cryptography]==3.3.0 # JWT tokens (optional)
1717

1818
# Development

0 commit comments

Comments
 (0)