Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 11, 2024
1 parent 90ca184 commit add3485
Show file tree
Hide file tree
Showing 8 changed files with 182 additions and 178 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.44.0
wheel==0.45.0
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
setuptools==75.2.0
setuptools==75.3.0
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cookiecutter==2.6.0
# via -r requirements/base.in
dill==0.3.9
# via pylint
edx-lint==5.4.0
edx-lint==5.4.1
# via -r requirements/base.in
idna==3.10
# via requests
Expand Down Expand Up @@ -82,7 +82,7 @@ pyyaml==6.0.2
# cookiecutter
requests==2.32.3
# via cookiecutter
rich==13.9.3
rich==13.9.4
# via cookiecutter
six==1.16.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
packaging==24.2
# via
# pyproject-api
# tox
Expand All @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.27.0
virtualenv==20.27.1
# via tox
Loading

0 comments on commit add3485

Please sign in to comment.