Skip to content

Commit

Permalink
chore: Updating Python Requirements (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jul 29, 2021
1 parent f46fe6e commit 4296b09
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ idna==3.2
# via requests
packaging==21.0
# via tox
platformdirs==2.0.2
platformdirs==2.1.0
# via virtualenv
pluggy==0.13.1
# via tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ click-log==0.3.2
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.1.2
code-annotations==1.2.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -148,7 +148,7 @@ pep517==0.11.0
# pip-tools
pip-tools==6.2.0
# via -r requirements/pip-tools.txt
platformdirs==2.0.2
platformdirs==2.1.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -183,7 +183,7 @@ pyjwt[crypto]==1.7.1
# -c requirements/constraints.txt
# -r requirements/test.txt
# social-auth-core
pylint==2.9.5
pylint==2.9.6
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -283,7 +283,7 @@ toml==0.10.2
# pytest
# pytest-cov
# tox
tomli==1.0.4
tomli==1.1.0
# via
# -r requirements/pip-tools.txt
# pep517
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pep517==0.11.0
# via pip-tools
pip-tools==6.2.0
# via -r requirements/pip-tools.in
tomli==1.0.4
tomli==1.1.0
# via pep517
wheel==0.36.2
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.36.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==21.1.3
pip==21.2.1
# via -r requirements/pip.in
setuptools==57.4.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ click==8.0.1
# edx-lint
click-log==0.3.2
# via edx-lint
code-annotations==1.1.2
code-annotations==1.2.0
# via edx-lint
coverage==5.5
# via
Expand Down Expand Up @@ -94,7 +94,7 @@ packaging==21.0
# tox
pbr==5.6.0
# via stevedore
platformdirs==2.0.2
platformdirs==2.1.0
# via virtualenv
pluggy==0.13.1
# via
Expand All @@ -120,7 +120,7 @@ pyjwt[crypto]==1.7.1
# -c requirements/constraints.txt
# -r requirements/base.txt
# social-auth-core
pylint==2.9.5
pylint==2.9.6
# via
# edx-lint
# pylint-celery
Expand Down

0 comments on commit 4296b09

Please sign in to comment.