Skip to content

Commit

Permalink
chore: Updating Python Requirements (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jul 11, 2022
1 parent 3e7ddff commit 4882927
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 21 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
lxml==4.9.0
lxml==4.9.1
# via -r requirements/base.in
markupsafe==2.1.1
# via -r requirements/base.in
mpmath==1.2.1
# via sympy
numpy==1.22.4
numpy==1.23.1
# via
# -r requirements/base.in
# scipy
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
certifi==2022.6.15
# via requests
charset-normalizer==2.0.12
charset-normalizer==2.1.0
# via requests
coverage==6.4.1
# via coveralls
Expand Down Expand Up @@ -45,7 +45,7 @@ pyparsing==3.0.9
# via
# -r requirements/tox.txt
# packaging
requests==2.28.0
requests==2.28.1
# via coveralls
six==1.16.0
# via
Expand All @@ -56,11 +56,11 @@ toml==0.10.2
# via
# -r requirements/tox.txt
# tox
tox==3.25.0
tox==3.25.1
# via -r requirements/tox.txt
urllib3==1.26.9
urllib3==1.26.10
# via requests
virtualenv==20.14.1
virtualenv==20.15.1
# via
# -r requirements/tox.txt
# tox
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.37.1
# The following packages are considered to be unsafe in a requirements file:
pip==22.1.2
# via -r requirements/pip.in
setuptools==62.6.0
setuptools==63.1.0
# via -r requirements/pip.in
14 changes: 11 additions & 3 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,22 @@
#
# make upgrade
#
build==0.8.0
# via pip-tools
click==8.1.3
# via pip-tools
packaging==21.3
# via build
pep517==0.12.0
# via pip-tools
pip-tools==6.6.2
# via build
pip-tools==6.8.0
# via -r requirements/pip_tools.in
pyparsing==3.0.9
# via packaging
tomli==2.0.1
# via pep517
# via
# build
# pep517
wheel==0.37.1
# via pip-tools

Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.11.6
astroid==2.11.7
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -35,7 +35,7 @@ jinja2==3.1.2
# via code-annotations
lazy-object-proxy==1.7.1
# via astroid
lxml==4.9.0
lxml==4.9.1
# via -r requirements/base.txt
markupsafe==2.1.1
# via
Expand All @@ -47,7 +47,7 @@ mpmath==1.2.1
# via
# -r requirements/base.txt
# sympy
numpy==1.22.4
numpy==1.23.1
# via
# -r requirements/base.txt
# scipy
Expand All @@ -65,7 +65,7 @@ py==1.11.0
# via tox
pycodestyle==2.8.0
# via -r requirements/test.in
pylint==2.14.3
pylint==2.14.4
# via
# -r requirements/test.in
# edx-lint
Expand Down Expand Up @@ -105,15 +105,15 @@ toml==0.10.2
# via tox
tomli==2.0.1
# via pylint
tomlkit==0.11.0
tomlkit==0.11.1
# via pylint
tox==3.25.0
tox==3.25.1
# via -r requirements/test.in
typing-extensions==4.2.0
typing-extensions==4.3.0
# via
# astroid
# pylint
virtualenv==20.14.1
virtualenv==20.15.1
# via tox
wrapt==1.14.1
# via astroid
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ six==1.16.0
# virtualenv
toml==0.10.2
# via tox
tox==3.25.0
tox==3.25.1
# via -r requirements/tox.in
virtualenv==20.14.1
virtualenv==20.15.1
# via tox

0 comments on commit 4882927

Please sign in to comment.