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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.11.1
# via django
boto3==1.42.63
boto3==1.42.68
# via fs-s3fs
botocore==1.42.63
botocore==1.42.68
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -39,7 +39,7 @@ markupsafe==3.0.3
# via
# mako
# xblock
openedx-django-pyfs==3.8.0
openedx-django-pyfs==4.0.0
# via xblock
python-dateutil==2.9.0.post0
# via
Expand All @@ -62,7 +62,7 @@ sqlparse==0.5.5
# via django
urllib3==2.6.3
# via botocore
web-fragments==3.1.0
web-fragments==4.0.0
# via xblock
webob==1.8.9
# via xblock
Expand Down
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
cachetools==7.0.3
cachetools==7.0.5
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.25.0
filelock==3.25.2
# via
# python-discovery
# tox
Expand All @@ -28,11 +28,11 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.1.1
python-discovery==1.1.3
# via virtualenv
tomli-w==1.2.0
# via tox
tox==4.49.0
tox==4.49.1
# via -r requirements/ci.in
virtualenv==21.1.0
virtualenv==21.2.0
# via tox
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -12,5 +12,5 @@ wheel==0.46.3
# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
# via -r requirements/pip.in
setuptools==82.0.0
setuptools==82.0.1
# via -r requirements/pip.in
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -18,20 +18,20 @@ astroid==4.0.4
# via
# pylint
# pylint-celery
binaryornot==0.5.0
binaryornot==0.6.0
# via cookiecutter
boto3==1.42.63
boto3==1.42.68
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.63
botocore==1.42.68
# via
# -r requirements/base.txt
# boto3
# s3transfer
certifi==2026.2.25
# via requests
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via requests
click==8.3.1
# via
Expand All @@ -54,7 +54,7 @@ dill==0.4.1
# -r requirements/base.txt
# openedx-django-pyfs
# xblock-sdk
edx-lint==5.6.0
edx-lint==6.0.0
# via -r requirements/test.in
fs==2.4.16
# via
Expand Down Expand Up @@ -109,7 +109,7 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.2.0
# via -r requirements/test.in
openedx-django-pyfs==3.8.0
openedx-django-pyfs==4.0.0
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -210,7 +210,7 @@ urllib3==2.6.3
# -r requirements/base.txt
# botocore
# requests
web-fragments==3.1.0
web-fragments==4.0.0
# via
# -r requirements/base.txt
# xblock
Expand Down