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 Dec 2, 2024
1 parent 90ca184 commit d6036fb
Show file tree
Hide file tree
Showing 8 changed files with 203 additions and 209 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.1
# 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.1
# 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.6.0
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
code-annotations==2.0.0
# via edx-lint
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 All @@ -56,7 +56,7 @@ platformdirs==4.3.6
# via pylint
pygments==2.18.0
# via rich
pylint==3.3.1
pylint==3.3.2
# via
# edx-lint
# pylint-celery
Expand All @@ -82,13 +82,13 @@ 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
# edx-lint
# python-dateutil
stevedore==5.3.0
stevedore==5.4.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
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.28.0
# via tox
Loading

0 comments on commit d6036fb

Please sign in to comment.