Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
mumarkhan999 authored Nov 1, 2024
2 parents a3edb30 + 044ab13 commit 4128161
Show file tree
Hide file tree
Showing 8 changed files with 213 additions and 215 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
build==1.2.2
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
# via build
pip-tools==7.4.1
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip-tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.44.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.2
pip==24.3.1
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
setuptools==75.1.0
setuptools==75.2.0
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
14 changes: 7 additions & 7 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.4
astroid==3.3.5
# via
# pylint
# pylint-celery
Expand All @@ -16,7 +16,7 @@ certifi==2024.8.30
# via requests
chardet==5.2.0
# via binaryornot
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand All @@ -30,7 +30,7 @@ code-annotations==1.8.0
# via edx-lint
cookiecutter==2.6.0
# via -r requirements/base.in
dill==0.3.8
dill==0.3.9
# via pylint
edx-lint==5.4.0
# via -r requirements/base.in
Expand All @@ -44,7 +44,7 @@ jinja2==3.1.4
# cookiecutter
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
mccabe==0.7.0
# via pylint
Expand All @@ -64,7 +64,7 @@ pylint==3.3.1
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand All @@ -82,7 +82,7 @@ pyyaml==6.0.2
# cookiecutter
requests==2.32.3
# via cookiecutter
rich==13.8.1
rich==13.9.3
# via cookiecutter
six==1.16.0
# via
Expand All @@ -94,7 +94,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via arrow
urllib3==2.2.3
# via requests
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.8
distlib==0.3.9
# via virtualenv
filelock==3.16.1
# via
Expand All @@ -28,7 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.8.0
# via tox
tox==4.20.0
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.26.5
virtualenv==20.27.0
# via tox
Loading

0 comments on commit 4128161

Please sign in to comment.