Skip to content

Commit 63b0709

Browse files
authored
Upgrade requests package to latest version
1 parent b5623f0 commit 63b0709

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev_index_dump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
cd .github/workflows
6161
python -m pip install --upgrade pip
62-
pip install requests==2.23.0
62+
pip install requests
6363
if [[ ${{ github.event.inputs.schema-version }} == "v1" ]]; then
6464
python index_dump.py -u ${{ secrets.INDEX_DUMP_DEV_API_URL }} -f ${{ github.event.inputs.release-dump }} -e ${{ github.event.inputs.data-env }} -he ${{ secrets.INDEX_DEV_API_HEADERS }}
6565
else

0 commit comments

Comments
 (0)