Skip to content

Commit 13b9624

Browse files
Merge pull request #182 from UpCloudLtd/dependabot/pip/wheel-0.46.2
chore(deps): bump wheel from 0.45.1 to 0.46.2
2 parents a92f5be + ce388e0 commit 13b9624

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

requirements-dev.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ build==1.2.2.post1
88
# via pip-tools
99
certifi==2025.7.14
1010
# via requests
11+
cffi==2.0.0
12+
# via cryptography
1113
charset-normalizer==3.4.2
1214
# via requests
1315
click==8.1.8
1416
# via pip-tools
1517
coverage[toml]==7.9.2
1618
# via pytest-cov
19+
cryptography==46.0.3
20+
# via secretstorage
1721
idna==3.10
1822
# via requests
1923
iniconfig==2.1.0
@@ -24,6 +28,10 @@ jaraco-context==6.0.1
2428
# via keyring
2529
jaraco-functools==4.2.1
2630
# via keyring
31+
jeepney==0.9.0
32+
# via
33+
# keyring
34+
# secretstorage
2735
keyring==25.6.0
2836
# via -r requirements-dev.in
2937
mock==5.2.0
@@ -36,12 +44,15 @@ packaging==25.0
3644
# via
3745
# build
3846
# pytest
47+
# wheel
3948
pip-tools==7.4.1
4049
# via -r requirements-dev.in
4150
pluggy==1.6.0
4251
# via
4352
# pytest
4453
# pytest-cov
54+
pycparser==3.0
55+
# via cffi
4556
pygments==2.19.2
4657
# via pytest
4758
pyproject-hooks==1.2.0
@@ -60,11 +71,13 @@ requests==2.32.4
6071
# via responses
6172
responses==0.25.7
6273
# via -r requirements-dev.in
74+
secretstorage==3.5.0
75+
# via keyring
6376
urllib3==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:

0 commit comments

Comments
 (0)