diff --git a/pyproject.toml b/pyproject.toml index b19b6c4..27d4f87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "click>=8.0.0", "pyyaml>=6.0", "gitpython>=3.1.0", - "requests>=2.28.0", + "requests>=2.34.2", "rich>=13.0.0", "openai>=1.0.0", "tiktoken>=0.5.0", diff --git a/requirements.txt b/requirements.txt index 3bb00ea..ac49dec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ click>=8.0.0 pyyaml>=6.0 gitpython>=3.1.0 -requests>=2.28.0 +requests>=2.34.2 rich>=13.0.0 openai>=1.0.0 tiktoken>=0.5.0