summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Bertó <463349+robertoberto@users.noreply.github.com>2026-05-19 06:28:38 +0000
committerRoberto Bertó <463349+robertoberto@users.noreply.github.com>2026-05-19 06:28:38 +0000
commit94c4c1c5cb258f0ef88063d89b67d25f67d3c74c (patch)
tree2e50605b126d25e16fd7c5004f0e81130f85cabc
parentb9208fbb3db4dd6ce80967feb1be5af2f3f01c74 (diff)
parent0e8de05dd73d38aeb3bbd4d70d708501b6be0793 (diff)
downloadpyvyos-94c4c1c5cb258f0ef88063d89b67d25f67d3c74c.tar.gz
pyvyos-94c4c1c5cb258f0ef88063d89b67d25f67d3c74c.zip
Merge remote-tracking branch 'origin/main' into hotfix/0.4.1-runtime-depshotfix/0.4.1-runtime-deps
# Conflicts: # pyproject.toml
-rw-r--r--pyproject.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 910ae62..e8aface 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["hatchling>=1.20"]
+requires = ["hatchling>=1.29.0"]
build-backend = "hatchling.build"
[project]
@@ -28,14 +28,14 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
- "requests>=2.32.0,<3.0",
+ "requests>=2.34.2,<3.0",
]
[project.optional-dependencies]
dev = [
- "python-dotenv>=1.0.1,<2.0",
+ "python-dotenv>=1.2.2,<2.0",
"pytest>=8.0,<10.0",
- "pytest-cov>=5.0,<7.0",
+ "pytest-cov>=7.1.0,<8.0",
"pytest-env>=0.6.2,<1.3",
]