summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
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 5c3885a..910ae62 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.32.0,<3.0",
]