Skip to content

Commit b486df2

Browse files
authored
request package in integration tests updated to match reqs
1 parent d0c0b2b commit b486df2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
# Keep in sync with requirements-dev.txt
24-
pip install pytest==9.1.0 requests==2.33.1 boto3==1.43.29
24+
pip install pytest==9.1.0 requests==2.34.2 boto3==1.43.29
2525
2626
- name: Run integration tests (brings up the compose stack)
2727
run: |

0 commit comments

Comments
 (0)