Skip to content

Commit cd952f2

Browse files
Bump cryptography from 46.0.3 to 46.0.5
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.3 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.3...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 401f59c commit cd952f2

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

requirements.lock.txt

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,15 @@ click==8.3.1
7272
# uvicorn
7373
cloudpickle==3.1.2
7474
# via pydocket
75-
colorama==0.4.6
76-
# via
77-
# click
78-
# pytest
79-
# tqdm
8075
coverage[toml]==7.13.0
8176
# via pytest-cov
82-
cryptography==46.0.3
77+
cryptography==46.0.5
8378
# via
8479
# authlib
8580
# azure-identity
8681
# msal
8782
# pyjwt
83+
# secretstorage
8884
cyclopts==4.4.0
8985
# via fastmcp
9086
diskcache==5.6.3
@@ -144,6 +140,10 @@ jaraco-context==6.0.1
144140
# via keyring
145141
jaraco-functools==4.3.0
146142
# via keyring
143+
jeepney==0.9.0
144+
# via
145+
# keyring
146+
# secretstorage
147147
jiter==0.12.0
148148
# via openai
149149
jsonschema==4.25.1
@@ -366,10 +366,6 @@ python-multipart==0.0.20
366366
# via mcp
367367
pytokens==0.3.0
368368
# via black
369-
pywin32==311; sys_platform == 'win32'
370-
# via mcp
371-
pywin32-ctypes==0.2.3; sys_platform == 'win32'
372-
# via keyring
373369
pyyaml==6.0.3
374370
# via
375371
# jsonschema-path
@@ -408,6 +404,8 @@ rpds-py==0.30.0
408404
# referencing
409405
ruff==0.14.9
410406
# via -r requirements.in
407+
secretstorage==3.5.0
408+
# via keyring
411409
shellingham==1.5.4
412410
# via typer
413411
sniffio==1.3.1

requirements.windows.lock.txt

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,15 @@ click==8.3.1
7272
# uvicorn
7373
cloudpickle==3.1.2
7474
# via pydocket
75-
colorama==0.4.6
76-
# via
77-
# click
78-
# pytest
79-
# tqdm
8075
coverage[toml]==7.13.0
8176
# via pytest-cov
82-
cryptography==46.0.3
77+
cryptography==46.0.5
8378
# via
8479
# authlib
8580
# azure-identity
8681
# msal
8782
# pyjwt
83+
# secretstorage
8884
cyclopts==4.3.0
8985
# via fastmcp
9086
diskcache==5.6.3
@@ -144,6 +140,10 @@ jaraco-context==6.0.1
144140
# via keyring
145141
jaraco-functools==4.3.0
146142
# via keyring
143+
jeepney==0.9.0
144+
# via
145+
# keyring
146+
# secretstorage
147147
jiter==0.12.0
148148
# via openai
149149
jsonschema==4.25.1
@@ -366,10 +366,6 @@ python-multipart==0.0.20
366366
# via mcp
367367
pytokens==0.3.0
368368
# via black
369-
pywin32==311
370-
# via mcp
371-
pywin32-ctypes==0.2.3
372-
# via keyring
373369
pyyaml==6.0.3
374370
# via
375371
# jsonschema-path
@@ -408,6 +404,8 @@ rpds-py==0.30.0
408404
# referencing
409405
ruff==0.14.9
410406
# via -r requirements.in
407+
secretstorage==3.5.0
408+
# via keyring
411409
shellingham==1.5.4
412410
# via typer
413411
sniffio==1.3.1
@@ -432,8 +430,10 @@ typer==0.20.0
432430
typing-extensions==4.15.0
433431
# via
434432
# aiosqlite
433+
# anyio
435434
# azure-core
436435
# azure-identity
436+
# exceptiongroup
437437
# mcp
438438
# openai
439439
# opentelemetry-api
@@ -443,7 +443,10 @@ typing-extensions==4.15.0
443443
# pydantic
444444
# pydantic-core
445445
# pydocket
446+
# pytest-asyncio
447+
# referencing
446448
# sqlalchemy
449+
# starlette
447450
# typer
448451
# typing-inspection
449452
typing-inspection==0.4.2

0 commit comments

Comments
 (0)