Skip to content

Commit

Permalink
chore: Updating Python Requirements (#317)
Browse files Browse the repository at this point in the history
Co-authored-by: Usama Sadiq <[email protected]>
  • Loading branch information
edx-requirements-bot and UsamaSadiq authored Jun 16, 2023
1 parent 18cf72d commit 8391b36
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
distlib==0.3.6
# via virtualenv
filelock==3.12.0
filelock==3.12.1
# via
# tox
# virtualenv
packaging==23.1
# via tox
platformdirs==3.5.1
platformdirs==3.5.3
# via virtualenv
pluggy==1.0.0
# via tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ exceptiongroup==1.1.1
# via
# -r requirements/quality.txt
# pytest
filelock==3.12.0
filelock==3.12.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -130,7 +130,7 @@ pbr==5.11.1
# stevedore
pip-tools==6.13.0
# via -r requirements/pip-tools.txt
platformdirs==3.5.1
platformdirs==3.5.3
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -157,7 +157,7 @@ pycparser==2.21
# via
# -r requirements/quality.txt
# cffi
pydantic==1.10.8
pydantic==1.10.9
# via inflect
pydocstyle==6.3.0
# via -r requirements/quality.txt
Expand Down Expand Up @@ -189,7 +189,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.3.1
pytest==7.3.2
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ pygments==2.15.1
# sphinx
pynacl==1.5.0
# via -r requirements/test.txt
pytest==7.3.1
pytest==7.3.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -214,7 +214,7 @@ typing-extensions==4.6.3
# asgiref
# pydata-sphinx-theme
# rich
urllib3==2.0.2
urllib3==2.0.3
# via
# requests
# twine
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.5.1
platformdirs==3.5.3
# via pylint
pluggy==1.0.0
# via
Expand Down Expand Up @@ -109,7 +109,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pynacl==1.5.0
# via -r requirements/test.txt
pytest==7.3.1
pytest==7.3.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pycparser==2.21
# cffi
pynacl==1.5.0
# via -r requirements/base.txt
pytest==7.3.1
pytest==7.3.2
# via
# pytest-cov
# pytest-django
Expand Down

0 comments on commit 8391b36

Please sign in to comment.