diff --git a/requirements.txt b/requirements.txt index 6d9c82f..b3f5535 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ python-telegram-bot==12.2.0 python-dotenv==0.10.3 -requests==2.22.0 \ No newline at end of file +requests==2.31.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 896817e..b4b3ef7 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ install_requires=[ 'python-telegram-bot==12.2.0', 'python-dotenv==0.10.3', - 'requests==2.22.0', + 'requests==2.31.0', ], classifiers=[ 'Development Status :: 4 - Beta',