Skip to content

Commit

Permalink
chore: Updating Python Requirements (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Apr 28, 2023
1 parent 47a3180 commit c788824
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pytz==2023.3
# via
# django
# djangorestframework
requests==2.28.2
requests==2.29.0
# via
# -r requirements/base.in
# pyjwkest
Expand Down
16 changes: 8 additions & 8 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.15.3
astroid==2.15.4
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -124,7 +124,7 @@ exceptiongroup==1.1.1
# pytest
factory-boy==2.12.0
# via -r requirements/test.txt
faker==18.4.0
faker==18.6.0
# via
# -r requirements/test.txt
# factory-boy
Expand All @@ -150,7 +150,7 @@ imagesize==1.4.1
# via
# -r requirements/docs.txt
# sphinx
importlib-metadata==6.5.0
importlib-metadata==6.6.0
# via
# -r requirements/docs.txt
# sphinx
Expand Down Expand Up @@ -198,7 +198,7 @@ pbr==5.11.1
# -r requirements/base.txt
# -r requirements/test.txt
# stevedore
platformdirs==3.2.0
platformdirs==3.5.0
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -242,7 +242,7 @@ pyjwt[crypto]==2.6.0
# -r requirements/base.txt
# -r requirements/test.txt
# drf-jwt
pylint==2.17.2
pylint==2.17.3
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -302,7 +302,7 @@ pyyaml==6.0
# via
# -r requirements/test.txt
# code-annotations
requests==2.28.2
requests==2.29.0
# via
# -r requirements/base.txt
# -r requirements/docs.txt
Expand Down Expand Up @@ -385,7 +385,7 @@ tomli==2.0.1
# pylint
# pytest
# tox
tomlkit==0.11.7
tomlkit==0.11.8
# via
# -r requirements/test.txt
# pylint
Expand All @@ -404,7 +404,7 @@ urllib3==1.26.15
# -r requirements/docs.txt
# -r requirements/test.txt
# requests
virtualenv==20.22.0
virtualenv==20.23.0
# via
# -r requirements/test.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ idna==3.4
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.5.0
importlib-metadata==6.6.0
# via sphinx
jinja2==3.1.2
# via
Expand All @@ -46,7 +46,7 @@ pytz==2023.3
# via
# -c requirements/test.txt
# babel
requests==2.28.2
requests==2.29.0
# via
# -c requirements/test.txt
# sphinx
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.40.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.1
pip==23.1.2
# via -r requirements/pip.in
setuptools==67.7.0
setuptools==67.7.2
# via -r requirements/pip.in
14 changes: 7 additions & 7 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.15.3
astroid==2.15.4
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -80,7 +80,7 @@ exceptiongroup==1.1.1
# via pytest
factory-boy==2.12.0
# via -r requirements/test.in
faker==18.4.0
faker==18.6.0
# via factory-boy
filelock==3.12.0
# via
Expand Down Expand Up @@ -122,7 +122,7 @@ pbr==5.11.1
# via
# -r requirements/base.txt
# stevedore
platformdirs==3.2.0
platformdirs==3.5.0
# via
# pylint
# virtualenv
Expand Down Expand Up @@ -152,7 +152,7 @@ pyjwt[crypto]==2.6.0
# via
# -r requirements/base.txt
# drf-jwt
pylint==2.17.2
pylint==2.17.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -195,7 +195,7 @@ pytz==2023.3
# djangorestframework
pyyaml==6.0
# via code-annotations
requests==2.28.2
requests==2.29.0
# via
# -r requirements/base.txt
# pyjwkest
Expand Down Expand Up @@ -226,7 +226,7 @@ tomli==2.0.1
# pylint
# pytest
# tox
tomlkit==0.11.7
tomlkit==0.11.8
# via pylint
tox==3.28.0
# via
Expand All @@ -240,7 +240,7 @@ urllib3==1.26.15
# via
# -r requirements/base.txt
# requests
virtualenv==20.22.0
virtualenv==20.23.0
# via tox
wrapt==1.15.0
# via astroid

0 comments on commit c788824

Please sign in to comment.