Skip to content
Merged
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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cachetools==6.2.0
# via -r requirements/base.in
celery[redis]==5.5.3
# via -r requirements/base.in
certifi==2025.8.3
certifi==2025.10.5
# via
# requests
# sentry-sdk
Expand All @@ -47,7 +47,7 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
cryptography==46.0.1
cryptography==46.0.2
# via
# -r requirements/base.in
# oauthlib
Expand Down
16 changes: 7 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cachetools==6.2.0
# via -r requirements/base.in
celery[redis]==5.5.3
# via -r requirements/base.in
certifi==2025.8.3
certifi==2025.10.5
# via
# requests
# sentry-sdk
Expand Down Expand Up @@ -72,7 +72,7 @@ code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.10.7
# via pytest-cov
cryptography==46.0.1
cryptography==46.0.2
# via
# -r requirements/base.in
# oauthlib
Expand Down Expand Up @@ -111,7 +111,7 @@ imagesize==1.4.1
# via sphinx
iniconfig==2.1.0
# via pytest
isort==6.0.1
isort==6.1.0
# via
# -r requirements/dev.in
# pylint
Expand Down Expand Up @@ -161,7 +161,7 @@ packaging==25.0
# sphinx
pathspec==0.12.1
# via mypy
pip-tools==7.5.0
pip-tools==7.5.1
# via -r requirements/dev.in
platformdirs==4.4.0
# via pylint
Expand All @@ -181,7 +181,7 @@ pyjwt[crypto]==2.10.1
# via
# github3-py
# oauthlib
pylint==3.3.8
pylint==3.3.9
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -339,9 +339,7 @@ wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c https:/raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# pip-tools
pip==25.2
# via pip-tools
setuptools==80.9.0
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alabaster==1.0.0
# via sphinx
babel==2.17.0
# via sphinx
certifi==2025.8.3
certifi==2025.10.5
# via requests
charset-normalizer==3.4.3
# via requests
Expand Down
8 changes: 3 additions & 5 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.3.0
# via pip-tools
packaging==25.0
# via build
pip-tools==7.5.0
pip-tools==7.5.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
Expand All @@ -20,9 +20,7 @@ wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c https:/raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# pip-tools
pip==25.2
# via pip-tools
setuptools==80.9.0
# via pip-tools
6 changes: 2 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c https:/raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
pip==25.2
# via -r requirements/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cachetools==6.2.0
# via -r requirements/base.in
celery[redis]==5.5.3
# via -r requirements/base.in
certifi==2025.8.3
certifi==2025.10.5
# via
# requests
# sentry-sdk
Expand All @@ -53,7 +53,7 @@ click-repl==0.3.0
# via celery
coverage[toml]==7.10.7
# via pytest-cov
cryptography==46.0.1
cryptography==46.0.2
# via
# -r requirements/base.in
# oauthlib
Expand Down