Skip to content

Commit f5761b5

Browse files
Bump cryptography from 46.0.5 to 46.0.6 in /src/backend
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.5...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d793d48 commit f5761b5

File tree

3 files changed

+54
-54
lines changed

3 files changed

+54
-54
lines changed

src/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"agent-framework-orchestrations==1.0.0b260311",
3838
"urllib3==2.6.3",
3939
"protobuf==5.29.6",
40-
"cryptography==46.0.5",
40+
"cryptography==46.0.6",
4141
"aiohttp==3.13.3",
4242
"pyasn1==0.6.3",
4343
"nltk==3.9.4",

src/backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pylint-pydantic==0.3.5
3030
pexpect==4.9.0
3131
urllib3==2.6.3
3232
protobuf==5.29.6
33-
cryptography==46.0.5
33+
cryptography==46.0.6
3434
aiohttp==3.13.3
3535
pyasn1==0.6.2
3636
nltk==3.9.3

0 commit comments

Comments
 (0)