From: Tom Christie Date: Mon, 8 Jan 2024 14:12:29 +0000 (+0000) Subject: Merge branch 'master' into async-dependencies-optional X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa9ca07104a3687e221922749bf6b618747e8eff;p=thirdparty%2Fhttpx.git Merge branch 'master' into async-dependencies-optional --- aa9ca07104a3687e221922749bf6b618747e8eff diff --cc requirements.txt index 0718c137,218f06c6..31f05044 --- a/requirements.txt +++ b/requirements.txt @@@ -18,11 -18,12 +18,11 @@@ build==1.0. twine==4.0.2 # Tests & Linting - coverage[toml]==7.3.0 + coverage[toml]==7.4.0 cryptography==41.0.7 - mypy==1.5.1 - pytest==7.4.3 - ruff==0.1.6 + mypy==1.8.0 + pytest==7.4.4 + ruff==0.1.9 trio==0.22.2 -trio-typing==0.10.0 trustme==1.1.0 uvicorn==0.24.0.post1