Skip to content

Commit

Permalink
Upgrade requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ainsworth committed Apr 19, 2024
1 parent b14bb66 commit 589e984
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/sub-task-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
- name: Install requirements
id: requirements
run: |
pip install -r ./lambda_functions/v1/requirements/requirements.txt
pip install -r ./lambda_functions/v1/requirements/dev-requirements.txt
pip install -r ./integration_tests/v1/requirements.txt
- name: Run Integration Tests
Expand Down
14 changes: 7 additions & 7 deletions integration_tests/v1/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pytest
pytest-env
pytest-xdist
pytest-html
requests_aws4auth
boto3
jsonschema
pytest==8.1.1
pytest-env==1.1.3
pytest-xdist==3.5.0
pytest-html==4.1.1
requests_aws4auth==1.2.3
boto3==2.49.0
jsonschema==4.21.1
8 changes: 4 additions & 4 deletions lambda_functions/v1/requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ fakeredis==2.21.3
flake8==3.8.4
flake8-quotes==3.2.0
hypothesis==6.100.1
moto~=4.2.3
pytest==7.4.4
pytest-cov==4.1.0
moto~=5.0.0
pytest==8.1.1
pytest-cov==5.0.0
pytest-env==1.1.3
pytest-html==3.1.1
pytest-html==4.1.1
tenacity==8.2.3
validators==0.23.1
yarl==1.9.4
Expand Down

0 comments on commit 589e984

Please sign in to comment.