diff --git a/requirements.txt b/requirements.txt index f9d9c8b53..b7b3f3a9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ typing_extensions==4.4.0 types-contextvars==2.4.7 types-PyYAML==6.0.12 types-dataclasses==0.6.6 -pytest==7.1.3 +pytest==7.2.0 trio==0.21.0 # Documentation diff --git a/setup.cfg b/setup.cfg index af10716d8..82cb8ad9e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,6 +36,7 @@ filterwarnings= ignore: Use 'content=<...>' to upload raw bytes/text content.:DeprecationWarning ignore: The `allow_redirects` argument is deprecated. Use `follow_redirects` instead.:DeprecationWarning ignore: 'cgi' is deprecated and slated for removal in Python 3\.13:DeprecationWarning + ignore: You seem to already have a custom sys.excepthook handler installed. I'll skip installing Trio's custom handler, but this means MultiErrors will not show full tracebacks.:RuntimeWarning [coverage:run] source_pkgs = starlette, tests