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

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored and UsamaSadiq committed Mar 16, 2023
1 parent e349b9f commit bb1cbe4
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ lazy==1.5
# via -r requirements/base.in
selenium==3.141.0
# via -r requirements/base.in
urllib3==1.26.14
urllib3==1.26.15
# via selenium
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
certifi==2022.12.7
# via requests
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via requests
codecov==2.1.12
# via -r requirements/ci.in
Expand All @@ -22,7 +22,7 @@ idna==3.4
# via requests
packaging==23.0
# via tox
platformdirs==3.0.0
platformdirs==3.1.1
# via virtualenv
pluggy==1.0.0
# via tox
Expand All @@ -44,7 +44,7 @@ tox-battery==0.6.1
# via -r requirements/ci.in
tox-travis==0.13
# via -r requirements/ci.in
urllib3==1.26.14
urllib3==1.26.15
# via requests
virtualenv==20.19.0
virtualenv==20.21.0
# via tox
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.14.2
astroid==2.15.0
# via
# -r requirements/needle.txt
# pylint
Expand All @@ -21,7 +21,7 @@ certifi==2022.12.7
# via
# -r requirements/ci.txt
# requests
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via
# -r requirements/ci.txt
# requests
Expand Down Expand Up @@ -59,7 +59,7 @@ distlib==0.3.6
# virtualenv
edx-lint==5.3.2
# via -r requirements/needle.txt
exceptiongroup==1.1.0
exceptiongroup==1.1.1
# via
# -r requirements/needle.txt
# pytest
Expand Down Expand Up @@ -126,9 +126,9 @@ pillow==9.4.0
# via
# -r requirements/needle.txt
# needle
pip-tools==6.12.2
pip-tools==6.12.3
# via -r requirements/pip-tools.txt
platformdirs==3.0.0
platformdirs==3.1.1
# via
# -r requirements/ci.txt
# -r requirements/needle.txt
Expand All @@ -146,7 +146,7 @@ py==1.11.0
# tox
pycodestyle==2.10.0
# via -r requirements/needle.txt
pylint==2.16.2
pylint==2.17.0
# via
# -r requirements/needle.txt
# edx-lint
Expand All @@ -170,14 +170,14 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.2.1
pytest==7.2.2
# via
# -r requirements/needle.txt
# pytest-cov
# pytest-xdist
pytest-cov==4.0.0
# via -r requirements/needle.txt
pytest-xdist==3.2.0
pytest-xdist==3.2.1
# via -r requirements/needle.txt
python-slugify==8.0.1
# via
Expand Down Expand Up @@ -239,13 +239,13 @@ typing-extensions==4.5.0
# -r requirements/needle.txt
# astroid
# pylint
urllib3==1.26.14
urllib3==1.26.15
# via
# -r requirements/ci.txt
# -r requirements/needle.txt
# requests
# selenium
virtualenv==20.19.0
virtualenv==20.21.0
# via
# -r requirements/ci.txt
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
alabaster==0.7.13
# via sphinx
babel==2.11.0
babel==2.12.1
# via sphinx
bleach==6.0.0
# via readme-renderer
certifi==2022.12.7
# via requests
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via requests
docutils==0.19
# via
Expand Down Expand Up @@ -69,7 +69,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==1.26.14
urllib3==1.26.15
# via
# -r requirements/base.txt
# requests
Expand Down
14 changes: 7 additions & 7 deletions requirements/needle.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.14.2
astroid==2.15.0
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -37,7 +37,7 @@ dill==0.3.6
# pylint
edx-lint==5.3.2
# via -r requirements/test.txt
exceptiongroup==1.1.0
exceptiongroup==1.1.1
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -87,7 +87,7 @@ pbr==5.11.1
# stevedore
pillow==9.4.0
# via needle
platformdirs==3.0.0
platformdirs==3.1.1
# via
# -r requirements/test.txt
# pylint
Expand All @@ -97,7 +97,7 @@ pluggy==1.0.0
# pytest
pycodestyle==2.10.0
# via -r requirements/test.txt
pylint==2.16.2
pylint==2.17.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -117,14 +117,14 @@ pylint-plugin-utils==0.7
# -r requirements/test.txt
# pylint-celery
# pylint-django
pytest==7.2.1
pytest==7.2.2
# via
# -r requirements/test.txt
# pytest-cov
# pytest-xdist
pytest-cov==4.0.0
# via -r requirements/test.txt
pytest-xdist==3.2.0
pytest-xdist==3.2.1
# via -r requirements/test.txt
python-slugify==8.0.1
# via
Expand Down Expand Up @@ -165,7 +165,7 @@ typing-extensions==4.5.0
# -r requirements/test.txt
# astroid
# pylint
urllib3==1.26.14
urllib3==1.26.15
# via
# -r requirements/test.txt
# selenium
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 @@ click==8.1.3
# via pip-tools
packaging==23.0
# via build
pip-tools==6.12.2
pip-tools==6.12.3
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.38.4
# The following packages are considered to be unsafe in a requirements file:
pip==23.0.1
# via -r requirements/pip.in
setuptools==67.4.0
setuptools==67.6.0
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.14.2
astroid==2.15.0
# via
# pylint
# pylint-celery
Expand All @@ -25,7 +25,7 @@ dill==0.3.6
# via pylint
edx-lint==5.3.2
# via -r requirements/test.in
exceptiongroup==1.1.0
exceptiongroup==1.1.1
# via pytest
execnet==1.9.0
# via pytest-xdist
Expand All @@ -51,13 +51,13 @@ packaging==23.0
# pytest
pbr==5.11.1
# via stevedore
platformdirs==3.0.0
platformdirs==3.1.1
# via pylint
pluggy==1.0.0
# via pytest
pycodestyle==2.10.0
# via -r requirements/test.in
pylint==2.16.2
pylint==2.17.0
# via
# edx-lint
# pylint-celery
Expand All @@ -71,13 +71,13 @@ pylint-plugin-utils==0.7
# via
# pylint-celery
# pylint-django
pytest==7.2.1
pytest==7.2.2
# via
# pytest-cov
# pytest-xdist
pytest-cov==4.0.0
# via -r requirements/test.in
pytest-xdist==3.2.0
pytest-xdist==3.2.1
# via -r requirements/test.in
python-slugify==8.0.1
# via code-annotations
Expand All @@ -102,7 +102,7 @@ typing-extensions==4.5.0
# via
# astroid
# pylint
urllib3==1.26.14
urllib3==1.26.15
# via
# -r requirements/base.txt
# selenium
Expand Down

0 comments on commit bb1cbe4

Please sign in to comment.