Skip to content

Commit b2e4653

Browse files
committed
chg: Bump deps, version
1 parent 1a519d8 commit b2e4653

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

poetry.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyvulnerabilitylookup"
3-
version = "2.5.0"
3+
version = "2.5.1"
44
description = "Python CLI and module for Vulnerability Lookup"
55
authors = [{name="Raphaël Vinot", email="[email protected]>"}]
66
license = "BSD-3-Clause"
@@ -33,13 +33,13 @@ classifiers = [
3333
vulnerability_lookup = 'pyvulnerabilitylookup:main'
3434

3535
[project.optional-dependencies]
36-
docs = ["Sphinx (>=8.2.0) ; python_version >= \"3.11\""]
36+
docs = ["Sphinx (>=8.2.3) ; python_version >= \"3.11\""]
3737

3838
[tool.poetry.group.dev.dependencies]
3939
pylint = "^3.3.4"
4040
mypy = "^1.15.0"
41-
types-requests = "^2.32.0.20241016"
42-
pytest = "^8.3.4"
41+
types-requests = "^2.32.0.20250301"
42+
pytest = "^8.3.5"
4343

4444
[build-system]
4545
requires = ["poetry-core>=2.0"]

0 commit comments

Comments
 (0)