Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
build==1.2.2.post1
build==1.3.0
# via pip-tools
click==8.1.8
click==8.3.0
# via pip-tools
packaging==24.2
packaging==25.0
# via build
pip-tools==7.4.1
pip-tools==7.5.1
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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==25.0.1
pip==25.2
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
setuptools==78.1.0
setuptools==80.9.0
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
54 changes: 23 additions & 31 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,59 +4,57 @@
#
# make upgrade
#
arrow==1.3.0
arrow==1.4.0
# via cookiecutter
astroid==3.3.9
astroid==3.3.11
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
certifi==2025.1.31
certifi==2025.10.5
# via requests
chardet==5.2.0
# via binaryornot
charset-normalizer==3.4.1
charset-normalizer==3.4.4
# via requests
click==8.1.8
click==8.3.0
# via
# click-log
# code-annotations
# cookiecutter
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.2.0
code-annotations==2.3.0
# via edx-lint
cookiecutter==2.6.0
# via -r requirements/base.in
dill==0.3.9
dill==0.4.0
# via pylint
edx-lint==5.6.0
# via -r requirements/base.in
idna==3.10
idna==3.11
# via requests
isort==6.0.1
isort==6.1.0
# via pylint
jinja2==3.1.6
# via
# code-annotations
# cookiecutter
markdown-it-py==3.0.0
markdown-it-py==4.0.0
# via rich
markupsafe==3.0.2
markupsafe==3.0.3
# via jinja2
mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
pbr==6.1.1
# via stevedore
platformdirs==4.3.7
platformdirs==4.5.0
# via pylint
pygments==2.19.1
pygments==2.19.2
# via rich
pylint==3.3.6
pylint==3.3.9
# via
# edx-lint
# pylint-celery
Expand All @@ -66,7 +64,7 @@ pylint-celery==0.3
# via edx-lint
pylint-django==2.6.1
# via edx-lint
pylint-plugin-utils==0.8.2
pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
Expand All @@ -76,31 +74,25 @@ python-slugify==8.0.4
# via
# code-annotations
# cookiecutter
pyyaml==6.0.2
pyyaml==6.0.3
# via
# code-annotations
# cookiecutter
requests==2.32.3
requests==2.32.5
# via cookiecutter
rich==14.0.0
rich==14.2.0
# via cookiecutter
six==1.17.0
# via
# edx-lint
# python-dateutil
stevedore==5.4.1
stevedore==5.5.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
tomlkit==0.13.3
# via pylint
types-python-dateutil==2.9.0.20241206
tzdata==2025.2
# via arrow
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==78.1.0
# via pbr
urllib3==2.5.0
# via requests
18 changes: 9 additions & 9 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
#
# make upgrade
#
cachetools==5.5.2
cachetools==6.2.1
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.9
distlib==0.4.0
# via virtualenv
filelock==3.18.0
filelock==3.20.0
# via
# tox
# virtualenv
packaging==24.2
packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.3.7
platformdirs==4.5.0
# via
# tox
# virtualenv
pluggy==1.5.0
pluggy==1.6.0
# via tox
pyproject-api==1.9.0
pyproject-api==1.10.0
# via tox
tox==4.25.0
tox==4.31.0
# via -r requirements/ci.in
virtualenv==20.29.3
virtualenv==20.35.3
# via tox
Loading
Loading