Skip to content

Commit

Permalink
chore: Updating Python Requirements (openedx-unsupported#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Sep 8, 2021
1 parent 0f02bf1 commit bda72d4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cryptography==3.4.8
# via paramiko
distro==1.6.0
# via docker-compose
docker[ssh]==5.0.1
docker[ssh]==5.0.2
# via docker-compose
docker-compose==1.29.2
# via -r requirements/base.in
Expand Down
5 changes: 2 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ distro==1.6.0
# -r requirements/base.txt
# -r requirements/test.txt
# docker-compose
docker[ssh]==5.0.1
docker[ssh]==5.0.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -107,9 +107,8 @@ pip-tools==6.2.0
# via -r requirements/pip-tools.txt
platformdirs==2.3.0
# via virtualenv
pluggy==0.13.1
pluggy==1.0.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# pytest
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ distro==1.6.0
# docker-compose
doc8==0.9.0
# via -r requirements/doc.in
docker[ssh]==5.0.1
docker[ssh]==5.0.2
# via
# -r requirements/base.txt
# docker-compose
Expand Down
8 changes: 3 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ distro==1.6.0
# via
# -r requirements/base.txt
# docker-compose
docker[ssh]==5.0.1
docker[ssh]==5.0.2
# via
# -r requirements/base.txt
# docker-compose
Expand Down Expand Up @@ -67,10 +67,8 @@ paramiko==2.7.2
# docker
pexpect==4.8.0
# via -r requirements/test.in
pluggy==0.13.1
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# pytest
pluggy==1.0.0
# via pytest
ptyprocess==0.7.0
# via pexpect
py==1.10.0
Expand Down

0 comments on commit bda72d4

Please sign in to comment.