Skip to content

Commit 65c8875

Browse files
committed
Upgrade pyOpenSSL and cryptography
1 parent 575a6ba commit 65c8875

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

test-requirements.txt

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,22 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --resolver=backtracking test-requirements.in
5+
# pip-compile test-requirements.in
66
#
77
attrs==25.4.0
88
# via service-identity
99
cffi==2.0.0
1010
# via cryptography
11-
coverage[toml]==7.10.7
11+
coverage[toml]==7.11.0
1212
# via -r test-requirements.in
13-
cryptography==45.0.6
13+
cryptography==46.0.3
1414
# via
1515
# -r test-requirements.in
1616
# pyopenssl
1717
# service-identity
18-
exceptiongroup==1.3.0
19-
# via pytest
2018
idna==3.11
2119
# via -r test-requirements.in
22-
iniconfig==2.1.0
20+
iniconfig==2.3.0
2321
# via pytest
2422
packaging==25.0
2523
# via pytest
@@ -35,17 +33,11 @@ pycparser==2.23
3533
# via cffi
3634
pygments==2.19.2
3735
# via pytest
38-
pyopenssl==25.1.0
36+
pyopenssl==25.3.0
3937
# via -r test-requirements.in
4038
pytest==8.4.2
4139
# via -r test-requirements.in
4240
service-identity==24.2.0
4341
# via -r test-requirements.in
44-
tomli==2.3.0
45-
# via
46-
# coverage
47-
# pytest
4842
typing-extensions==4.15.0
49-
# via
50-
# exceptiongroup
51-
# pyopenssl
43+
# via pyopenssl

0 commit comments

Comments
 (0)