Skip to content

Commit

Permalink
chore: Updating Python Requirements (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jun 9, 2023
1 parent 1b31936 commit a8bf162
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ stevedore==5.1.0
# edx-opaque-keys
typing-extensions==4.6.3
# via asgiref
urllib3==2.0.2
urllib3==2.0.3
# via requests
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ exceptiongroup==1.1.1
# pytest
factory-boy==2.12.0
# via -r requirements/test.txt
faker==18.10.0
faker==18.10.1
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -167,7 +167,7 @@ lazy-object-proxy==1.9.0
# via
# -r requirements/test.txt
# astroid
markupsafe==2.1.2
markupsafe==2.1.3
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -316,7 +316,7 @@ sphinx==5.3.0
# -r requirements/docs.txt
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-rtd-theme==1.2.1
sphinx-rtd-theme==1.2.2
# via -r requirements/docs.txt
sphinxcontrib-applehelp==1.0.4
# via
Expand Down Expand Up @@ -384,7 +384,7 @@ typing-extensions==4.6.3
# asgiref
# astroid
# pylint
urllib3==2.0.2
urllib3==2.0.3
# via
# -r requirements/base.txt
# -r requirements/docs.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jinja2==3.1.2
# via
# -c requirements/test.txt
# sphinx
markupsafe==2.1.2
markupsafe==2.1.3
# via
# -c requirements/test.txt
# jinja2
Expand All @@ -59,7 +59,7 @@ sphinx==5.3.0
# -r requirements/docs.in
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-rtd-theme==1.2.1
sphinx-rtd-theme==1.2.2
# via -r requirements/docs.in
sphinxcontrib-applehelp==1.0.4
# via sphinx
Expand All @@ -75,7 +75,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==2.0.2
urllib3==2.0.3
# via
# -c requirements/test.txt
# requests
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ exceptiongroup==1.1.1
# via pytest
factory-boy==2.12.0
# via -r requirements/test.in
faker==18.10.0
faker==18.10.1
# via factory-boy
filelock==3.12.0
# via
Expand All @@ -102,7 +102,7 @@ jinja2==3.1.2
# via code-annotations
lazy-object-proxy==1.9.0
# via astroid
markupsafe==2.1.2
markupsafe==2.1.3
# via jinja2
mccabe==0.7.0
# via pylint
Expand Down Expand Up @@ -225,7 +225,7 @@ typing-extensions==4.6.3
# asgiref
# astroid
# pylint
urllib3==2.0.2
urllib3==2.0.3
# via
# -r requirements/base.txt
# requests
Expand Down

0 comments on commit a8bf162

Please sign in to comment.