Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Python Requirements Update #297

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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ charset-normalizer==3.3.1
# via requests
click==8.1.7
# via edx-django-utils
cryptography==41.0.4
cryptography==41.0.5
# via
# pyjwt
# social-auth-core
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==0.7.13
# via sphinx
babel==2.13.0
babel==2.13.1
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -36,7 +36,7 @@ packaging==23.2
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.14.1
pydata-sphinx-theme==0.14.2
# via sphinx-book-theme
pygments==2.16.1
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ astroid==3.0.1
# pylint-celery
attrs==23.1.0
# via -r requirements/test.txt
babel==2.13.0
babel==2.13.1
# via
# -r requirements/docs.txt
# pydata-sphinx-theme
Expand Down Expand Up @@ -71,7 +71,7 @@ coverage[toml]==7.3.2
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -149,15 +149,15 @@ edx-django-release-util==1.3.0
# via -r requirements/test.txt
edx-django-utils==5.7.0
# via -r requirements/test.txt
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 @@ -250,7 +250,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/docs.txt
# sphinx-book-theme
Expand Down Expand Up @@ -279,7 +279,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 @@ -292,7 +292,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ asgiref==3.7.2
# django
attrs==23.1.0
# via -r requirements/base.txt
boto3==1.28.68
boto3==1.28.73
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.31.68
botocore==1.31.73
# via
# boto3
# s3transfer
Expand All @@ -35,7 +35,7 @@ click==8.1.7
# via
# -r requirements/base.txt
# edx-django-utils
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -98,7 +98,7 @@ edx-django-utils==5.7.0
# via -r requirements/base.txt
gevent==23.9.1
# via -r requirements/production.in
greenlet==3.0.0
greenlet==3.0.1
# via gevent
gunicorn==21.2.0
# via -r requirements/production.in
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ coverage[toml]==7.3.2
# via
# -r requirements/test.in
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -113,13 +113,13 @@ edx-django-release-util==1.3.0
# via -r requirements/base.txt
edx-django-utils==5.7.0
# via -r requirements/base.txt
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
idna==3.4
# via
Expand Down Expand Up @@ -197,7 +197,7 @@ 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
Expand All @@ -207,7 +207,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down
Loading