Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
chore: Updating Python Requirements (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Aug 11, 2022
1 parent 1a198d6 commit 230963c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions requirements/github.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ charset-normalizer==2.1.0
# via requests
codecov==2.1.12
# via -r requirements/github.in
coverage==6.4.2
coverage==6.4.3
# via codecov
distlib==0.3.5
# via
# -r requirements/tox.txt
# virtualenv
filelock==3.7.1
filelock==3.8.0
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -61,7 +61,7 @@ tox-battery==0.6.1
# via -r requirements/tox.txt
urllib3==1.26.11
# via requests
virtualenv==20.16.2
virtualenv==20.16.3
# via
# -r requirements/tox.txt
# tox
8 changes: 4 additions & 4 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ code-annotations==1.3.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==6.4.2
coverage[toml]==6.4.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -159,7 +159,7 @@ edx-rest-api-client==5.5.0
# via -r requirements/test.txt
edx-toggles==5.0.0
# via -r requirements/test.txt
filelock==3.7.1
filelock==3.8.0
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -268,7 +268,7 @@ py==1.11.0
# -r requirements/tox.txt
# pytest
# tox
pycodestyle==2.9.0
pycodestyle==2.9.1
# via -r requirements/test.txt
pycparser==2.21
# via
Expand Down Expand Up @@ -445,7 +445,7 @@ urllib3==1.26.11
# -r requirements/test.txt
# requests
# selenium
virtualenv==20.16.2
virtualenv==20.16.3
# via
# -r requirements/tox.txt
# tox
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.37.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==22.2.1
pip==22.2.2
# via -r requirements/pip.in
setuptools==59.8.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ code-annotations==1.3.0
# via
# -r requirements/base.txt
# edx-toggles
coverage[toml]==6.4.2
coverage[toml]==6.4.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -213,7 +213,7 @@ psutil==5.9.1
# edx-django-utils
py==1.11.0
# via pytest
pycodestyle==2.9.0
pycodestyle==2.9.1
# via -r requirements/test.in
pycparser==2.21
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.5
# via virtualenv
filelock==3.7.1
filelock==3.8.0
# via
# tox
# virtualenv
Expand All @@ -30,5 +30,5 @@ tox==3.25.1
# tox-battery
tox-battery==0.6.1
# via -r requirements/tox.in
virtualenv==20.16.2
virtualenv==20.16.3
# via tox

0 comments on commit 230963c

Please sign in to comment.