Skip to content

Commit

Permalink
Allow HTTPX 0.22 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-spitler committed Mar 24, 2022
1 parent a47325a commit cc1d32f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sanic_testing/__init__.py
@@ -1,4 +1,4 @@
from sanic_testing.manager import TestManager

__version__ = "0.8.2"
__version__ = "0.8.3"
__all__ = ("TestManager",)
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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 = [
Expand Down

0 comments on commit cc1d32f

Please sign in to comment.