Skip to content

Commit

Permalink
python/s3compat: Update certifi dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Wilson <[email protected]>
  • Loading branch information
aaronnw authored and alex-aizman committed Jul 6, 2024
1 parent ac71ef7 commit b86102e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ test:short:s3-compat:

script:
- ${SCRIPTS_DIR}/clean_deploy.sh --target-cnt $NUM_TARGET --proxy-cnt $NUM_PROXY --mountpath-cnt $FS_CNT --deployment all
- ais config cluster features Provide-S3-API-via-Root
- ais config cluster features S3-API-via-Root
- ais config cluster checksum.type=md5
- cd python
- make python_s3_compat_test
Expand Down
2 changes: 1 addition & 1 deletion python/tests/s3compat/requirements
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
certifi==2023.7.22
certifi>=2024.07.04
minio==7.1.12
urllib3==1.26.18

0 comments on commit b86102e

Please sign in to comment.