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

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 @@ -32,7 +32,7 @@ cookiecutter==2.4.0
# via -r requirements/base.in
dill==0.3.7
# via pylint
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/base.in
idna==3.4
# via requests
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.4
filelock==3.13.0
# via
# tox
# virtualenv
Expand All @@ -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/ci.in
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
14 changes: 7 additions & 7 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/test.txt
# pydata-sphinx-theme
Expand Down Expand Up @@ -80,7 +80,7 @@ cookiecutter==2.4.0
# via
# -r requirements/test.txt
# pytest-cookies
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/test.txt
# secretstorage
Expand Down Expand Up @@ -113,13 +113,13 @@ docutils==0.18.1
# restructuredtext-lint
# sphinx
# sphinx-rtd-theme
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
filelock==3.12.4
filelock==3.13.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -238,7 +238,7 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pydata-sphinx-theme==0.14.1
pydata-sphinx-theme==0.14.2
# via
# -r requirements/test.txt
# sphinx-book-theme
Expand Down Expand Up @@ -278,7 +278,7 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# build
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-cookies
Expand Down Expand Up @@ -443,7 +443,7 @@ urllib3==2.0.7
# -r requirements/test.txt
# requests
# twine
virtualenv==20.24.5
virtualenv==20.24.6
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ astroid==3.0.1
# -r requirements/base.txt
# pylint
# pylint-celery
babel==2.13.0
babel==2.13.1
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -64,7 +64,7 @@ cookiecutter==2.4.0
# via
# -r requirements/base.txt
# pytest-cookies
cryptography==41.0.4
cryptography==41.0.5
# via secretstorage
dill==0.3.7
# via
Expand All @@ -91,13 +91,13 @@ docutils==0.18.1
# restructuredtext-lint
# sphinx
# sphinx-rtd-theme
edx-lint==5.3.4
edx-lint==5.3.6
# via
# -r requirements/base.txt
# -r requirements/test.in
exceptiongroup==1.1.3
# via pytest
filelock==3.12.4
filelock==3.13.0
# via virtualenv
idna==3.4
# via
Expand Down Expand Up @@ -177,7 +177,7 @@ pycodestyle==2.11.1
# via -r requirements/test.in
pycparser==2.21
# via cffi
pydata-sphinx-theme==0.14.1
pydata-sphinx-theme==0.14.2
# via sphinx-book-theme
pydocstyle==6.3.0
# via -r requirements/test.in
Expand Down Expand Up @@ -212,7 +212,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pyproject-hooks==1.0.0
# via build
pytest==7.4.2
pytest==7.4.3
# via pytest-cookies
pytest-cookies==0.7.0
# via -r requirements/test.in
Expand Down Expand Up @@ -335,7 +335,7 @@ urllib3==2.0.7
# -r requirements/base.txt
# requests
# twine
virtualenv==20.24.5
virtualenv==20.24.6
# via -r requirements/test.in
zipp==3.17.0
# via
Expand Down
Loading