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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ filelock==3.20.3
# via
# tox
# virtualenv
packaging==25.0
packaging==26.0
# via
# pyproject-api
# tox
Expand Down
15 changes: 8 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ astroid==4.0.3
# -r requirements/test.txt
# pylint
# pylint-celery
boto3==1.42.30
boto3==1.42.34
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.30
botocore==1.42.34
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -71,7 +71,7 @@ ddt==1.7.2
# via -r requirements/test.txt
diff-cover==10.2.0
# via -r requirements/test.txt
dill==0.4.0
dill==0.4.1
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -108,7 +108,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.150.2
hypothesis==6.150.3
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand All @@ -123,7 +123,7 @@ jinja2==3.1.6
# -r requirements/test.txt
# code-annotations
# diff-cover
jmespath==1.0.1
jmespath==1.1.0
# via
# -r requirements/test.txt
# boto3
Expand All @@ -147,7 +147,7 @@ mock==5.2.0
# via -r requirements/test.txt
openedx-django-pyfs==3.8.0
# via -r requirements/test.txt
packaging==25.0
packaging==26.0
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand All @@ -156,6 +156,7 @@ packaging==25.0
# pyproject-api
# pytest
# tox
# wheel
path==17.1.1
# via -r requirements/test.txt
pip-tools==7.5.2
Expand Down Expand Up @@ -294,7 +295,7 @@ web-fragments==3.1.0
# via -r requirements/test.txt
webob==1.8.9
# via -r requirements/test.txt
wheel==0.45.1
wheel==0.46.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ appdirs==1.4.4
# fs
asgiref==3.11.0
# via django
boto3==1.42.30
boto3==1.42.34
# via fs-s3fs
botocore==1.42.30
botocore==1.42.34
# via
# boto3
# s3transfer
Expand All @@ -34,7 +34,7 @@ fs==2.4.16
# openedx-django-pyfs
fs-s3fs==1.1.1
# via openedx-django-pyfs
jmespath==1.0.1
jmespath==1.1.0
# via
# boto3
# botocore
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.17.0
# sphinx
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
boto3==1.42.30
boto3==1.42.34
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.42.30
botocore==1.42.34
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -65,7 +65,7 @@ imagesize==1.4.1
# via sphinx
jinja2==3.1.6
# via sphinx
jmespath==1.0.1
jmespath==1.1.0
# via
# -r requirements/django.txt
# boto3
Expand All @@ -85,7 +85,7 @@ mock==5.2.0
# via -r requirements/doc.in
openedx-django-pyfs==3.8.0
# via -r requirements/django.txt
packaging==25.0
packaging==26.0
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -126,7 +126,7 @@ six==1.17.0
# python-dateutil
snowballstemmer==3.0.1
# via sphinx
soupsieve==2.8.1
soupsieve==2.8.3
# via beautifulsoup4
sphinx==9.0.4
# via
Expand Down
8 changes: 5 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ build==1.4.0
# via pip-tools
click==8.3.1
# via pip-tools
packaging==25.0
# via build
packaging==26.0
# via
# 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
6 changes: 4 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
#
# make upgrade
#
wheel==0.45.1
packaging==26.0
# via 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.1
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ astroid==4.0.3
# -r requirements/test.in
# pylint
# pylint-celery
boto3==1.42.30
boto3==1.42.34
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.42.30
botocore==1.42.34
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -51,7 +51,7 @@ ddt==1.7.2
# via -r requirements/test.in
diff-cover==10.2.0
# via -r requirements/test.in
dill==0.4.0
dill==0.4.1
# via pylint
distlib==0.4.0
# via virtualenv
Expand Down Expand Up @@ -80,7 +80,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.150.2
hypothesis==6.150.3
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
Expand All @@ -90,7 +90,7 @@ jinja2==3.1.6
# via
# code-annotations
# diff-cover
jmespath==1.0.1
jmespath==1.1.0
# via
# -r requirements/django.txt
# boto3
Expand All @@ -112,7 +112,7 @@ mock==5.2.0
# via -r requirements/test.in
openedx-django-pyfs==3.8.0
# via -r requirements/django.txt
packaging==25.0
packaging==26.0
# via
# pyproject-api
# pytest
Expand Down