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

Python Requirements Update #302

Merged
merged 1 commit into from
Nov 28, 2023
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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.7.2
# via django
attrs==23.1.0
# via -r requirements/base.in
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via
Expand Down Expand Up @@ -46,7 +46,7 @@ django-crum==0.7.9
# via edx-django-utils
django-environ==0.11.2
# via -r requirements/base.in
django-filter==23.3
django-filter==23.4
# via -r requirements/base.in
django-waffle==4.0.0
# via
Expand All @@ -70,13 +70,13 @@ edx-django-release-util==1.3.0
# via -r requirements/base.in
edx-django-utils==5.8.0
# via -r requirements/base.in
idna==3.4
idna==3.6
# via requests
inflection==0.5.1
# via drf-yasg
mysqlclient==2.2.0
# via -r requirements/base.in
newrelic==9.1.1
newrelic==9.2.0
# via edx-django-utils
oauthlib==3.2.2
# via
Expand Down
5 changes: 5 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# virtualenv latest version requires platformdirs<4.0 which conflicts with tox>4.0 version
# This constraint can be removed once the issue
# https://github.com/pypa/virtualenv/issues/2666 gets resolved
platformdirs<4.0
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ babel==2.13.1
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
docutils==0.19
# via
# pydata-sphinx-theme
# sphinx
idna==3.4
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
Expand All @@ -38,7 +38,7 @@ packaging==23.2
# sphinx
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
23 changes: 12 additions & 11 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ beautifulsoup4==4.12.2
# via
# -r requirements/docs.txt
# pydata-sphinx-theme
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -83,7 +83,7 @@ defusedxml==0.8.0rc2
# -r requirements/test.txt
# python3-openid
# social-auth-core
diff-cover==8.0.0
diff-cover==8.0.1
# via -r requirements/test.txt
dill==0.3.7
# via
Expand Down Expand Up @@ -118,7 +118,7 @@ django-dynamic-fixture==3.1.3
# -r requirements/test.txt
django-environ==0.11.2
# via -r requirements/test.txt
django-filter==23.3
django-filter==23.4
# via -r requirements/test.txt
django-waffle==4.0.0
# via
Expand Down Expand Up @@ -151,17 +151,17 @@ edx-django-utils==5.8.0
# via -r requirements/test.txt
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==20.0.0
faker==20.1.0
# via
# -r requirements/test.txt
# factory-boy
idna==3.4
idna==3.6
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -202,15 +202,15 @@ mccabe==0.7.0
# via
# -r requirements/test.txt
# pylint
mypy==1.7.0
mypy==1.7.1
# via -r requirements/test.txt
mypy-extensions==1.0.0
# via
# -r requirements/test.txt
# mypy
mysqlclient==2.2.0
# via -r requirements/test.txt
newrelic==9.1.1
newrelic==9.2.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -231,8 +231,9 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.0.0
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# pylint
pluggy==1.3.0
Expand All @@ -254,7 +255,7 @@ pydata-sphinx-theme==0.14.3
# via
# -r requirements/docs.txt
# sphinx-book-theme
pygments==2.16.1
pygments==2.17.2
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -415,7 +416,7 @@ tomli==2.0.1
# mypy
# pylint
# pytest
tomlkit==0.12.2
tomlkit==0.12.3
# via
# -r requirements/test.txt
# pylint
Expand Down
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.3
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.3
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
12 changes: 6 additions & 6 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ asgiref==3.7.2
# django
attrs==23.1.0
# via -r requirements/base.txt
boto3==1.28.84
boto3==1.29.6
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.31.84
botocore==1.32.6
# via
# boto3
# s3transfer
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -68,7 +68,7 @@ django-crum==0.7.9
# edx-django-utils
django-environ==0.11.2
# via -r requirements/base.txt
django-filter==23.3
django-filter==23.4
# via -r requirements/base.txt
django-storages==1.14.2
# via -r requirements/production.in
Expand Down Expand Up @@ -102,7 +102,7 @@ greenlet==3.0.1
# via gevent
gunicorn==21.2.0
# via -r requirements/production.in
idna==3.4
idna==3.6
# via
# -r requirements/base.txt
# requests
Expand All @@ -116,7 +116,7 @@ jmespath==1.0.1
# botocore
mysqlclient==2.2.0
# via -r requirements/base.txt
newrelic==9.1.1
newrelic==9.2.0
# via
# -r requirements/base.txt
# -r requirements/production.in
Expand Down
26 changes: 14 additions & 12 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ astroid==3.0.1
# pylint-celery
attrs==23.1.0
# via -r requirements/base.txt
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -57,7 +57,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
diff-cover==8.0.0
diff-cover==8.0.1
# via -r requirements/test.in
dill==0.3.7
# via pylint
Expand Down Expand Up @@ -87,7 +87,7 @@ django-dynamic-fixture==3.1.3
# -r requirements/test.in
django-environ==0.11.2
# via -r requirements/base.txt
django-filter==23.3
django-filter==23.4
# via -r requirements/base.txt
django-waffle==4.0.0
# via
Expand Down Expand Up @@ -115,13 +115,13 @@ edx-django-utils==5.8.0
# via -r requirements/base.txt
edx-lint==5.3.6
# via -r requirements/test.in
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==20.0.0
faker==20.1.0
# via factory-boy
idna==3.4
idna==3.6
# via
# -r requirements/base.txt
# requests
Expand All @@ -141,13 +141,13 @@ markupsafe==2.1.3
# via jinja2
mccabe==0.7.0
# via pylint
mypy==1.7.0
mypy==1.7.1
# via -r requirements/test.in
mypy-extensions==1.0.0
# via mypy
mysqlclient==2.2.0
# via -r requirements/base.txt
newrelic==9.1.1
newrelic==9.2.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -165,8 +165,10 @@ pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
platformdirs==4.0.0
# via pylint
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# pylint
pluggy==1.3.0
# via
# diff-cover
Expand All @@ -181,7 +183,7 @@ pycparser==2.21
# via
# -r requirements/base.txt
# cffi
pygments==2.16.1
pygments==2.17.2
# via diff-cover
pyjwt[crypto]==2.8.0
# via
Expand Down Expand Up @@ -279,7 +281,7 @@ tomli==2.0.1
# mypy
# pylint
# pytest
tomlkit==0.12.2
tomlkit==0.12.3
# via pylint
typing-extensions==4.8.0
# via
Expand Down
Loading