We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c0b2b commit b486df2Copy full SHA for b486df2
1 file changed
.github/workflows/test_docker.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
python -m pip install --upgrade pip
23
# Keep in sync with requirements-dev.txt
24
- pip install pytest==9.1.0 requests==2.33.1 boto3==1.43.29
+ pip install pytest==9.1.0 requests==2.34.2 boto3==1.43.29
25
26
- name: Run integration tests (brings up the compose stack)
27
0 commit comments