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

Commit

Permalink
chore: Updating Python Requirements (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Sep 8, 2023
1 parent f26eb34 commit 8644277
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
#
# make upgrade
#
build==0.10.0
build==1.0.0
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.3.0
Expand All @@ -21,6 +23,8 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
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 @@ pydocstyle==6.3.0
# via -r requirements/test.in
pylint==2.17.5
# via -r requirements/test.in
pytest==7.4.0
pytest==7.4.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down

0 comments on commit 8644277

Please sign in to comment.