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 Oct 23, 2023
1 parent 85bf3d5 commit 8ad553d
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 43 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cffi==1.16.0
# via
# cryptography
# pynacl
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
click==8.1.7
# via edx-django-utils
Expand Down Expand Up @@ -76,7 +76,7 @@ inflection==0.5.1
# via drf-yasg
mysqlclient==2.2.0
# via -r requirements/base.in
newrelic==9.1.0
newrelic==9.1.1
# via edx-django-utils
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -118,7 +118,7 @@ six==1.16.0
# via
# edx-auth-backends
# edx-django-release-util
social-auth-app-django==5.3.0
social-auth-app-django==5.4.0
# via edx-auth-backends
social-auth-core==4.4.2
# via
Expand All @@ -134,7 +134,7 @@ typing-extensions==4.8.0
# via asgiref
uritemplate==4.1.1
# via drf-yasg
urllib3==1.26.17
urllib3==1.26.18
# via
# -c requirements/constraints.txt
# requests
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ beautifulsoup4==4.12.2
# via pydata-sphinx-theme
certifi==2023.7.22
# via requests
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
docutils==0.19
# via
Expand Down Expand Up @@ -72,7 +72,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.8.0
# via pydata-sphinx-theme
urllib3==1.26.17
urllib3==1.26.18
# via
# -c requirements/constraints.txt
# requests
Expand Down
26 changes: 9 additions & 17 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==2.15.8
astroid==3.0.1
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -46,7 +46,7 @@ chardet==5.2.0
# via
# -r requirements/test.txt
# diff-cover
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -157,7 +157,7 @@ exceptiongroup==1.1.3
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==19.10.0
faker==19.11.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -193,10 +193,6 @@ jinja2==3.1.2
# code-annotations
# diff-cover
# sphinx
lazy-object-proxy==1.9.0
# via
# -r requirements/test.txt
# astroid
markupsafe==2.1.3
# via
# -r requirements/docs.txt
Expand All @@ -206,15 +202,15 @@ mccabe==0.7.0
# via
# -r requirements/test.txt
# pylint
mypy==1.6.0
mypy==1.6.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.0
newrelic==9.1.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -272,7 +268,7 @@ pyjwt[crypto]==2.8.0
# edx-auth-backends
# pyjwt
# social-auth-core
pylint==2.17.7
pylint==3.0.2
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -283,7 +279,7 @@ pylint-celery==0.3
# via
# -r requirements/test.txt
# edx-lint
pylint-django==2.5.3
pylint-django==2.5.4
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -354,7 +350,7 @@ snowballstemmer==2.2.0
# via
# -r requirements/docs.txt
# sphinx
social-auth-app-django==5.3.0
social-auth-app-django==5.4.0
# via
# -r requirements/test.txt
# edx-auth-backends
Expand Down Expand Up @@ -437,16 +433,12 @@ uritemplate==4.1.1
# via
# -r requirements/test.txt
# drf-yasg
urllib3==1.26.17
urllib3==1.26.18
# via
# -c requirements/constraints.txt
# -r requirements/docs.txt
# -r requirements/test.txt
# requests
wrapt==1.15.0
# via
# -r requirements/test.txt
# astroid
zipp==3.17.0
# via
# -r requirements/docs.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.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.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,11 +10,11 @@ asgiref==3.7.2
# django
attrs==23.1.0
# via -r requirements/base.txt
boto3==1.28.63
boto3==1.28.68
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.31.63
botocore==1.31.68
# via
# boto3
# s3transfer
Expand All @@ -27,7 +27,7 @@ cffi==1.16.0
# -r requirements/base.txt
# cryptography
# pynacl
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -116,7 +116,7 @@ jmespath==1.0.1
# botocore
mysqlclient==2.2.0
# via -r requirements/base.txt
newrelic==9.1.0
newrelic==9.1.1
# via
# -r requirements/base.txt
# -r requirements/production.in
Expand Down Expand Up @@ -191,7 +191,7 @@ six==1.16.0
# edx-django-release-util
# python-dateutil
# python-memcached
social-auth-app-django==5.3.0
social-auth-app-django==5.4.0
# via
# -r requirements/base.txt
# edx-auth-backends
Expand All @@ -216,7 +216,7 @@ uritemplate==4.1.1
# via
# -r requirements/base.txt
# drf-yasg
urllib3==1.26.17
urllib3==1.26.18
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down
22 changes: 9 additions & 13 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==2.15.8
astroid==3.0.1
# via
# -r requirements/test.in
# pylint
Expand All @@ -26,7 +26,7 @@ cffi==1.16.0
# pynacl
chardet==5.2.0
# via diff-cover
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -119,7 +119,7 @@ exceptiongroup==1.1.3
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==19.10.0
faker==19.11.0
# via factory-boy
idna==3.4
# via
Expand All @@ -137,19 +137,17 @@ jinja2==3.1.2
# via
# code-annotations
# diff-cover
lazy-object-proxy==1.9.0
# via astroid
markupsafe==2.1.3
# via jinja2
mccabe==0.7.0
# via pylint
mypy==1.6.0
mypy==1.6.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.0
newrelic==9.1.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -191,15 +189,15 @@ pyjwt[crypto]==2.8.0
# edx-auth-backends
# pyjwt
# social-auth-core
pylint==2.17.7
pylint==3.0.2
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.3
pylint-django==2.5.4
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand Down Expand Up @@ -255,7 +253,7 @@ six==1.16.0
# edx-django-release-util
# edx-lint
# python-dateutil
social-auth-app-django==5.3.0
social-auth-app-django==5.4.0
# via
# -r requirements/base.txt
# edx-auth-backends
Expand Down Expand Up @@ -295,10 +293,8 @@ uritemplate==4.1.1
# via
# -r requirements/base.txt
# drf-yasg
urllib3==1.26.17
urllib3==1.26.18
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# requests
wrapt==1.15.0
# via astroid

0 comments on commit 8ad553d

Please sign in to comment.