Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
# Keep in sync with requirements-dev.txt
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

- name: Run integration tests (brings up the compose stack)
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ authors = [{ name = "eScience Lab, The University of Manchester" }]
dependencies = [
"celery==5.6.3",
"boto3==1.43.29",
"requests==2.33.1",
"requests==2.34.2",
"Flask==3.1.3",
"Werkzeug==3.1.8",
"redis==8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ rdflib[html]==7.6.0
# roc-validator
redis==8.0.1
# via ro-crate-validation-service (pyproject.toml)
requests==2.33.1
requests==2.34.2
# via
# moto
# requests-cache
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ rdflib[html]==7.1.4
# roc-validator
redis==8.0.1
# via ro-crate-validation-service (pyproject.toml)
requests==2.33.1
requests==2.34.2
# via
# requests-cache
# ro-crate-validation-service (pyproject.toml)
Expand Down
Loading