diff options
author | Roberto Bertó <463349+robertoberto@users.noreply.github.com> | 2025-03-19 05:24:50 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-19 05:24:50 -0300 |
commit | 85e4714c53b662c45a1f6ee4b6cb0089ad29cc7b (patch) | |
tree | 35421922ac205251dd3cbba3c96b9a5fa1b47927 | |
parent | b50ed288205a53fc1b1610bb279f4be195cf0577 (diff) | |
parent | dc349f19b0e9231d650a99323da9f81da83531cd (diff) | |
download | pyvyos-main.tar.gz pyvyos-main.zip |
Update poetry requirement from <2.0,>=1.1.0 to >=1.1.0,<3.0
-rw-r--r-- | requirements.txt | 2 |
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 |