From 947a2710620d8e599d1c013e50a8f401ceff966b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 9 Dec 2024 21:38:00 +0100 Subject: [PATCH] chg: [RELEASE] Updated PyVulnerabilityLookup and bumped version number. --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 616a3a2..18fa0f9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "certifi" @@ -141,13 +141,13 @@ all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2 [[package]] name = "pyvulnerabilitylookup" -version = "2.1.0" +version = "2.2.0" description = "Python CLI and module for Vulnerability Lookup" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "pyvulnerabilitylookup-2.1.0-py3-none-any.whl", hash = "sha256:03ceb06363e280ba0a695b1e1688567d7aa7a73fbfc8af0561902f0ccba136dd"}, - {file = "pyvulnerabilitylookup-2.1.0.tar.gz", hash = "sha256:d2b8989e136ae478db4502731f2e52a45987e8f2ba71250f2116ec32878d0d7e"}, + {file = "pyvulnerabilitylookup-2.2.0-py3-none-any.whl", hash = "sha256:27acef0e4fb1fad301c1a4c403de0fe6f06dcd2d12234eb2f63d2f737a7475a7"}, + {file = "pyvulnerabilitylookup-2.2.0.tar.gz", hash = "sha256:cdf56157cf9df013e2131ed3c03029e9e9be9211d4cf4097b2999448b6d6fec3"}, ] [package.dependencies] diff --git a/pyproject.toml b/pyproject.toml index 5c6df89..c7e47f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ExploitDBSighting" -version = "0.1.0" +version = "0.1.1" description = "A client that retrieves vulnerability observations from Exploit-DB and pushes them to a Vulnerability-Lookup instance." authors = ["Cédric Bonhomme "] license = "GPL-3.0-or-later"