Skip to content

Commit

Permalink
chore: Updating Python Requirements (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored May 5, 2023
1 parent c788824 commit d9b6134
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ click==8.1.3
# via edx-django-utils
cryptography==40.0.2
# via pyjwt
django==3.2.18
django==3.2.19
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -72,7 +72,7 @@ pytz==2023.3
# via
# django
# djangorestframework
requests==2.29.0
requests==2.30.0
# via
# -r requirements/base.in
# pyjwkest
Expand All @@ -89,5 +89,5 @@ stevedore==5.0.0
# via
# edx-django-utils
# edx-opaque-keys
urllib3==1.26.15
urllib3==2.0.2
# via requests
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ code-annotations==1.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.2.3
coverage[toml]==7.2.5
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -75,7 +75,7 @@ distlib==0.3.6
# via
# -r requirements/test.txt
# virtualenv
django==3.2.18
django==3.2.19
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
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.6.0
faker==18.6.2
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -302,7 +302,7 @@ pyyaml==6.0
# via
# -r requirements/test.txt
# code-annotations
requests==2.29.0
requests==2.30.0
# via
# -r requirements/base.txt
# -r requirements/docs.txt
Expand Down Expand Up @@ -398,7 +398,7 @@ typing-extensions==4.5.0
# -r requirements/test.txt
# astroid
# pylint
urllib3==1.26.15
urllib3==2.0.2
# via
# -r requirements/base.txt
# -r requirements/docs.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pytz==2023.3
# via
# -c requirements/test.txt
# babel
requests==2.29.0
requests==2.30.0
# via
# -c requirements/test.txt
# sphinx
Expand Down Expand Up @@ -75,7 +75,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==1.26.15
urllib3==2.0.2
# via
# -c requirements/test.txt
# requests
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
# via edx-lint
coverage[toml]==7.2.3
coverage[toml]==7.2.5
# via
# -r requirements/test.in
# pytest-cov
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.6.0
faker==18.6.2
# via factory-boy
filelock==3.12.0
# via
Expand Down Expand Up @@ -195,7 +195,7 @@ pytz==2023.3
# djangorestframework
pyyaml==6.0
# via code-annotations
requests==2.29.0
requests==2.30.0
# via
# -r requirements/base.txt
# pyjwkest
Expand Down Expand Up @@ -236,7 +236,7 @@ typing-extensions==4.5.0
# via
# astroid
# pylint
urllib3==1.26.15
urllib3==2.0.2
# via
# -r requirements/base.txt
# requests
Expand Down

0 comments on commit d9b6134

Please sign in to comment.