Skip to content

Commit

Permalink
Merge pull request #2170 from karistom/requests
Browse files Browse the repository at this point in the history
update requests
  • Loading branch information
allmightyspiff authored Jul 25, 2024
2 parents 681c077 + c235725 commit e5b615c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Python Packages
---------------
* prettytable >= 2.5.0
* click >= 8.0.4
* requests >= 2.20.0
* requests >= 2.32.2
* prompt_toolkit >= 2
* pygments >= 2.0.0
* urllib3 >= 1.24
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
install_requires=[
'prettytable >= 2.5.0',
'click >= 8.0.4',
'requests >= 2.20.0',
'requests >= 2.32.2',
'prompt_toolkit >= 2',
'pygments >= 2.0.0',
'urllib3 >= 1.24',
Expand Down
2 changes: 1 addition & 1 deletion tools/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
prettytable >= 2.5.0
click >= 8.0.4
requests >= 2.20.0
requests >= 2.32.2
prompt_toolkit >= 2
pygments >= 2.0.0
urllib3 >= 1.24
Expand Down
2 changes: 1 addition & 1 deletion tools/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mock
sphinx
prettytable >= 2.5.0
click >= 8.0.4
requests >= 2.20.0
requests >= 2.32.2
prompt_toolkit >= 2
pygments >= 2.0.0
urllib3 >= 1.24
Expand Down

0 comments on commit e5b615c

Please sign in to comment.