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

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/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ tox==3.28.0
# -r requirements/tox.txt
urllib3==2.0.7
# via requests
virtualenv==20.24.5
virtualenv==20.24.6
# via
# -r requirements/tox.txt
# tox
12 changes: 6 additions & 6 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 Down Expand Up @@ -96,15 +96,15 @@ 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
# via
# -r requirements/test.txt
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==19.11.0
faker==19.12.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -181,7 +181,7 @@ 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.2
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand All @@ -204,7 +204,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,7 +213,7 @@ 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
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
babel==2.13.0
babel==2.13.1
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -55,7 +55,7 @@ packaging==23.2
# sphinx
pockets==0.9.1
# via sphinxcontrib-napoleon
pydata-sphinx-theme==0.14.1
pydata-sphinx-theme==0.14.2
# via sphinx-book-theme
pygments==2.16.1
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ astroid==3.0.1
# via
# pylint
# pylint-celery
babel==2.13.0
babel==2.13.1
# via
# -r requirements/docs.txt
# pydata-sphinx-theme
Expand Down Expand Up @@ -74,13 +74,13 @@ docutils==0.19
# -r requirements/docs.txt
# pydata-sphinx-theme
# sphinx
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/test.in
exceptiongroup==1.1.3
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==19.11.0
faker==19.12.0
# via factory-boy
freezegun==1.2.2
# via -r requirements/test.in
Expand Down Expand Up @@ -137,7 +137,7 @@ pockets==0.9.1
# sphinxcontrib-napoleon
pycodestyle==2.11.1
# via -r requirements/test.in
pydata-sphinx-theme==0.14.1
pydata-sphinx-theme==0.14.2
# via
# -r requirements/docs.txt
# sphinx-book-theme
Expand All @@ -155,13 +155,13 @@ pylint==3.0.2
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.4
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==7.4.2
pytest==7.4.3
# via
# pytest-cov
# pytest-django
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/tox.in
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
Loading