Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #53

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0
# via
# -r requirements/base.in
# scipy
Expand Down
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.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
# 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
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
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.0
# 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 @@ -107,13 +107,13 @@ tomli==2.0.1
# via pylint
tomlkit==0.11.0
# 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