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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ markupsafe==3.0.2
# via
# -r requirements/base.in
# mako
pbr==6.1.1
pbr==7.0.0
# via stevedore
pymongo==4.14.0
# via edx-opaque-keys
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.10.2
coverage==7.10.3
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
filelock==3.18.0
filelock==3.19.1
# via
# tox
# virtualenv
Expand All @@ -32,5 +32,5 @@ pyproject-api==1.9.1
# via tox
tox==4.28.4
# via -r requirements/ci.in
virtualenv==20.33.1
virtualenv==20.34.0
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==25.3.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.40.6
boto3==1.40.11
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.40.6
botocore==1.40.11
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -66,7 +66,7 @@ colorama==0.4.6
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
coverage[toml]==7.10.2
coverage[toml]==7.10.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -97,7 +97,7 @@ edx-lint==5.6.0
# via -r requirements/test.txt
edx-opaque-keys==3.0.0
# via -r requirements/test.txt
filelock==3.18.0
filelock==3.19.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -112,7 +112,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.137.1
hypothesis==6.138.2
# via -r requirements/test.txt
iniconfig==2.1.0
# via
Expand Down Expand Up @@ -162,7 +162,7 @@ packaging==25.0
# tox
path==17.1.1
# via -r requirements/test.txt
pbr==6.1.1
pbr==7.0.0
# via
# -r requirements/test.txt
# stevedore
Expand Down Expand Up @@ -293,7 +293,7 @@ urllib3==2.5.0
# via
# -r requirements/test.txt
# botocore
virtualenv==20.33.1
virtualenv==20.34.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
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.9.1
# via django
boto3==1.40.6
boto3==1.40.11
# via fs-s3fs
botocore==1.40.6
botocore==1.40.11
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -50,7 +50,7 @@ markupsafe==3.0.2
# mako
openedx-django-pyfs==3.8.0
# via -r requirements/django.in
pbr==6.1.1
pbr==7.0.0
# via
# -r requirements/base.txt
# stevedore
Expand Down
6 changes: 3 additions & 3 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.13.4
# via pydata-sphinx-theme
boto3==1.40.6
boto3==1.40.11
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.40.6
botocore==1.40.11
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -89,7 +89,7 @@ packaging==25.0
# via
# pydata-sphinx-theme
# sphinx
pbr==6.1.1
pbr==7.0.0
# via
# -r requirements/django.txt
# stevedore
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ astroid==3.3.11
# pylint-celery
attrs==25.3.0
# via hypothesis
boto3==1.40.6
boto3==1.40.11
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.40.6
botocore==1.40.11
# via
# -r requirements/django.txt
# boto3
Expand All @@ -45,7 +45,7 @@ code-annotations==2.3.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.10.2
coverage[toml]==7.10.3
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -69,7 +69,7 @@ edx-lint==5.6.0
# via -r requirements/test.in
edx-opaque-keys==3.0.0
# via -r requirements/django.txt
filelock==3.18.0
filelock==3.19.1
# via
# tox
# virtualenv
Expand All @@ -82,7 +82,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.137.1
hypothesis==6.138.2
# via -r requirements/test.in
iniconfig==2.1.0
# via pytest
Expand Down Expand Up @@ -121,7 +121,7 @@ packaging==25.0
# tox
path==17.1.1
# via -r requirements/test.in
pbr==6.1.1
pbr==7.0.0
# via
# -r requirements/django.txt
# stevedore
Expand Down Expand Up @@ -222,7 +222,7 @@ urllib3==2.5.0
# via
# -r requirements/django.txt
# botocore
virtualenv==20.33.1
virtualenv==20.34.0
# via tox
web-fragments==3.1.0
# via -r requirements/django.txt
Expand Down