mirror of
https://github.com/cve-search/PyVulnerabilityLookup.git
synced 2025-01-18 02:26:19 +00:00
chg: Bump deps, bump version
This commit is contained in:
parent
b5eabfe119
commit
ca8e1612ed
2 changed files with 7 additions and 6 deletions
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -671,13 +671,13 @@ testutils = ["gitpython (>3)"]
|
|||
|
||||
[[package]]
|
||||
name = "pytest"
|
||||
version = "8.3.1"
|
||||
version = "8.3.2"
|
||||
description = "pytest: simple powerful testing with Python"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "pytest-8.3.1-py3-none-any.whl", hash = "sha256:e9600ccf4f563976e2c99fa02c7624ab938296551f280835ee6516df8bc4ae8c"},
|
||||
{file = "pytest-8.3.1.tar.gz", hash = "sha256:7e8e5c5abd6e93cb1cc151f23e57adc31fcf8cfd2a3ff2da63e23f732de35db6"},
|
||||
{file = "pytest-8.3.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"},
|
||||
{file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -978,4 +978,4 @@ docs = ["Sphinx"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "2d797602855b0bb5346a9f2a2f60c1bf6069ff2c8bc97a8dc9f7a1e141234670"
|
||||
content-hash = "c6db6cf6b12a82df76e462158b9c5ffece268642517a4016c2e8f703460efd96"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "pyvulnerabilitylookup"
|
||||
version = "0.1"
|
||||
version = "1.3.0"
|
||||
description = "Python CLI and module for Vulnerability Lookup"
|
||||
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
||||
license = "BSD-3-Clause"
|
||||
|
@ -18,6 +18,7 @@ classifiers = [
|
|||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3.11',
|
||||
'Programming Language :: Python :: 3.12',
|
||||
'Topic :: Security',
|
||||
'Topic :: Internet',
|
||||
]
|
||||
|
@ -38,7 +39,7 @@ pylint = "^3.2.6"
|
|||
mypy = "^1.11.0"
|
||||
types-requests = "^2.32.0.20240712"
|
||||
ipython = "^8.26.0"
|
||||
pytest = "^8.3.1"
|
||||
pytest = "^8.3.2"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry_core"]
|
||||
|
|
Loading…
Add table
Reference in a new issue