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
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
cachetools==6.2.4
cachetools==7.0.0
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.13.1
coverage==7.13.3
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via
# -r requirements/test.txt
# fs
asgiref==3.11.0
asgiref==3.11.1
# via
# -r requirements/test.txt
# django
Expand All @@ -17,11 +17,11 @@ astroid==4.0.3
# -r requirements/test.txt
# pylint
# pylint-celery
boto3==1.42.34
boto3==1.42.41
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.34
botocore==1.42.41
# via
# -r requirements/test.txt
# boto3
Expand All @@ -30,7 +30,7 @@ build==1.4.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==6.2.4
cachetools==7.0.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -62,7 +62,7 @@ colorama==0.4.6
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
coverage[toml]==7.13.1
coverage[toml]==7.13.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -80,7 +80,7 @@ distlib==0.4.0
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==5.2.10
django==5.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -108,7 +108,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.150.3
hypothesis==6.151.5
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fs
asgiref==3.11.0
asgiref==3.11.1
# via django
boto3==1.42.34
boto3==1.42.41
# via fs-s3fs
botocore==1.42.34
botocore==1.42.41
# via
# boto3
# s3transfer
django==5.2.10
django==5.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/django.in
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ appdirs==1.4.4
# via
# -r requirements/django.txt
# fs
asgiref==3.11.0
asgiref==3.11.1
# via
# -r requirements/django.txt
# django
babel==2.17.0
babel==2.18.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
boto3==1.42.34
boto3==1.42.41
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.42.34
botocore==1.42.41
# via
# -r requirements/django.txt
# boto3
Expand All @@ -35,7 +35,7 @@ certifi==2026.1.4
# via requests
charset-normalizer==3.4.4
# via requests
django==5.2.10
django==5.2.11
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/django.txt
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ wheel==0.46.3

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via -r requirements/pip.in
setuptools==80.10.1
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==80.10.2
# 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 @@ -8,7 +8,7 @@ appdirs==1.4.4
# via
# -r requirements/django.txt
# fs
asgiref==3.11.0
asgiref==3.11.1
# via
# -r requirements/django.txt
# django
Expand All @@ -17,16 +17,16 @@ astroid==4.0.3
# -r requirements/test.in
# pylint
# pylint-celery
boto3==1.42.34
boto3==1.42.41
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.42.34
botocore==1.42.41
# via
# -r requirements/django.txt
# boto3
# s3transfer
cachetools==6.2.4
cachetools==7.0.0
# via tox
chardet==5.2.0
# via
Expand All @@ -43,7 +43,7 @@ code-annotations==2.3.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.13.1
coverage[toml]==7.13.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -80,7 +80,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.150.3
hypothesis==6.151.5
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
Expand Down