Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
Ian2012 authored Nov 25, 2024
2 parents 1ff96f3 + 2a1fad2 commit d24ba2b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via tutor
asttokens==2.4.1
# via transifex-python
bcrypt==4.2.0
bcrypt==4.2.1
# via -r requirements/base.in
black==24.10.0
# via shandy-sqlfmt
Expand Down Expand Up @@ -113,7 +113,7 @@ six==1.16.0
# python-dateutil
toolz==1.0.0
# via pyseeyou
tqdm==4.67.0
tqdm==4.67.1
# via shandy-sqlfmt
transifex-python==3.5.0
# via -r requirements/base.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ asttokens==2.4.1
# transifex-python
backports-tarfile==1.2.0
# via jaraco-context
bcrypt==4.2.0
bcrypt==4.2.1
# via -r requirements/base.txt
black==24.10.0
# via
Expand Down Expand Up @@ -245,7 +245,7 @@ toolz==1.0.0
# via
# -r requirements/base.txt
# pyseeyou
tqdm==4.67.0
tqdm==4.67.1
# via
# -r requirements/base.txt
# shandy-sqlfmt
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.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
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/tutor-contrib-aspects/tutor-contrib-aspects/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.5.0
setuptools==75.6.0
# via -r requirements/pip.in

0 comments on commit d24ba2b

Please sign in to comment.