Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
chore: Updating Python Requirements (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jan 31, 2024
1 parent e5fb8b3 commit 815153a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ pexpect==4.9.0
# via -r requirements/test.txt
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==4.1.0
platformdirs==4.2.0
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/test.txt
# pytest
Expand All @@ -67,7 +67,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.4
pytest==8.0.0
# via -r requirements/test.txt
pyyaml==6.0.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pygments==2.17.2
# pydata-sphinx-theme
# readme-renderer
# sphinx
pytz==2023.3.post1
pytz==2023.4
# via babel
pyyaml==6.0.1
# via -r requirements/base.txt
Expand Down Expand Up @@ -93,7 +93,7 @@ tomli==2.0.1
# via doc8
typing-extensions==4.9.0
# via pydata-sphinx-theme
urllib3==2.1.0
urllib3==2.2.0
# via requests
zipp==3.17.0
# via importlib-metadata
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ packaging==23.2
# via pytest
pexpect==4.9.0
# via -r requirements/test.in
pluggy==1.3.0
pluggy==1.4.0
# via pytest
ptyprocess==0.7.0
# via pexpect
pytest==7.4.4
pytest==8.0.0
# via -r requirements/test.in
pyyaml==6.0.1
# via -r requirements/base.txt
Expand Down

0 comments on commit 815153a

Please sign in to comment.