Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
feanil authored Aug 6, 2024
2 parents 2066ee8 + 29695c3 commit f96b03f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ urllib3==2.2.2
# via
# -r requirements/base.txt
# requests
uvicorn==0.30.3
uvicorn==0.30.5
# via sphinx-autobuild
watchfiles==0.22.0
# via sphinx-autobuild
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.43.0
wheel==0.44.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
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.1.0
# via
# build
# pip-tools
wheel==0.43.0
wheel==0.44.0
# via pip-tools

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

0 comments on commit f96b03f

Please sign in to comment.