diff --git a/poetry.lock b/poetry.lock index b5e6e45d..111911b6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1828,35 +1828,33 @@ files = [ [[package]] name = "vunnel" -version = "0.0.0" +version = "0.15.2" description = "vunnel ~= 'vulnerability data funnel'" optional = false -python-versions = "^3.9" -files = [] -develop = true +python-versions = ">=3.9,<4.0" +files = [ + {file = "vunnel-0.15.2-py3-none-any.whl", hash = "sha256:1ece930c0ad090aed9a4160fce08fc36cddee8fe71e26a68c3f45fa1aece0bf6"}, + {file = "vunnel-0.15.2.tar.gz", hash = "sha256:29f005b6972466736fad6f9f53211500052f12408ff6ace0f5d707a9cbf7ecd6"}, +] [package.dependencies] -click = "^8.1.3" -colorlog = "^6.7.0" -cvss = "^2.6" -dataclass-wizard = "^0.22.2" -defusedxml = "^0.7.1" -future = "^0.18.3" -ijson = ">= 2.5.1, < 3.0" -importlib-metadata = "^6.1.0" -mergedeep = "^1.3.4" -orjson = "^3.8.6" -python-dateutil = "^2.8.2" -PyYAML = ">= 6.0, < 7.0" -requests = "^2.28.1" -rfc3339 = "^6.2" -SQLAlchemy = ">= 1.4.46, < 2.0" +click = ">=8.1.3,<9.0.0" +colorlog = ">=6.7.0,<7.0.0" +cvss = ">=2.6,<3.0" +dataclass-wizard = ">=0.22.2,<0.23.0" +defusedxml = ">=0.7.1,<0.8.0" +future = ">=0.18.3,<0.19.0" +ijson = ">=2.5.1,<3.0" +importlib-metadata = ">=6.1.0,<7.0.0" +mergedeep = ">=1.3.4,<2.0.0" +orjson = ">=3.8.6,<4.0.0" +python-dateutil = ">=2.8.2,<3.0.0" +PyYAML = ">=6.0,<7.0" +requests = ">=2.28.1,<3.0.0" +rfc3339 = ">=6.2,<7.0" +SQLAlchemy = ">=1.4.46,<2.0" xsdata = {version = ">=22.12,<24.0", extras = ["cli", "lxml", "soap"]} -xxhash = "^3.1.0" - -[package.source] -type = "directory" -url = "../vunnel" +xxhash = ">=3.1.0,<4.0.0" [[package]] name = "wcwidth" @@ -2126,4 +2124,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<=3.13" -content-hash = "1005b0a8aaa7940e9fd7d1b8605517988c6a8628821f17bbf027c7ccc46dd558" +content-hash = "011726039e054f1f86fbf894deeb03889bcaddfc3e9c05fe1ced1a085870466e" diff --git a/pyproject.toml b/pyproject.toml index 6a46f944..0bd67856 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,8 +54,7 @@ pytest-mock = ">=3.11.1" pytest-xdist = ">=3.3.1" ruff = "0.0.282" # the ruff project is pretty early, even a patch bump tends to break stuff types-requests = "^2.31.0.2" -#vunnel = "^0.15.2" -vunnel = {path = "../vunnel", develop = true} +vunnel = "^0.15.2" moto = "^4.1.14" [build-system]