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

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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
django==3.2.22
django==3.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down
40 changes: 25 additions & 15 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,22 @@
#
# make upgrade
#
certifi==2023.7.22
cachetools==5.3.2
# via
# -r requirements/tox.txt
# tox
certifi==2023.11.17
# via requests
charset-normalizer==3.3.1
chardet==5.2.0
# via
# -r requirements/tox.txt
# tox
charset-normalizer==3.3.2
# via requests
colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage==6.5.0
# via coveralls
coveralls==3.3.1
Expand All @@ -18,46 +30,44 @@ distlib==0.3.7
# virtualenv
docopt==0.6.2
# via coveralls
filelock==3.12.4
filelock==3.13.1
# via
# -r requirements/tox.txt
# tox
# virtualenv
idna==3.4
idna==3.6
# via requests
packaging==23.2
# via
# -r requirements/tox.txt
# pyproject-api
# tox
platformdirs==3.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/tox.txt
# tox
# virtualenv
pluggy==1.3.0
# via
# -r requirements/tox.txt
# tox
py==1.11.0
pyproject-api==1.6.1
# via
# -r requirements/tox.txt
# tox
requests==2.31.0
# via coveralls
six==1.16.0
# via
# -r requirements/tox.txt
# tox
tomli==2.0.1
# via
# -r requirements/tox.txt
# pyproject-api
# tox
tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/tox.txt
urllib3==2.0.7
tox==4.11.3
# via -r requirements/tox.txt
urllib3==2.1.0
# via requests
virtualenv==20.24.5
virtualenv==20.24.7
# via
# -r requirements/tox.txt
# tox
35 changes: 18 additions & 17 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ astroid==3.0.1
# -r requirements/test.txt
# pylint
# pylint-celery
babel==2.13.0
babel==2.13.1
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand All @@ -36,12 +36,12 @@ beautifulsoup4==4.12.2
# -r requirements/docs.txt
# -r requirements/test.txt
# pydata-sphinx-theme
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/docs.txt
# -r requirements/test.txt
# requests
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand All @@ -65,13 +65,13 @@ coverage[toml]==7.3.2
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.txt
dill==0.3.7
# via
# -r requirements/test.txt
# pylint
django==3.2.22
django==3.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand All @@ -96,21 +96,21 @@ docutils==0.19
# -r requirements/test.txt
# pydata-sphinx-theme
# sphinx
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/test.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==19.11.0
faker==20.1.0
# via
# -r requirements/test.txt
# factory-boy
freezegun==1.2.2
# via -r requirements/test.txt
idna==3.4
idna==3.6
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -162,12 +162,13 @@ packaging==23.2
# pydata-sphinx-theme
# pytest
# sphinx
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# pylint
pluggy==1.3.0
Expand All @@ -181,12 +182,12 @@ pockets==0.9.1
# sphinxcontrib-napoleon
pycodestyle==2.11.1
# via -r requirements/test.txt
pydata-sphinx-theme==0.14.1
pydata-sphinx-theme==0.14.3
# via
# -r requirements/docs.txt
# -r requirements/test.txt
# sphinx-book-theme
pygments==2.16.1
pygments==2.17.2
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand All @@ -204,7 +205,7 @@ pylint-celery==0.3
# via
# -r requirements/test.txt
# edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -213,14 +214,14 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.5.2
pytest-django==4.7.0
# via -r requirements/test.txt
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -330,7 +331,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.1
tomlkit==0.12.3
# via
# -r requirements/test.txt
# pylint
Expand All @@ -344,7 +345,7 @@ typing-extensions==4.8.0
# faker
# pydata-sphinx-theme
# pylint
urllib3==2.0.7
urllib3==2.1.0
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down
16 changes: 8 additions & 8 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
babel==2.13.0
babel==2.13.1
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
django==3.2.22
django==3.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand All @@ -37,7 +37,7 @@ docutils==0.19
# via
# pydata-sphinx-theme
# sphinx
idna==3.4
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
Expand All @@ -55,9 +55,9 @@ packaging==23.2
# sphinx
pockets==0.9.1
# via sphinxcontrib-napoleon
pydata-sphinx-theme==0.14.1
pydata-sphinx-theme==0.14.3
# via sphinx-book-theme
pygments==2.16.1
pygments==2.17.2
# via
# accessible-pygments
# pydata-sphinx-theme
Expand Down Expand Up @@ -108,7 +108,7 @@ typing-extensions==4.8.0
# -r requirements/base.txt
# asgiref
# pydata-sphinx-theme
urllib3==2.0.7
urllib3==2.1.0
# via requests
zipp==3.17.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
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.2
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.2
# via -r requirements/pip.in
Loading
Loading