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
18 changes: 9 additions & 9 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/ci.txt requirements/ci.in
# pip-compile --cert=None --client-cert=None --index-url=None --output-file=requirements/ci.txt --pip-args=None requirements/ci.in
#
cachetools==5.5.2
cachetools==6.2.0
# 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.19.1
# via
# tox
# virtualenv
packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.3.7
platformdirs==4.4.0
# via
# tox
# virtualenv
pluggy==1.5.0
pluggy==1.6.0
# via tox
pyproject-api==1.9.0
pyproject-api==1.9.1
# via tox
tox==4.25.0
tox==4.30.2
# via -r requirements/ci.in
virtualenv==20.31.1
virtualenv==20.34.0
# via tox
7 changes: 0 additions & 7 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ Django<5.0
# See https://github.com/openedx/edx-platform/issues/35126 for more info
elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3

# Cause: https://github.com/openedx/edx-lint/issues/475
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
urllib3<2.3.0
40 changes: 19 additions & 21 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,35 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/dev.txt requirements/base.in requirements/dev.in
# pip-compile --cert=None --client-cert=None --index-url=None --output-file=requirements/dev.txt --pip-args=None requirements/base.in requirements/dev.in
#
appdirs==1.4.4
# via fs
asgiref==3.8.1
asgiref==3.9.2
# via django
boto3==1.38.9
boto3==1.40.40
# via fs-s3fs
botocore==1.38.9
botocore==1.40.40
# via
# boto3
# s3transfer
build==1.2.2.post1
build==1.3.0
# via pip-tools
cachetools==5.5.2
cachetools==6.2.0
# via tox
chardet==5.2.0
# via tox
click==8.1.8
click==8.3.0
# via pip-tools
colorama==0.4.6
# via tox
distlib==0.3.9
distlib==0.4.0
# via virtualenv
django==4.2.20
django==4.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
filelock==3.18.0
filelock==3.19.1
# via
# tox
# virtualenv
Expand All @@ -49,23 +49,23 @@ packaging==25.0
# build
# pyproject-api
# tox
pip-tools==7.4.1
pip-tools==7.5.0
# via -r requirements/dev.in
platformdirs==4.3.7
platformdirs==4.4.0
# via
# tox
# virtualenv
pluggy==1.5.0
pluggy==1.6.0
# via tox
pyproject-api==1.9.0
pyproject-api==1.9.1
# via tox
pyproject-hooks==1.2.0
# via
# build
# pip-tools
python-dateutil==2.9.0.post0
# via botocore
s3transfer==0.12.0
s3transfer==0.14.0
# via boto3
six==1.17.0
# via
Expand All @@ -74,13 +74,11 @@ six==1.17.0
# python-dateutil
sqlparse==0.5.3
# via django
tox==4.25.0
tox==4.30.2
# via -r requirements/dev.in
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# botocore
virtualenv==20.31.1
urllib3==2.5.0
# via botocore
virtualenv==20.34.0
# via tox
wheel==0.45.1
# via pip-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile --output-file=requirements/pip-tools.txt requirements/pip-tools.in
#
build==1.2.2.post1
build==1.3.0
# via pip-tools
click==8.1.8
click==8.3.0
# via pip-tools
packaging==25.0
# via build
pip-tools==7.4.1
pip-tools==7.5.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wheel==0.45.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c requirements/common_constraints.txt
# -c /home/runner/work/django-pyfs/django-pyfs/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==80.3.1
setuptools==80.9.0
# via -r requirements/pip.in
Loading