diff --git a/pyproject.toml b/pyproject.toml index 09f386f..7c99481 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ authors = [ ] [tool.poetry.dependencies] -python = "^3.6" +python = "^3.11" Flask-RESTful = "^0.3.7" requests = "^2.22.0" PyJWT = "2.4.0"