diff --git a/pyproject.toml b/pyproject.toml index a8a3b56..120286f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ "Typing :: Typed" ] dependencies = [ - "requests==2.28.1" + "requests==2.31.0" ] [project.urls] "Homepage" = "https://github.com/onlinejudge95/argopy" diff --git a/requirements.txt b/requirements.txt index d15ce5a..2c24336 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -requests==2.28.1 +requests==2.31.0