diff --git a/pyproject.toml b/pyproject.toml index 26991a2..d05bc8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "pisces-scripts" version = "1.0.0" requires-python = ">=3.12" dependencies = [ - "requests>=2.31.0", + "requests>=2.33.1", "python-dotenv>=1.2.2", "pyyaml>=6.0.3", "rich>=15.0.0", diff --git a/requirements.txt b/requirements.txt index c5c995d..e372852 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -requests>=2.31.0 +requests>=2.33.1 python-dotenv>=1.0.0 pyyaml>=6.0.0 rich>=15.0.0