Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
UsamaSadiq authored Dec 9, 2024
2 parents f88ea41 + eb15dd3 commit 46c28cc
Show file tree
Hide file tree
Showing 8 changed files with 214 additions and 220 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
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
arrow==1.3.0
# via cookiecutter
astroid==3.3.5
astroid==3.3.6
# via
# pylint
# pylint-celery
Expand All @@ -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,19 +82,19 @@ 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
six==1.17.0
# via
# edx-lint
# python-dateutil
stevedore==5.3.0
stevedore==5.4.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
types-python-dateutil==2.9.0.20241003
types-python-dateutil==2.9.0.20241206
# via arrow
urllib3==2.2.3
# via requests
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 46c28cc

Please sign in to comment.