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

Python Requirements Update #593

Merged
merged 1 commit into from
Feb 7, 2024
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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ celery==4.4.7
# -c requirements/constraints.txt
# -r requirements/base.in
# django-user-tasks
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via
Expand All @@ -35,15 +35,15 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
cryptography==42.0.1
cryptography==42.0.2
# via
# pyjwt
# social-auth-core
defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==4.2.9
django==4.2.10
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -118,7 +118,7 @@ edx-django-utils==5.10.1
# via
# edx-drf-extensions
# edx-rest-api-client
edx-drf-extensions==10.1.0
edx-drf-extensions==10.2.0
# via -r requirements/base.in
edx-opaque-keys==2.5.1
# via edx-drf-extensions
Expand Down Expand Up @@ -164,7 +164,7 @@ python-dateutil==2.8.2
# via analytics-python
python3-openid==3.2.0
# via social-auth-core
pytz==2023.4
pytz==2024.1
# via
# -r requirements/base.in
# celery
Expand Down
34 changes: 17 additions & 17 deletions requirements/devstack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ asgiref==3.7.2
# -r requirements/local.txt
# django
# django-cors-headers
astroid==3.0.2
astroid==3.0.3
# via
# -r requirements/local.txt
# pylint
Expand Down Expand Up @@ -53,12 +53,12 @@ billiard==3.6.4.0
# via
# -r requirements/local.txt
# celery
boto3==1.34.30
boto3==1.34.35
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
# moto
botocore==1.34.30
botocore==1.34.35
# via
# -r requirements/local.txt
# boto3
Expand All @@ -73,7 +73,7 @@ celery==4.4.7
# -c requirements/constraints.txt
# -r requirements/local.txt
# django-user-tasks
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/local.txt
# requests
Expand Down Expand Up @@ -101,7 +101,7 @@ click-log==0.4.0
# via
# -r requirements/local.txt
# edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
Expand All @@ -119,7 +119,7 @@ coverage[toml]==7.4.1
# -r requirements/local.txt
# coverage
# pytest-cov
cryptography==42.0.1
cryptography==42.0.2
# via
# -r requirements/local.txt
# moto
Expand All @@ -140,7 +140,7 @@ distlib==0.3.8
# via
# -r requirements/local.txt
# virtualenv
django==4.2.9
django==4.2.10
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
Expand Down Expand Up @@ -170,7 +170,7 @@ django-crum==0.7.9
# via
# -r requirements/local.txt
# edx-django-utils
django-debug-toolbar==4.2.0
django-debug-toolbar==4.3.0
# via -r requirements/local.txt
django-dynamic-fixture==4.0.1
# via -r requirements/local.txt
Expand Down Expand Up @@ -232,7 +232,7 @@ edx-django-utils==5.10.1
# -r requirements/local.txt
# edx-drf-extensions
# edx-rest-api-client
edx-drf-extensions==10.1.0
edx-drf-extensions==10.2.0
# via -r requirements/local.txt
edx-i18n-tools==1.3.0
# via -r requirements/local.txt
Expand All @@ -250,7 +250,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/local.txt
faker==22.6.0
faker==22.7.0
# via
# -r requirements/local.txt
# factory-boy
Expand Down Expand Up @@ -309,7 +309,7 @@ lz4==4.3.3
# via
# -r requirements/local.txt
# ruamel-yaml-cmd
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/local.txt
# jinja2
Expand All @@ -322,9 +322,9 @@ monotonic==1.6
# via
# -r requirements/local.txt
# analytics-python
moto==5.0.0
moto==5.0.1
# via -r requirements/local.txt
mysqlclient==2.2.1
mysqlclient==2.2.3
# via -r requirements/nonlocal.txt
newrelic==5.24.0.153
# via
Expand All @@ -345,7 +345,7 @@ packaging==23.2
# pytest
# sphinx
# tox
path==16.9.0
path==16.10.0
# via
# -r requirements/local.txt
# edx-i18n-tools
Expand All @@ -357,7 +357,7 @@ pbr==6.0.0
# via
# -r requirements/local.txt
# stevedore
platformdirs==4.1.0
platformdirs==4.2.0
# via
# -r requirements/local.txt
# pylint
Expand Down Expand Up @@ -464,7 +464,7 @@ python3-openid==3.2.0
# via
# -r requirements/local.txt
# social-auth-core
pytz==2023.4
pytz==2024.1
# via
# -r requirements/local.txt
# babel
Expand Down Expand Up @@ -660,7 +660,7 @@ xmltodict==0.13.0
# via
# -r requirements/local.txt
# moto
yamllint==1.33.0
yamllint==1.34.0
# via -r requirements/local.txt
zipp==3.17.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==4.2.9
django==4.2.10
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ babel==2.14.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2023.11.17
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -30,7 +30,7 @@ importlib-metadata==7.0.1
# via sphinx
jinja2==3.1.3
# via sphinx
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
packaging==23.2
# via
Expand All @@ -43,7 +43,7 @@ pygments==2.17.2
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pytz==2023.4
pytz==2024.1
# via babel
requests==2.31.0
# via sphinx
Expand Down
32 changes: 16 additions & 16 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ asgiref==3.7.2
# -r requirements/test.txt
# django
# django-cors-headers
astroid==3.0.2
astroid==3.0.3
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -53,12 +53,12 @@ billiard==3.6.4.0
# via
# -r requirements/test.txt
# celery
boto3==1.34.30
boto3==1.34.35
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# moto
botocore==1.34.30
botocore==1.34.35
# via
# -r requirements/test.txt
# boto3
Expand All @@ -73,7 +73,7 @@ celery==4.4.7
# -c requirements/constraints.txt
# -r requirements/test.txt
# django-user-tasks
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -103,7 +103,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand All @@ -119,7 +119,7 @@ coverage[toml]==7.4.1
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==42.0.1
cryptography==42.0.2
# via
# -r requirements/test.txt
# moto
Expand All @@ -140,7 +140,7 @@ distlib==0.3.8
# via
# -r requirements/test.txt
# virtualenv
django==4.2.9
django==4.2.10
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -170,7 +170,7 @@ django-crum==0.7.9
# via
# -r requirements/test.txt
# edx-django-utils
django-debug-toolbar==4.2.0
django-debug-toolbar==4.3.0
# via -r requirements/local.in
django-dynamic-fixture==4.0.1
# via -r requirements/test.txt
Expand Down Expand Up @@ -232,7 +232,7 @@ edx-django-utils==5.10.1
# -r requirements/test.txt
# edx-drf-extensions
# edx-rest-api-client
edx-drf-extensions==10.1.0
edx-drf-extensions==10.2.0
# via -r requirements/test.txt
edx-i18n-tools==1.3.0
# via -r requirements/local.in
Expand All @@ -250,7 +250,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==22.6.0
faker==22.7.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -307,7 +307,7 @@ lxml==5.1.0
# via edx-i18n-tools
lz4==4.3.3
# via ruamel-yaml-cmd
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand All @@ -321,7 +321,7 @@ monotonic==1.6
# via
# -r requirements/test.txt
# analytics-python
moto==5.0.0
moto==5.0.1
# via -r requirements/test.txt
newrelic==5.24.0.153
# via
Expand All @@ -343,7 +343,7 @@ packaging==23.2
# pytest
# sphinx
# tox
path==16.9.0
path==16.10.0
# via edx-i18n-tools
pathspec==0.12.1
# via
Expand All @@ -353,7 +353,7 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.1.0
platformdirs==4.2.0
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -454,7 +454,7 @@ python3-openid==3.2.0
# via
# -r requirements/test.txt
# social-auth-core
pytz==2023.4
pytz==2024.1
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -647,7 +647,7 @@ xmltodict==0.13.0
# via
# -r requirements/test.txt
# moto
yamllint==1.33.0
yamllint==1.34.0
# via -r requirements/test.txt
zipp==3.17.0
# via
Expand Down
Loading
Loading