diff --git a/README.md b/README.md index bd8ee93..36dec7e 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ Telegram userbot for scheduling image posts from [e926.net](https://e926.net). -# There is a moderate [security issue](https://github.com/psf/requests/pull/6655). Update will be release soon. - - ## Table of contents 1. [Dependencies](#dependencies) 2. [Config](#config) diff --git a/requirements.txt b/requirements.txt index a2b3d9b..8b6a5dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ Pyrogram~=2.0.106 -requests~=2.31.0 \ No newline at end of file +requests>=2.32.0 \ No newline at end of file