summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Berto <roberto.berto@under.com.br>2024-03-10 13:22:52 -0300
committerRoberto Berto <roberto.berto@under.com.br>2024-03-10 13:22:52 -0300
commit6cb2b7b2c306e3e390c11a9a29273af81f719f21 (patch)
tree8b5c9831d2c57cfc45a9c8325d0d71f0210fc482
parent41ec3fed68fe914839096d1b175566f9914dcaa3 (diff)
downloadpyvyos-6cb2b7b2c306e3e390c11a9a29273af81f719f21.tar.gz
pyvyos-6cb2b7b2c306e3e390c11a9a29273af81f719f21.zip
fixed pip requirements versions
-rw-r--r--pyproject.toml12
-rw-r--r--requirements.txt4
2 files changed, 8 insertions, 8 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 68d80d5..11613a0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,11 +23,11 @@ Issues = "https://github.com/gravscale/pyvyos/issues"
[tool.hatch.metadata]
dependencies = [
- "requests>=2.25.1,<3.0",
- "python-dotenv>=1.0.0,<2.0"
+ "requests>=2.31.0,<3.0",
+ "python-dotenv>=1.0.0,<2.0"
]
dev-dependencies = [
- "pytest>=6.2.2,<7.0"
+ "pytest>=6.2.2,<7.0"
]
[tool.poetry]
@@ -37,7 +37,7 @@ authors = ["Roberto Berto <463349+robertoberto@users.noreply.github.com>"]
version = "0.2.0"
[tool.poetry.dependencies]
-python = ">=3.8"
-requests = "^2.31.0"
-python-dotenv = "^1.0.0"
+python = ">=3.8"
+requests = "^2.31.0"
+python-dotenv = "^1.0.0"
diff --git a/requirements.txt b/requirements.txt
index 4bde791..523e2c2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,2 @@
-requests>=2.31.0<3.0.0
-dotenv>=1.0.0<2.0.0
+requests>=2.25.1,<3.0
+python-dotenv>=1.0.0,<2.0