summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorRoberto Bertó <463349+robertoberto@users.noreply.github.com>2026-05-19 03:29:11 -0300
committerGitHub <noreply@github.com>2026-05-19 03:29:11 -0300
commit5a64e952064b4e1c07019662114acbc3497498e5 (patch)
tree2e50605b126d25e16fd7c5004f0e81130f85cabc /pyproject.toml
parent0e8de05dd73d38aeb3bbd4d70d708501b6be0793 (diff)
parent94c4c1c5cb258f0ef88063d89b67d25f67d3c74c (diff)
downloadpyvyos-5a64e952064b4e1c07019662114acbc3497498e5.tar.gz
pyvyos-5a64e952064b4e1c07019662114acbc3497498e5.zip
Merge pull request #36 from vyos-contrib/hotfix/0.4.1-runtime-depsv0.4.1
fix: pytest was declared as runtime dependency
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 83f4f9c..e8aface 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "pyvyos"
-version = "0.4.0"
+version = "0.4.1"
authors = [
{ name = "Roberto Berto", email = "463349+robertoberto@users.noreply.github.com" },
]
@@ -28,7 +28,6 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
- "pytest>=9.0.3",
"requests>=2.34.2,<3.0",
]