summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Bertó <463349+robertoberto@users.noreply.github.com>2025-03-19 05:24:50 -0300
committerGitHub <noreply@github.com>2025-03-19 05:24:50 -0300
commit85e4714c53b662c45a1f6ee4b6cb0089ad29cc7b (patch)
tree35421922ac205251dd3cbba3c96b9a5fa1b47927
parentb50ed288205a53fc1b1610bb279f4be195cf0577 (diff)
parentdc349f19b0e9231d650a99323da9f81da83531cd (diff)
downloadpyvyos-main.tar.gz
pyvyos-main.zip
Merge pull request #14 from vyos-contrib/dependabot/pip/poetry-gte-1.1.0-and-lt-3.0HEADmain
Update poetry requirement from <2.0,>=1.1.0 to >=1.1.0,<3.0
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 411e18c..8fa3f17 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
requests>=2.25.1,<3.0
python-dotenv>=1.0.1,<2.0
-poetry>=1.1.0,<2.0
+poetry>=1.1.0,<3.0