diff --git a/pocx/__init__.py b/pocx/__init__.py index 143e491..7dfe883 100644 --- a/pocx/__init__.py +++ b/pocx/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.2.2' +__version__ = '0.2.3' from .aio_poc import AioPoc from .basic_poc import BasicPoc diff --git a/pyproject.toml b/pyproject.toml index 69820db..49bfe46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pocx" -version = "0.2.2" +version = "0.2.3" description = "A Simple, Fast and Powerful poc engine tools was built by antx, which support synchronous mode and asynchronous mode." authors = ["antx "] license = "MIT" @@ -16,14 +16,14 @@ default = true [tool.poetry.dependencies] python = "^3.8" -httpx = "^0.22.0" -loguru = "^0.6.0" urllib3 = "^1.26.9" +httpx = "^0.24.1" +loguru = "^0.7.0" [tool.poetry.dev-dependencies] -httpx = "^0.22.0" -loguru = "^0.6.0" urllib3 = "^1.26.9" +httpx = "^0.24.1" +loguru = "^0.7.0" [build-system] requires = ["poetry-core>=1.0.0"]