Skip to content

Commit 20032ec

Browse files
illia-vsethmlarson
authored andcommitted
Drop unneeded dependency pins and a warning filter
1 parent b18ad05 commit 20032ec

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

dev-requirements.txt

+1-5
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ pytest==8.0.2
66
pytest-timeout==2.1.0
77
pyOpenSSL==24.2.1
88
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
1310
cryptography==43.0.1
1411
towncrier==23.6.0
1512
pytest-memray==1.7.0;sys_platform!="win32" and implementation_name=="cpython"
@@ -22,5 +19,4 @@ quart-trio==0.11.1
2219
hypercorn @ git+https://github.com/urllib3/hypercorn@urllib3-changes
2320
httpx==0.25.2
2421
pytest-socket==0.7.0
25-
cffi==1.17.0rc1
2622

pyproject.toml

-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ filterwarnings = [
104104
'''default:ssl\.PROTOCOL_TLSv1_1 is deprecated:DeprecationWarning''',
105105
'''default:ssl\.PROTOCOL_TLSv1_2 is deprecated:DeprecationWarning''',
106106
'''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''',
109107
# https://github.com/SeleniumHQ/selenium/issues/13328
110108
'''default:unclosed file <_io\.BufferedWriter name='/dev/null'>:ResourceWarning''',
111109
# https://github.com/SeleniumHQ/selenium/issues/14686

0 commit comments

Comments
 (0)