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

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored and Agrendalath committed Feb 5, 2024
1 parent d304ca7 commit ee70510
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 37 deletions.
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.2.0
# via -r requirements/base.in
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via
Expand All @@ -18,7 +18,7 @@ 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
Expand Down Expand Up @@ -74,7 +74,7 @@ idna==3.6
# via requests
inflection==0.5.1
# via drf-yasg
mysqlclient==2.2.1
mysqlclient==2.2.3
# via -r requirements/base.in
newrelic==9.6.0
# via edx-django-utils
Expand All @@ -99,7 +99,7 @@ pynacl==1.5.0
# via edx-django-utils
python3-openid==3.2.0
# via social-auth-core
pytz==2023.3.post1
pytz==2024.1
# via
# django
# djangorestframework
Expand Down
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.3.post1
pytz==2024.1
# via babel
requests==2.31.0
# via sphinx
Expand Down
24 changes: 12 additions & 12 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==3.0.2
astroid==3.0.3
# via
# -r requirements/test.txt
# pylint
Expand All @@ -32,7 +32,7 @@ beautifulsoup4==4.12.3
# via
# -r requirements/docs.txt
# pydata-sphinx-theme
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -62,7 +62,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -71,7 +71,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
# pyjwt
Expand Down Expand Up @@ -110,7 +110,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==3.1.3
# via
Expand Down Expand Up @@ -157,7 +157,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==22.5.1
faker==22.6.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -193,7 +193,7 @@ jinja2==3.1.3
# code-annotations
# diff-cover
# sphinx
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand All @@ -208,7 +208,7 @@ mypy-extensions==1.0.0
# via
# -r requirements/test.txt
# mypy
mysqlclient==2.2.1
mysqlclient==2.2.3
# via -r requirements/test.txt
newrelic==9.6.0
# via
Expand All @@ -231,7 +231,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 @@ -299,21 +299,21 @@ pytest==8.0.0
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements/test.txt
python-dateutil==2.8.2
# via
# -r requirements/test.txt
# faker
python-slugify==8.0.2
python-slugify==8.0.3
# via
# -r requirements/test.txt
# code-annotations
python3-openid==3.2.0
# via
# -r requirements/test.txt
# social-auth-core
pytz==2023.3.post1
pytz==2024.1
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
# 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.2.0
# via -r requirements/base.txt
boto3==1.34.29
boto3==1.34.34
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.34.29
botocore==1.34.34
# via
# boto3
# s3transfer
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/base.txt
# requests
Expand All @@ -35,7 +35,7 @@ click==8.1.7
# via
# -r requirements/base.txt
# edx-django-utils
cryptography==42.0.1
cryptography==42.0.2
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -114,7 +114,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
mysqlclient==2.2.1
mysqlclient==2.2.3
# via -r requirements/base.txt
newrelic==9.6.0
# via
Expand Down Expand Up @@ -161,7 +161,7 @@ python3-openid==3.2.0
# via
# -r requirements/base.txt
# social-auth-core
pytz==2023.3.post1
pytz==2024.1
# via
# -r requirements/base.txt
# django
Expand Down
22 changes: 11 additions & 11 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==3.0.2
astroid==3.0.3
# via
# -r requirements/test.in
# pylint
# pylint-celery
attrs==23.2.0
# via -r requirements/base.txt
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/base.txt
# requests
Expand All @@ -39,13 +39,13 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via edx-lint
coverage[toml]==7.4.1
# via
# -r requirements/test.in
# pytest-cov
cryptography==42.0.1
cryptography==42.0.2
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -119,7 +119,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==22.5.1
faker==22.6.0
# via factory-boy
idna==3.6
# via
Expand All @@ -137,15 +137,15 @@ jinja2==3.1.3
# via
# code-annotations
# diff-cover
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via pylint
mypy==1.8.0
# via -r requirements/test.in
mypy-extensions==1.0.0
# via mypy
mysqlclient==2.2.1
mysqlclient==2.2.3
# via -r requirements/base.txt
newrelic==9.6.0
# via
Expand All @@ -165,7 +165,7 @@ pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
platformdirs==4.1.0
platformdirs==4.2.0
# via pylint
pluggy==1.4.0
# via
Expand Down Expand Up @@ -214,17 +214,17 @@ pytest==8.0.0
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via faker
python-slugify==8.0.2
python-slugify==8.0.3
# via code-annotations
python3-openid==3.2.0
# via
# -r requirements/base.txt
# social-auth-core
pytz==2023.3.post1
pytz==2024.1
# via
# -r requirements/base.txt
# django
Expand Down

0 comments on commit ee70510

Please sign in to comment.