File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,16 @@ build==1.2.2.post1
88 # via pip-tools
99certifi == 2025.7.14
1010 # via requests
11+ cffi == 2.0.0
12+ # via cryptography
1113charset-normalizer == 3.4.2
1214 # via requests
1315click == 8.1.8
1416 # via pip-tools
1517coverage [toml ]== 7.9.2
1618 # via pytest-cov
19+ cryptography == 46.0.3
20+ # via secretstorage
1721idna == 3.10
1822 # via requests
1923iniconfig == 2.1.0
@@ -24,6 +28,10 @@ jaraco-context==6.0.1
2428 # via keyring
2529jaraco-functools == 4.2.1
2630 # via keyring
31+ jeepney == 0.9.0
32+ # via
33+ # keyring
34+ # secretstorage
2735keyring == 25.6.0
2836 # via -r requirements-dev.in
2937mock == 5.2.0
@@ -36,12 +44,15 @@ packaging==25.0
3644 # via
3745 # build
3846 # pytest
47+ # wheel
3948pip-tools == 7.4.1
4049 # via -r requirements-dev.in
4150pluggy == 1.6.0
4251 # via
4352 # pytest
4453 # pytest-cov
54+ pycparser == 3.0
55+ # via cffi
4556pygments == 2.19.2
4657 # via pytest
4758pyproject-hooks == 1.2.0
@@ -60,11 +71,13 @@ requests==2.32.4
6071 # via responses
6172responses == 0.25.7
6273 # via -r requirements-dev.in
74+ secretstorage == 3.5.0
75+ # via keyring
6376urllib3 == 2.5.0
6477 # via
6578 # requests
6679 # responses
67- wheel == 0.45.1
80+ wheel == 0.46.2
6881 # via pip-tools
6982
7083# The following packages are considered to be unsafe in a requirements file:
You can’t perform that action at this time.
0 commit comments