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 16, 2023
1 parent d542843 commit 85bf3d5
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 16 deletions.
3 changes: 2 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,14 @@ packaging==23.2
# via drf-yasg
pbr==5.11.1
# via stevedore
psutil==5.9.5
psutil==5.9.6
# via edx-django-utils
pycparser==2.21
# via cffi
pyjwt[crypto]==2.8.0
# via
# edx-auth-backends
# pyjwt
# social-auth-core
pynacl==1.5.0
# via edx-django-utils
Expand Down
12 changes: 7 additions & 5 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ code-annotations==1.5.0
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.4
# via
Expand All @@ -82,7 +83,7 @@ defusedxml==0.8.0rc2
# -r requirements/test.txt
# python3-openid
# social-auth-core
diff-cover==7.7.0
diff-cover==8.0.0
# via -r requirements/test.txt
dill==0.3.7
# via
Expand Down Expand Up @@ -156,7 +157,7 @@ exceptiongroup==1.1.3
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==19.6.2
faker==19.10.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -205,7 +206,7 @@ mccabe==0.7.0
# via
# -r requirements/test.txt
# pylint
mypy==1.5.1
mypy==1.6.0
# via -r requirements/test.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -243,11 +244,11 @@ pluggy==1.3.0
# -r requirements/test.txt
# diff-cover
# pytest
psutil==5.9.5
psutil==5.9.6
# via
# -r requirements/test.txt
# edx-django-utils
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/test.txt
pycparser==2.21
# via
Expand All @@ -269,6 +270,7 @@ pyjwt[crypto]==2.8.0
# via
# -r requirements/test.txt
# edx-auth-backends
# pyjwt
# social-auth-core
pylint==2.17.7
# via
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.2.1
pip==23.3
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
9 changes: 5 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.62
boto3==1.28.63
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.31.62
botocore==1.31.63
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -70,7 +70,7 @@ django-environ==0.11.2
# via -r requirements/base.txt
django-filter==23.3
# via -r requirements/base.txt
django-storages==1.14.1
django-storages==1.14.2
# via -r requirements/production.in
django-waffle==4.0.0
# via
Expand Down Expand Up @@ -135,7 +135,7 @@ pbr==5.11.1
# via
# -r requirements/base.txt
# stevedore
psutil==5.9.5
psutil==5.9.6
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -147,6 +147,7 @@ pyjwt[crypto]==2.8.0
# via
# -r requirements/base.txt
# edx-auth-backends
# pyjwt
# social-auth-core
pynacl==1.5.0
# via
Expand Down
11 changes: 6 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
diff-cover==7.7.0
diff-cover==8.0.0
# via -r requirements/test.in
dill==0.3.7
# via pylint
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.6.2
faker==19.10.0
# via factory-boy
idna==3.4
# via
Expand All @@ -143,7 +143,7 @@ markupsafe==2.1.3
# via jinja2
mccabe==0.7.0
# via pylint
mypy==1.5.1
mypy==1.6.0
# via -r requirements/test.in
mypy-extensions==1.0.0
# via mypy
Expand Down Expand Up @@ -173,11 +173,11 @@ pluggy==1.3.0
# via
# diff-cover
# pytest
psutil==5.9.5
psutil==5.9.6
# via
# -r requirements/base.txt
# edx-django-utils
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/test.in
pycparser==2.21
# via
Expand All @@ -189,6 +189,7 @@ pyjwt[crypto]==2.8.0
# via
# -r requirements/base.txt
# edx-auth-backends
# pyjwt
# social-auth-core
pylint==2.17.7
# via
Expand Down

0 comments on commit 85bf3d5

Please sign in to comment.