Skip to content

Commit

Permalink
change requests library version
Browse files Browse the repository at this point in the history
  • Loading branch information
aparekh-crest committed May 25, 2023
1 parent 9b65dfc commit 23e6bf5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions mssentinel.json
Original file line number Diff line number Diff line change
Expand Up @@ -1791,24 +1791,24 @@
"input_file": "wheels/py3/certifi-2023.5.7-py3-none-any.whl"
},
{
"module": "chardet",
"input_file": "wheels/shared/chardet-3.0.4-py2.py3-none-any.whl"
"module": "charset_normalizer",
"input_file": "wheels/py39/charset_normalizer-3.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "idna",
"input_file": "wheels/shared/idna-2.10-py2.py3-none-any.whl"
"input_file": "wheels/py3/idna-3.4-py3-none-any.whl"
},
{
"module": "requests",
"input_file": "wheels/shared/requests-2.25.0-py2.py3-none-any.whl"
"input_file": "wheels/py3/requests-2.31.0-py3-none-any.whl"
},
{
"module": "soupsieve",
"input_file": "wheels/py3/soupsieve-2.4.1-py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.16-py2.py3-none-any.whl"
"input_file": "wheels/py3/urllib3-2.0.2-py3-none-any.whl"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
beautifulsoup4==4.9.1
requests==2.25.0
requests==2.31.0
Binary file added wheels/py3/idna-3.4-py3-none-any.whl
Binary file not shown.
Binary file added wheels/py3/requests-2.31.0-py3-none-any.whl
Binary file not shown.
Binary file added wheels/py3/urllib3-2.0.2-py3-none-any.whl
Binary file not shown.
Binary file not shown.

0 comments on commit 23e6bf5

Please sign in to comment.