Skip to content

Commit

Permalink
Merge pull request #649 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-3c59673

chore: Upgrade Python requirements
  • Loading branch information
feanil authored Nov 26, 2024
2 parents 3c59673 + 5d84f89 commit fe0f9ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ urllib3==2.2.3
# via
# -r requirements/base.txt
# requests
uvicorn==0.32.0
uvicorn==0.32.1
# via sphinx-autobuild
watchfiles==0.24.0
watchfiles==1.0.0
# via sphinx-autobuild
websockets==14.1
# via sphinx-autobuild
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
wheel==0.45.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c /home/runner/work/open-edx-proposals/open-edx-proposals/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.5.0
setuptools==75.6.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit fe0f9ab

Please sign in to comment.