Skip to content

Commit 3f2ba37

Browse files
Bump requests from 2.22.0 to 2.31.0
Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.22.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ebf846 commit 3f2ba37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
python-telegram-bot==12.2.0
22
python-dotenv==0.10.3
3-
requests==2.22.0
3+
requests==2.31.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
install_requires=[
1616
'python-telegram-bot==12.2.0',
1717
'python-dotenv==0.10.3',
18-
'requests==2.22.0',
18+
'requests==2.31.0',
1919
],
2020
classifiers=[
2121
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)