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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --cert=None --client-cert=None --index-url=None --output-file=requirements/base.txt --pip-args=None requirements/base.in
# pip-compile --output-file=requirements/base.txt requirements/base.in
#
asgiref==3.9.1
# via django
Expand All @@ -12,7 +12,7 @@ casbin-django-orm-adapter==1.7.0
# via -r requirements/base.in
django==4.2.24
# via
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
# casbin-django-orm-adapter
openedx-atlas==0.7.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --cert=None --client-cert=None --index-url=None --output-file=requirements/ci.txt --pip-args=None requirements/ci.in
# pip-compile --output-file=requirements/ci.txt requirements/ci.in
#
cachetools==6.2.0
# via tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --cert=None --client-cert=None --index-url=None --output-file=requirements/dev.txt --pip-args=None requirements/dev.in
# pip-compile --output-file=requirements/dev.txt requirements/dev.in
#
asgiref==3.9.1
# via
Expand Down Expand Up @@ -68,7 +68,7 @@ distlib==0.4.0
# virtualenv
django==4.2.24
# via
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
# casbin-django-orm-adapter
# edx-i18n-tools
Expand Down Expand Up @@ -121,7 +121,7 @@ packaging==25.0
# tox
path==16.16.0
# via edx-i18n-tools
pip-tools==7.5.0
pip-tools==7.5.1
# via -r requirements/pip-tools.txt
platformdirs==4.4.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --cert=None --client-cert=None --index-url=None --output-file=requirements/doc.txt --pip-args=None requirements/doc.in
# pip-compile --output-file=requirements/doc.txt requirements/doc.in
#
accessible-pygments==0.0.5
# via pydata-sphinx-theme
Expand Down Expand Up @@ -48,7 +48,7 @@ ddt==1.7.2
# via -r requirements/test.txt
django==4.2.24
# via
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# casbin-django-orm-adapter
doc8==2.0.0
Expand Down
2 changes: 1 addition & 1 deletion 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 Down
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/edx/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/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --cert=None --client-cert=None --index-url=None --output-file=requirements/quality.txt --pip-args=None requirements/quality.in
# pip-compile --output-file=requirements/quality.txt requirements/quality.in
#
asgiref==3.9.1
# via
Expand Down Expand Up @@ -38,7 +38,7 @@ dill==0.4.0
# via pylint
django==4.2.24
# via
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# casbin-django-orm-adapter
edx-lint==5.6.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --cert=None --client-cert=None --index-url=None --output-file=requirements/test.txt --pip-args=None requirements/test.in
# pip-compile --output-file=requirements/test.txt requirements/test.in
#
asgiref==3.9.1
# via
Expand All @@ -21,7 +21,7 @@ coverage[toml]==7.10.6
ddt==1.7.2
# via -r requirements/test.in
# via
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# casbin-django-orm-adapter
iniconfig==2.1.0
Expand Down