From: Tom Christie Date: Tue, 10 Oct 2023 12:43:40 +0000 (+0100) Subject: Merge branch 'master' into async-dependencies-optional X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40aa60c2c635538843f7607114ee64c969fb70d5;p=thirdparty%2Fhttpx.git Merge branch 'master' into async-dependencies-optional --- 40aa60c2c635538843f7607114ee64c969fb70d5 diff --cc requirements.txt index 1503d820,e3217ab0..d1065ee3 --- a/requirements.txt +++ b/requirements.txt @@@ -19,13 -19,14 +19,13 @@@ build==0.10. twine==4.0.2 # Tests & Linting - black==23.7.0 + black==23.9.1 coverage[toml]==7.3.0 - cryptography==41.0.3 + cryptography==41.0.4 mypy==1.5.1 types-certifi==2021.10.8.2 - pytest==7.4.0 - ruff==0.0.286 + pytest==7.4.2 + ruff==0.0.291 -trio==0.22.2 trio-typing==0.8.0 trustme==1.1.0 uvicorn==0.22.0