Skip to content
Closed
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
6 changes: 4 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cffi==2.0.0
# pynacl
charset-normalizer==3.4.3
# via requests
click==8.3.0
click==8.3.1
# via
# -c requirements/constraints.txt
# edx-django-utils
Expand Down Expand Up @@ -75,7 +75,9 @@ inflection==0.5.1
openedx-atlas==0.7.0
# via -r requirements/base.in
packaging==25.0
# via drf-yasg
# via
# -c requirements/constraints.txt
# drf-yasg
psutil==7.1.0
# via edx-django-utils
pycasbin==2.2.0
Expand Down
1 change: 1 addition & 0 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ filelock==3.19.1
# virtualenv
packaging==25.0
# via
# -c requirements/constraints.txt
# pyproject-api
# tox
platformdirs==4.4.0
Expand Down
5 changes: 4 additions & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@
-c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt

# Different packages want different versions of click, we force the most compatible one here
click==8.3.0
click==8.3.1

# packaging 26.0 was recently released, and wheel requirements are resolving to packaging==26.0, but other packages require packaging==25.0
packaging==25.0
6 changes: 4 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ charset-normalizer==3.4.3
# via
# -r requirements/quality.txt
# requests
click==8.3.0
click==8.3.1
# via
# -c requirements/constraints.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -187,6 +187,7 @@ openedx-atlas==0.7.0
# via -r requirements/quality.txt
packaging==25.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -195,6 +196,7 @@ packaging==25.0
# pyproject-api
# pytest
# tox
# wheel
path==16.16.0
# via edx-i18n-tools
pip-tools==7.5.2
Expand Down Expand Up @@ -358,7 +360,7 @@ virtualenv==20.34.0
# via
# -r requirements/ci.txt
# tox
wheel==0.45.1
wheel==0.46.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
10 changes: 2 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ charset-normalizer==3.4.3
# via
# -r requirements/test.txt
# requests
click==8.3.0
click==8.3.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand All @@ -55,7 +55,6 @@ cryptography==46.0.2
# via
# -r requirements/test.txt
# pyjwt
# secretstorage
ddt==1.7.2
# via -r requirements/test.txt
django==4.2.24
Expand Down Expand Up @@ -144,10 +143,6 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.3.0
# via keyring
jeepney==0.9.0
# via
# keyring
# secretstorage
jinja2==3.1.6
# via
# -r requirements/test.txt
Expand All @@ -173,6 +168,7 @@ openedx-atlas==0.7.0
# via -r requirements/test.txt
packaging==25.0
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# build
# drf-yasg
Expand Down Expand Up @@ -266,8 +262,6 @@ rich==14.1.0
# via twine
roman-numerals-py==3.1.0
# via sphinx
secretstorage==3.4.0
# via keyring
semantic-version==2.10.0
# via
# -r requirements/test.txt
Expand Down
9 changes: 6 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,22 @@
#
build==1.4.0
# via pip-tools
click==8.3.0
click==8.3.1
# via
# -c requirements/constraints.txt
# pip-tools
packaging==25.0
# via build
# via
# -c requirements/constraints.txt
# build
# wheel
pip-tools==7.5.2
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.1
wheel==0.46.3
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 6 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@
#
# pip-compile --allow-unsafe --output-file=requirements/pip.txt requirements/pip.in
#
wheel==0.45.1
packaging==25.0
# via
# -c requirements/constraints.txt
# wheel
wheel==0.46.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via -r requirements/pip.in
setuptools==80.9.0
setuptools==80.10.2
# via -r requirements/pip.in
3 changes: 2 additions & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ charset-normalizer==3.4.3
# via
# -r requirements/test.txt
# requests
click==8.3.0
click==8.3.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -138,6 +138,7 @@ openedx-atlas==0.7.0
# via -r requirements/test.txt
packaging==25.0
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# drf-yasg
# pytest
Expand Down
3 changes: 2 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ charset-normalizer==3.4.3
# via
# -r requirements/base.txt
# requests
click==8.3.0
click==8.3.1
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -111,6 +111,7 @@ openedx-atlas==0.7.0
# via -r requirements/base.txt
packaging==25.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# drf-yasg
# pytest
Expand Down