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 #116

Merged
Merged
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,7 +4,7 @@
#
# make upgrade
#
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
iniconfig==2.0.0
# via pytest
Expand All @@ -14,7 +14,7 @@ packaging==23.1
# via pytest
pandas==2.0.3
# via -r requirements/base.in
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pytest==7.4.0
# via
Expand Down
32 changes: 17 additions & 15 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ build==0.10.0
# via
# -r requirements/pip-tools.txt
# pip-tools
chardet==5.1.0
chardet==5.2.0
# via diff-cover
click==8.1.6
click==8.1.7
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -33,7 +33,7 @@ code-annotations==1.5.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.2.7
coverage[toml]==7.3.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -51,15 +51,15 @@ django==3.2.20
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# edx-i18n-tools
edx-i18n-tools==1.0.0
edx-i18n-tools==1.1.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via -r requirements/quality.txt
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements/quality.txt
# pytest
filelock==3.12.2
filelock==3.12.3
# via
# -r requirements/travis.txt
# tox
Expand Down Expand Up @@ -109,15 +109,15 @@ pbr==5.11.1
# via
# -r requirements/quality.txt
# stevedore
pip-tools==7.1.0
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==3.9.1
platformdirs==3.10.0
# via
# -r requirements/quality.txt
# -r requirements/travis.txt
# pylint
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/quality.txt
# -r requirements/travis.txt
Expand All @@ -130,11 +130,11 @@ py==1.11.0
# via
# -r requirements/travis.txt
# tox
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/quality.txt
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.15.1
pygments==2.16.1
# via diff-cover
pylint==2.17.5
# via
Expand Down Expand Up @@ -228,7 +228,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.11.8
tomlkit==0.12.1
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -237,23 +237,25 @@ tox==3.28.0
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/travis.txt
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/travis.txt
typing-extensions==4.7.1
# via
# -r requirements/quality.txt
# -r requirements/travis.txt
# asgiref
# astroid
# filelock
# pylint
tzdata==2023.3
# via
# -r requirements/quality.txt
# pandas
virtualenv==20.24.2
virtualenv==20.24.4
# via
# -r requirements/travis.txt
# tox
wheel==0.41.0
wheel==0.41.2
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via
# -r requirements/test.txt
# code-annotations
code-annotations==1.5.0
# via -r requirements/test.txt
coverage[toml]==7.2.7
coverage[toml]==7.3.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -39,7 +39,7 @@ docutils==0.19
# readme-renderer
# restructuredtext-lint
# sphinx
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -78,13 +78,13 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
pydata-sphinx-theme==0.13.3
# via sphinx-book-theme
pygments==2.15.1
pygments==2.16.1
# via
# accessible-pygments
# doc8
Expand Down Expand Up @@ -125,7 +125,7 @@ pyyaml==6.0.1
# via
# -r requirements/test.txt
# code-annotations
readme-renderer==40.0
readme-renderer==41.0
# via -r requirements/doc.in
requests==2.31.0
# via sphinx
Expand Down
7 changes: 4 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@
#
build==0.10.0
# via pip-tools
click==8.1.6
click==8.1.7
# via pip-tools
packaging==23.1
# via build
pip-tools==7.1.0
pip-tools==7.3.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pip-tools
wheel==0.41.0
# pyproject-hooks
wheel==0.41.2
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.0
wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.0.0
setuptools==68.1.2
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ astroid==2.15.6
# via
# pylint
# pylint-celery
click==8.1.6
click==8.1.7
# via
# -r requirements/test.txt
# click-log
Expand All @@ -20,15 +20,15 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.2.7
coverage[toml]==7.3.0
# via
# -r requirements/test.txt
# pytest-cov
dill==0.3.7
# via pylint
edx-lint==5.3.4
# via -r requirements/quality.in
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -66,13 +66,13 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.9.1
platformdirs==3.10.0
# via pylint
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down Expand Up @@ -144,7 +144,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.11.8
tomlkit==0.12.1
# via pylint
typing-extensions==4.7.1
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
click==8.1.6
click==8.1.7
# via code-annotations
code-annotations==1.5.0
# via -r requirements/test.in
coverage[toml]==7.2.7
coverage[toml]==7.3.0
# via pytest-cov
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements/base.txt
# pytest
Expand All @@ -34,7 +34,7 @@ pandas==2.0.3
# via -r requirements/base.txt
pbr==5.11.1
# via stevedore
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/base.txt
# pytest
Expand Down
12 changes: 7 additions & 5 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.2
filelock==3.12.3
# via
# tox
# virtualenv
packaging==23.1
# via tox
platformdirs==3.9.1
platformdirs==3.10.0
# via virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
Expand All @@ -27,7 +27,9 @@ tox==3.28.0
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/travis.in
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/travis.in
virtualenv==20.24.2
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
# via tox