Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #130 from edx/jenkins/upgrade-python-requirements-…
Browse files Browse the repository at this point in the history
…6a10b34

Python Requirements Update
  • Loading branch information
UsamaSadiq committed Dec 1, 2020
2 parents 6a10b34 + 9d45f21 commit 49ca683
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ astroid==2.3.3 # via -r requirements/test.txt, pylint, pylint-celery
attrs==20.3.0 # via -r requirements/test.txt, pytest
bleach==3.2.1 # via -r requirements/test.txt, readme-renderer
bok_choy==0.7.1 # via -r requirements/test.txt
boto3==1.16.25 # via -r requirements/test.txt, fs-s3fs
botocore==1.19.25 # via -r requirements/test.txt, boto3, s3transfer
boto3==1.16.26 # via -r requirements/test.txt, fs-s3fs
botocore==1.19.26 # via -r requirements/test.txt, boto3, s3transfer
click-log==0.3.2 # via -r requirements/test.txt, edx-lint
click==7.1.2 # via -r requirements/pip-tools.txt, -r requirements/test.txt, click-log, edx-lint, pip-tools
ddt==1.4.1 # via -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ astroid==2.3.3 # via pylint, pylint-celery
attrs==20.3.0 # via pytest
bleach==3.2.1 # via readme-renderer
bok_choy==0.7.1 # via -c requirements/constraints.txt, -r requirements/test.in
boto3==1.16.25 # via fs-s3fs
botocore==1.19.25 # via boto3, s3transfer
boto3==1.16.26 # via fs-s3fs
botocore==1.19.26 # via boto3, s3transfer
click-log==0.3.2 # via edx-lint
click==7.1.2 # via click-log, edx-lint
ddt==1.4.1 # via -r requirements/test.in
Expand Down

0 comments on commit 49ca683

Please sign in to comment.