diff --git a/poetry.lock b/poetry.lock index 1c7cad0..aa18178 100644 --- a/poetry.lock +++ b/poetry.lock @@ -682,4 +682,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "3d3c0f4918e339e95f69848332cc664f2af075910c70f7ea32db97fc43b6c2b1" +content-hash = "c7519a41e1f642d1a3cce342ae46b39facb4c36a88df3c94ab52b4f6fc4e7b46" diff --git a/pyproject.toml b/pyproject.toml index f7130c7..6af408d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,6 @@ version = "1.3.3" [tool.poetry.dependencies] python = "^3.8" -seman = "^0.1.3" urllib3 = ">=1.26.13,<3.0.0" [tool.poetry.group.dev.dependencies] @@ -27,6 +26,7 @@ flake8-html = "^0.4.3" pytest = "^7.2.2" pytest-cov = "^4.0.0" pytest-html = "^3.2.0" +seman = "^0.1.3" [build-system] build-backend = "poetry.core.masonry.api"