File tree 2 files changed +1
-7
lines changed
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,7 @@ pytest==8.0.2
6
6
pytest-timeout==2.1.0
7
7
pyOpenSSL==24.2.1
8
8
idna==3.7
9
- # As of v1.1.0, child CA certificates generated by trustme fail
10
- # verification by CPython 3.13.
11
- # https://github.com/python-trio/trustme/pull/642
12
- trustme @ git+https://github.com/python-trio/trustme@b3a767f336e20600f30c9ff78385a58352ff6ee3
9
+ trustme==1.2.0
13
10
cryptography==43.0.1
14
11
towncrier==23.6.0
15
12
pytest-memray==1.7.0;sys_platform!="win32" and implementation_name=="cpython"
@@ -22,5 +19,4 @@ quart-trio==0.11.1
22
19
hypercorn @ git+https://github.com/urllib3/hypercorn@urllib3-changes
23
20
httpx==0.25.2
24
21
pytest-socket==0.7.0
25
- cffi==1.17.0rc1
26
22
Original file line number Diff line number Diff line change @@ -104,8 +104,6 @@ filterwarnings = [
104
104
''' default:ssl\.PROTOCOL_TLSv1_1 is deprecated:DeprecationWarning''' ,
105
105
''' default:ssl\.PROTOCOL_TLSv1_2 is deprecated:DeprecationWarning''' ,
106
106
''' default:ssl NPN is deprecated, use ALPN instead:DeprecationWarning''' ,
107
- # https://github.com/pallets/quart/issues/301
108
- ''' default:Async generator 'quart\.wrappers\.response\.DataBody\.__aiter__\.<locals>\._aiter' was garbage collected.*:ResourceWarning''' ,
109
107
# https://github.com/SeleniumHQ/selenium/issues/13328
110
108
''' default:unclosed file <_io\.BufferedWriter name='/dev/null'>:ResourceWarning''' ,
111
109
# https://github.com/SeleniumHQ/selenium/issues/14686
You can’t perform that action at this time.
0 commit comments