diff --git a/pyproject.toml b/pyproject.toml index 13ebbb5..b08316a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.rst" requires-python = ">=3.7" dependencies = [ "Click==8.1.3", - "requests == 2.28.2", + "requests == 2.31.0", "colorama == 0.4.6", "pyyaml == 6.0.0", ] diff --git a/requirements.txt b/requirements.txt index 2170bc1..ff46e5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Click == 8.1.3 -requests == 2.28.2 +requests == 2.31.0 colorama == 0.4.6 pyyaml >= 6.0.0 sphinx-copybutton >= 0.5.0