Skip to content

Commit

Permalink
chore: Updating Python Requirements (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Mar 13, 2023
1 parent c636663 commit 8d40a8c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cffi==1.15.1
# via
# cryptography
# pynacl
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via requests
click==8.1.3
# via edx-django-utils
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asgiref==3.6.0
# -r requirements/base.txt
# -r requirements/test.txt
# django
astroid==2.14.2
astroid==2.15.0
# via
# -r requirements/test.txt
# pylint
Expand All @@ -38,7 +38,7 @@ cffi==1.15.1
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via
# -r requirements/base.txt
# -r requirements/docs.txt
Expand Down Expand Up @@ -128,7 +128,7 @@ exceptiongroup==1.1.0
# pytest
factory-boy==2.12.0
# via -r requirements/test.txt
faker==17.5.0
faker==17.6.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -202,7 +202,7 @@ pbr==5.11.1
# -r requirements/base.txt
# -r requirements/test.txt
# stevedore
platformdirs==3.0.0
platformdirs==3.1.0
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -246,7 +246,7 @@ pyjwt[crypto]==2.6.0
# -r requirements/base.txt
# -r requirements/test.txt
# drf-jwt
pylint==2.16.2
pylint==2.17.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -276,7 +276,7 @@ pynacl==1.5.0
# -r requirements/base.txt
# -r requirements/test.txt
# edx-django-utils
pytest==7.2.1
pytest==7.2.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ certifi==2022.12.7
# via
# -c requirements/test.txt
# requests
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via
# -c requirements/test.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.38.4
# The following packages are considered to be unsafe in a requirements file:
pip==23.0.1
# via -r requirements/pip.in
setuptools==67.4.0
setuptools==67.6.0
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.6.0
# via
# -r requirements/base.txt
# django
astroid==2.14.2
astroid==2.15.0
# via
# pylint
# pylint-celery
Expand All @@ -23,7 +23,7 @@ cffi==1.15.1
# -r requirements/base.txt
# cryptography
# pynacl
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -82,7 +82,7 @@ exceptiongroup==1.1.0
# via pytest
factory-boy==2.12.0
# via -r requirements/test.in
faker==17.5.0
faker==17.6.0
# via factory-boy
filelock==3.9.0
# via
Expand Down Expand Up @@ -124,7 +124,7 @@ pbr==5.11.1
# via
# -r requirements/base.txt
# stevedore
platformdirs==3.0.0
platformdirs==3.1.0
# via
# pylint
# virtualenv
Expand Down Expand Up @@ -154,7 +154,7 @@ pyjwt[crypto]==2.6.0
# via
# -r requirements/base.txt
# drf-jwt
pylint==2.16.2
pylint==2.17.0
# via
# edx-lint
# pylint-celery
Expand All @@ -176,7 +176,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.2.1
pytest==7.2.2
# via
# pytest-cov
# pytest-django
Expand Down

0 comments on commit 8d40a8c

Please sign in to comment.