diff --git a/sanic_testing/__init__.py b/sanic_testing/__init__.py index 5e3d841..a59acf1 100644 --- a/sanic_testing/__init__.py +++ b/sanic_testing/__init__.py @@ -1,4 +1,4 @@ from sanic_testing.manager import TestManager -__version__ = "0.8.2" +__version__ = "0.8.3" __all__ = ("TestManager",) diff --git a/setup.py b/setup.py index d254022..aaaf6e6 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def open_local(paths, mode="r", encoding="utf8"): ], } requirements = [ - "httpx>=0.18,<0.22" + "httpx>=0.18,<0.23" ] tests_require = [